> For the complete documentation index, see [llms.txt](https://docs.returnsdrive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.returnsdrive.com/advanced-configuration/bonus-credit.md).

# Bonus Credit

Bonus credit is based on the merchant’s amount and conditions.

The bonus credit can be set as either a fixed amount or a percentage, and it will be added to each exchange request. (\*If set as a percentage, the bonus credit will be calculated based on the subtotal price.)

This is the video that instructs how to set up the promotion feature for exchange requests and how the promotion works in the portal:

<https://youtu.be/TxEsUoKzgC4>

## How does bonus credit work? <a href="#how-does-bonus-credit-work" id="how-does-bonus-credit-work"></a>

**Set up in the app**

<figure><img src="/files/wHtDy0W7KMqwIEsAvTb3" alt=""><figcaption></figcaption></figure>

Go to **Settings > Promotion > Bonus credit** and set up the amount and condition that meet your needs.

Please set up a clear description to help your customers understand how bonus credit works and how they will have advantages when they choose exchange requests.

**In the portal**

When you enable bonus credit promotion and fill in the amount that is greater than 0, the customer will see a suggestion in the portal.

<figure><img src="/files/gusBHNNd7ARDZasLip0w" alt=""><figcaption></figcaption></figure>

When the customers place an exchange request, they will receive an additional bonus credit based on the subtotal price.

<figure><img src="/files/aeYz8IvP7hwn1KasHJ8d" alt=""><figcaption></figcaption></figure>

Here is the bonus credit shown on management in the app:

<figure><img src="/files/VlhC9gJ1If3b1v4KASPj" alt=""><figcaption></figcaption></figure>

***Don’t hesitate to contact our support team via live chat or <contact@omegatheme.com> for quick assistance if you have any questions.***<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.returnsdrive.com/advanced-configuration/bonus-credit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
