# Step 6: Set up regulatory fees

## Regulatory Fee setup

Set up the **Regulatory Fees** section in **Backoffice**:

1. Expand **Digital River** and click the **Regulatory Fees** link. \
   If the Regulatory Fees link does not appear, see the [troubleshooting tips](#troubleshooting-tips) for more information.\
   &#x20;<img src="https://4219642469-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MQDWZrA5u5Oi24qgdfq%2F-McUUwkOWFYvCDOWW_xP%2F-McUV3gRNAH7vEbKoksz%2FRegulatory%20fee.png?alt=media&#x26;token=0490bbfa-08ba-4f0e-a9f9-668f24b38b16" alt="" data-size="original"> <br>

   A configuration page with the following attributes will appear: &#x20;

   | Attribute   | Description                             |
   | ----------- | --------------------------------------- |
   | Code        | Regulatory Fee code                     |
   | Type        | Regulatory Fee type                     |
   | Product     | Product with the applied Regulatory Fee |
   | Amount      | Regulatory Fee amount                   |
   | Currency    | Regulatory Fee currency amount          |
   | Country     | Regulatory Fee country                  |
   | Subdivision | Regulatory Fee subdivision              |
2. Add or update the configuration details and click **Save**.&#x20;

<div align="left"><img src="https://4219642469-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MQDWZrA5u5Oi24qgdfq%2F-McUUwkOWFYvCDOWW_xP%2F-McUVkmhAX0emPvj0gpx%2FRegulatory%20fee%202.png?alt=media&#x26;token=f453e01d-d8eb-4e8a-8679-6c191d9a08a2" alt=""></div>

<div align="left"><img src="https://4219642469-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MQDWZrA5u5Oi24qgdfq%2F-McUUwkOWFYvCDOWW_xP%2F-McUW2m5X2u8rDd20BZo%2FRegulatory%20fee%203.png?alt=media&#x26;token=a82c3b37-35cc-48a8-92b3-0b144235839b" alt=""></div>

## Troubleshooting tips

If the **Regulatory Fees** section does not appear after the system update, following these steps in **Backoffice**:

1. Press **F4** once. A loading icon will appear and Backoffice will switch to `orchestrator`mode after two-three minutes.\
   &#x20;<img src="https://4219642469-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MQDWZrA5u5Oi24qgdfq%2F-McUeYPpvXk0grZamTcx%2F-McUepA5_23ACGNQBr_l%2FRegulatory%20fee%204.png?alt=media&#x26;token=da6e31f2-84dc-4793-b5a8-31abeff104e5" alt="" data-size="original">&#x20;
2. Click **Reset Everything** on the right-hand side and press **OK** to continue. Backoffice will reset the configuration and will return to `orchestrator` mode in 10-15 minutes. \ <img src="https://4219642469-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MQDWZrA5u5Oi24qgdfq%2F-McUeYPpvXk0grZamTcx%2F-McUev3WbLoQ4IOUfUir%2FRegulatory%20fee%205.png?alt=media&#x26;token=396fe10e-c4c8-42b9-90b1-5eb4fdf0b6c9" alt="" data-size="original">&#x20;
3. Click **F4** again and Backoffice will return to its original view.  \ <img src="https://4219642469-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MQDWZrA5u5Oi24qgdfq%2F-McUeYPpvXk0grZamTcx%2F-McUfAhNbC9LIJKFW3UA%2FRegulatory%20fee%206.png?alt=media&#x26;token=c8505cf4-e43f-488c-a289-5bb506ab21b6" alt="" data-size="original">&#x20;

#### Digital River regulatory fee impex

```
$productCatalog=electronicsProductCatalog
$productCatalogName=Electronics Product Catalog
$catalogVersion=catalogversion(catalog(id[default=$productCatalog]),
version[default='Online'])[unique=true,default=$productCatalog:Online]


INSERT_UPDATE DRRegulatoryFee;code[unique=true];rfType(code);rfProduct(code,$catalogVersion);rfAmount;rfCurrency(isocode);rfCountry(isocode);subdivision(isocode)
;TestImpex_1992693;battery;1992693;8;USD;US;US-PR
;1992693_UK;battery;1992693;7;GBP;GB;
```

#### Regulatory fee type impex

```
INSERT_UPDATE DRFeeType;code[unique = true];name;
; test; testfeetype
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalriver.com/sap/1.1/configure-the-app/step-8-set-up-the-regulatory-fee.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
