# Overview

**This page lists all usage and information about Birthdayy's commands.**\
**For more information**, **visit the corresponding help page**

{% hint style="info" %}
How to Read these Docs

* Arguments in **`< >`** are *mandatory*.
* Arguments in **`[ ]`** are *optional*.
  {% endhint %}

> Prefix: /

## General

All general commands of Birthdayy.

`/guide`\
A simple guide to guide you on how to set up the bot.

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

`/status`\
Show the status of the bot commands.

`/vote`\
Vote for Birthdayy!

`/invite`\
Invite the bot!

`/support`\
Join the support server!

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

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

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

{% content-ref url="general" %}
[general](https://docs.birthdayy.xyz/commands/general)
{% endcontent-ref %}

## Birthday

All subcommands of the `/birthday` command.

[`/birthday register <day> <month> [year] [user]`](https://docs.birthdayy.xyz/guides/birthday-commands/register-your-birthday)\
Register users' birthday with the bot.

[`/birthday update <user> <day> <month> [year]`](https://docs.birthdayy.xyz/guides/birthday-commands/update-birthdays) \
Update users' birthday with the bot.

[`/birthday remove <user>`](https://docs.birthdayy.xyz/guides/birthday-commands/remove-birthdays)\
Remove users' birthday from the bot.

`/birthday list`\
List all the users' birthday in embed format.

[`/birthday show [user]`](https://docs.birthdayy.xyz/guides/birthday-commands/showing-someones-birthday)\
Show the user's birthday.

{% content-ref url="birthday" %}
[birthday](https://docs.birthdayy.xyz/commands/birthday)
{% endcontent-ref %}

## Birthdayy Configuration (**for server manager only**)

All subcommands of the `/config` command.

`/config status`\
To show the overall configuration of the bot.

`/config logs <channel>`\
To set the logs channel for the bot.

[`/config overview <channel>`](https://docs.birthdayy.xyz/guides/config-commands-guides/set-up-an-overview-channel)\
To set the overview of the Birthdayy bot.

[`/config announcement <channel>`](https://docs.birthdayy.xyz/guides/config-commands-guides/set-up-announcement-channel)\
To set an announcement channel for the bot

[`/config ping-role <role>`](https://docs.birthdayy.xyz/guides/config-commands-guides/set-up-a-ping-role)\
Configure the ping/ mentioned role.

[`/config birthday-role <role>`](https://docs.birthdayy.xyz/guides/config-commands-guides/set-up-a-birthday-role)\
Configure the birthday role.

[`/config timezone <zone>`](https://docs.birthdayy.xyz/guides/config-commands-guides/change-up-the-server-timezone)\
Configure the timezone region for the bot.

`/config announcement-message <message>`\
Change the default Birthday announcement message. (Birthdayy Premium requred).\
Available Variables: ***{MENTION}***, ***{USERNAME}***, ***{DISCRIMINATOR}***, ***{LINE\_BREAK}***, ***{SERVERNAME}***


---

# 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/overview.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.
