> For the complete documentation index, see [llms.txt](https://docs.birthdayy.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.birthdayy.xyz/guides.md).

# Guides

- [/birthday commands](https://docs.birthdayy.xyz/guides/birthday-commands.md): Useful guides for using the /birthday command.
- [Register your Birthday](https://docs.birthdayy.xyz/guides/birthday-commands/register-your-birthday.md): In this quick guide, you will learn how to register your Birthday or other Birthdays
- [Update Birthdays](https://docs.birthdayy.xyz/guides/birthday-commands/update-birthdays.md): In this quick guide, you will learn how to update your or someone else's birthday.
- [Remove Birthdays](https://docs.birthdayy.xyz/guides/birthday-commands/remove-birthdays.md): In this quick guide, you will learn how to remove the birthday of you or someone else.
- [Test your Birthdayy Configuration](https://docs.birthdayy.xyz/guides/birthday-commands/test-your-birthdayy-configuration.md): In this quick guide, you will learn how you can test the current Configuration of Birthdayy.
- [Showing Someone's Birthday](https://docs.birthdayy.xyz/guides/birthday-commands/showing-someones-birthday.md): In this quick guide, you will learn how you can see your or someone's birthday.
- [/config commands guides](https://docs.birthdayy.xyz/guides/config-commands-guides.md): Useful guides for using the /config command.
- [Set up Announcement Channel](https://docs.birthdayy.xyz/guides/config-commands-guides/set-up-announcement-channel.md): In this quick guide, you will learn how to set up an announcement channel.
- [Set up an Overview Channel](https://docs.birthdayy.xyz/guides/config-commands-guides/set-up-an-overview-channel.md): In this quick guide, you will learn what an overview channel is and how to set it up.
- [Set up a Birthday Role](https://docs.birthdayy.xyz/guides/config-commands-guides/set-up-a-birthday-role.md): In this quick guide, you will learn how to set up a custom birthday role.
- [Change up the Server Timezone](https://docs.birthdayy.xyz/guides/config-commands-guides/change-up-the-server-timezone.md): In this quick guide, you will learn how to change the timezone of your server.
- [Set Up a Ping Role](https://docs.birthdayy.xyz/guides/config-commands-guides/set-up-a-ping-role.md): In this quick guide, you will learn how to set up a custom ping role to get notified on a birthday.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.birthdayy.xyz/guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
