# /redeem

## Redeem Command

### Overview

The `/redeem` command allows you to redeem any available vote rewards by specifying how many votes you’ve accumulated. This directly converts those votes into extended Ticket King Premium time for the server.

### Usage

```
/redeem <votes>
```

* **votes** *(required number)*: The number of votes you want to redeem.

### Description

* **Redeem Votes**: Use votes you’ve gathered by voting for Ticket King (for example, on top.gg) and convert them into server premium time.
* **Conversion**: Each vote adds 4 days of premium time to the server. So if a user redeems 3 votes, the server gains 12 days of premium.
* **Linked to /vote**: For more details on voting and the exact sites to vote on, use `/vote`.

### When to Use It

* Right after you or your server members have voted and want to claim premium time as a reward.
* To extend the server’s Ticket King Premium subscription.

### Permissions

* Open to all users.
* No special bot or user permissions needed unless your server’s config says otherwise.

### Examples

```
/redeem 3
```

Converts 3 votes into 12 days of Ticket King Premium on the server where the command is used.


---

# 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.ticketking.xyz/bot-commands/redeem.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.
