# Commands

## Admins Commands:

* `/announcement-channel` - Manage the channel where birthdays are announced.
* `/birthday-role` - Manage the role that is given alongside birthday announcements.
* `/force-birthday` - Set up someone else's birthday on the server.
* `/purge-birthday` - Purge a user's configured birthday on this server.
* `/purge-birthdays` - Purge configured birthdays for members no longer on this server.
* `/birthday-ping` - Manage the ping for birthday announcements.
* `/force-announce` - Force announce a member's birthday.

## Premium Commands:

* `/set-age` - Set your age to display in your birthday announcement.
* `/remove-age` - Remove your age from being in your birthday announcement.
* `/set-thumbnail` - Set the thumbnail displayed in birthday announcements.
* `/remove-thumbnail` - Remove the thumbnail displayed in birthday announcements.
* `/set-message` - Set a message used on birthday announcements.
* `/remove-message` - Remove a message used on birthday announcements.
* `/redeem-premium` - Redeem your premium subscription for this server.

## User Commands:

* `/set-birthday` - Set up your birthday on the server.
* `/remove-birthday` - Remove your birthday setup from this server.
* `/view-birthday` - View your birthday or someone else's setup on this server.
* `/view-birthdays` - View the birthdays set up on this server.
* `/view-server` - View the server configuration and statistics.
* `/preview-announcement` - View how your birthday announcement will look.

## Miscellaneous Commands:

* `/debug` - Debug the bots required permissions.
* `/help` - View all bot commands.
* `/invite` - A link to invite the bot.
* `/privacy` - Privacy policy of the bot.
* `/rate` - Rate the bot on various bot lists.
* `/report-bug` - Report a bug.
* `/reviews` - View user reviews from Void Bots.
* `/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.
* `/ping` - View the latency of the bot and API.
* `/info` - View bot information.
* `/stats` - View the statistics of the bot.


---

# 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://birthday.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.
