> For the complete documentation index, see [llms.txt](https://giveaways.utilibots.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://giveaways.utilibots.co.uk/commands.md).

# Commands

## Admins Commands:

* `/giveaway-access` - Manage access to create giveaways.

## Giveaway Commands:

* `/create-giveaway` - Create a giveaway.
* `/list-giveaways` - View active server giveaways.

## User Commands:

To Be Added...

## Miscellaneous Commands:

* `/help` - View all bot commands.
* `/ping` - View the latency of the bot and API.
* `/info` - View bot information.
* `/stats` - View the statistics of the bot.
* `/invite` - A link to invite the bot.
* `/privacy` - Privacy policy of the bot.
* `/debug` - Debug the bots required permissions.
* `/bug` - Report a bug.
* `/suggest` - Suggest a feature for the bot.
* `/vote` - Links to vote for the bot.
* `/voted` - Check when you or others last voted.
* `/votes` - View all of the bot voters.
* `/rate` - Rate the bot on various bot lists.
* `/reviews` - View user reviews from Void Bots.


---

# 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://giveaways.utilibots.co.uk/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.
