# Manual Rewards

You can also manually give your users credits which they can later on either withdraw in cash or use to buy products depending on how you set it up. To add rewards manually to users:

* Go to the page of the products for which you wish to add rewards to your users and click on the **Adjust settings** button

<figure><img src="/files/55mQEbMoQ3dfPj6PfRhl" alt=""><figcaption></figcaption></figure>

* Click on the **Add Payment Credits To Users**' button

<div><figure><img src="/files/ysFqTuSpsSsW8MdDXRzw" alt=""><figcaption></figcaption></figure> <figure><img src="/files/8JNeldoBvTljKEM3C75Y" alt=""><figcaption></figcaption></figure></div>

* Enter the address of the user to whom you would like to add credits/rewards on the current item
* The id of the current item should already be filled in, you can change it to a different product if you want to add the reward on a different product
* Lastly is the amount you would like to reward the specified user on the current product. If the product cost 0.1 usd and you would like to reward the user with half of that, you would input 0.05 usd; if you would like to reward the user with 10 times the product, just input 1 usd


---

# 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.payswap.org/products/cancan/discounts/manual-rewards.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.
