> For the complete documentation index, see [llms.txt](https://docs.jakebot.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jakebot.co.uk/slightly-more-advanced-settings/bonus-characters-from-purchase-or-upvoting.md).

# Bonus Characters, from Purchase or Upvoting

## The Dashboard

`/reward dashboard`

This is where you can view all your upvote tokens and the current number of bonus characters in your account. As well as a reminder of the commands you need to use with the system. I will go over the two ways of getting bonus characters below

## Via Upvoting

You can get up to 800 characters per upvote, depending on the website you upvote on. Top.gg or Discord Bot List. Each time you upvote you gain 1 upvote token, you can redeem these using `/reward redeem_upvotes`, each time you redeem a token you will get a random amount of characters between 300 and 800.

## Via Purchase

You are able to buy bonus characters via the store within Discord. Accessible via the bot's profile (doesn't always show on mobile).

All you have to do is buy the relevant package. The characters will be added to your account automatically, you can view them with the aforementioned dashboard command. Once added please allocate them, as shown below.

{% hint style="warning" %}
Any issues with the characters you've bought please [join the support server](https://discord.com/invite/8JZwx82) as soon as possible!
{% endhint %}

## Allocation

`/reward allocate [amount] [server]`

Once you've got all your bonus characters you just need to allocate them with the command above, if you don't specify any options it will automatically allocate all characters to the server you are typing the command in. Please be aware that once characters are allocated in most cases we are unable to remove them from the server and give them back to you. So be careful!


---

# 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.jakebot.co.uk/slightly-more-advanced-settings/bonus-characters-from-purchase-or-upvoting.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.
