# General

### `bugreport`

*Usage:* `/bugreport <bug>`\
File a bug report to the server developer.

### `feedback`

*Usage:* `/feedback`\
Want to review Birthdayy? Feel free to leave some feedback!

### `guide`

*Usage:* `/guide`\
A simple guide to guide you on how to set-up the bot

### `help`

*Usage:* `/help [commands]`\
Need help with commands? (subcommands are not supported, at the moment)

### `invite`

*Usage:* `/invite`\
Invite the bot!

### `status`

*Usage:* `/status`\
Show the status of the bot

### `suggestion`

*Usage:* `/suggestion <suggestion>`\
Have a suggestion for the bot, let us know!

### `support`

*Usage:* `/support`\
To join the support server!

### `vote`

*Usage:* `/vote`\
Vote for Birthdayy!


---

# 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.birthdayy.xyz/commands/general.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.
