> For the complete documentation index, see [llms.txt](https://bumpreminder.gitbook.io/bump-reminder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bumpreminder.gitbook.io/bump-reminder/vote-tracker/setup-vote-rewards.md).

# Setup Vote Rewards

#### The command `%vreward` will give a overview of all rewards and commands!

### Add Rewards:

* **`%vreward on <Vote_Amount>` -> this will give a role choosen on the vote amount**
* **Ex: Run `%vreward on 10` -> this will give a reward role on 10 votes**
* **A Message will appear, where it askes you after the reward type, we currently just support roles. Send `role`**
* **After you choose the option, it will ask after the role to give, send the role mention in the channel!**

<div align="left"><img src="/files/-MY0SwFAHjXQ2H3To5ms" alt=""></div>

<div align="left"><img src="/files/-MY0TS9pQEbh9x1ejjO6" alt=""></div>

{% hint style="info" %}
**Assume that the bot has a higher Role than the rewards Role**
{% endhint %}

### Edit Rewards:

* **To edit rewards do `%vreward edit <vote_amount>`**
* **`Ex: %vreward edit 10`**
* **Do the same progress like adding vote rewards**

### Delete Rewards:

* **`%vreward delete <vote_amount>`  -> this will delete the existing vote reward on that vote amount**

{% content-ref url="/pages/-MY0JLYnHEFqZYtH20t7" %}
[Vote Stats | Leaderboard](/bump-reminder/vote-tracker/vote-stats-or-leaderboard.md)
{% endcontent-ref %}


---

# 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:

```
GET https://bumpreminder.gitbook.io/bump-reminder/vote-tracker/setup-vote-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.
