# FAQ

- [General](https://birthdaybot.scottbucher.dev/faq-1/general.md): General FAQ for admins setting up Birthday Bot.
- [User](https://birthdaybot.scottbucher.dev/faq-1/user.md): FAQ for users setting up their birthdays through Birthday Bot.
- [User Privacy](https://birthdaybot.scottbucher.dev/faq-1/user/user-privacy.md): FAQ for how Birthday Bot protects users' privacy.
- [Custom Messages](https://birthdaybot.scottbucher.dev/faq-1/custom-messages.md): FAQ for information about the different types of custom messages.
- [Customizing Custom Messages](https://birthdaybot.scottbucher.dev/faq-1/custom-messages/customizing-custom-messages.md): Information about customizing custom messages.
- [Birthday System](https://birthdaybot.scottbucher.dev/faq-1/birthday-system.md): FAQ for information about the birthday system.
- [Trusted System](https://birthdaybot.scottbucher.dev/faq-1/birthday-system/trusted-system.md): The trusted system decides which users will have their birthday celebrated.
- [Zodiac System](https://birthdaybot.scottbucher.dev/faq-1/birthday-system/zodiac-system.md)
- [Member Anniversaries](https://birthdaybot.scottbucher.dev/faq-1/member-anniversaries.md): Member anniversaries are essentially how long a user has been in a Discord.
- [Server Anniversaries](https://birthdaybot.scottbucher.dev/faq-1/server-anniversaries.md): Server anniversaries are essentially how old a server is.
- [Custom Events](https://birthdaybot.scottbucher.dev/faq-1/custom-events.md): Custom Events are events created by a server at a specific date and time (yearly or not if given a year) which have a custom message tied to them. The bot will send this message to celebrate it.
- [Permanent Lists](https://birthdaybot.scottbucher.dev/faq-1/permanent-lists.md): Outlines what exactly permanent lists and how to set them up.


---

# 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://birthdaybot.scottbucher.dev/faq-1.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.
