# Commands

| Command                   | Description                                                                                                 | Recommended Permission     |
| ------------------------- | ----------------------------------------------------------------------------------------------------------- | -------------------------- |
| **Giveaway Commands**     |                                                                                                             |                            |
| `/create`                 | Creates a giveway with the chosen options.                                                                  | Giveaway Manager           |
| `/delete`                 | Deletes a specified giveaway.                                                                               | Giveaway Manager           |
| `/draw`                   | Draws an entry from the specified giveaway.                                                                 | Giveaway Manager           |
| `/redraw`                 | Redraws an entry from the specified giveaway.                                                               | Giveaway Manager           |
| **General Commands**      |                                                                                                             |                            |
| `/checkentries`           | Check to see if yourself or another user have entered a specified giveaway.                                 | Giveaway Manager \| Anyone |
| `/commands`               | Lists all commands.                                                                                         | Anyone                     |
| `/credits`                | Shows everyone who helped make Giftcord possible.                                                           | Anyone                     |
| `/debug`                  | Shows debug information about Giftcord in the current server - mainly used for support requests.            | Administrator \| Anyone    |
| `/help`                   | Lists basic information to help with using Giftcord.                                                        | Anyone                     |
| `/invite`                 | Sends a clickable message to invite Giftcord to a different server.                                         | Anyone                     |
| `/language`               | Changes the language of Giftcord in the current server - can also display stats about the current language. | Administrator              |
| `/list`                   | Lists either the last 5 active or ended giveaways in the server.                                            | Giveaway Manager \| Anyone |
| `/ping`                   | Shows the response time of Giftcord.                                                                        | Anyone                     |
| `/premium`                | Lists the features of Giftcord Premium, shows if the server has premium or not.                             | Anyone                     |
| `/stats`                  | Shows wonderful and interesting stats about the use of Giftcord.                                            | Anyone                     |
| **Premium Commands (💎)** |                                                                                                             |                            |
| `/bonusrole` (💎)         | Sets a role to earn a bonus entry in a giveaway.                                                            | Giveaway Manager           |
| `/setemoji` (💎)          | Sets an emoji to be used in the Enter button of a giveaway.                                                 | Giveaway Manager           |


---

# 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.giftcord.xyz/other/commands.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.
