# Birthday Bot Docs

#### [Invite Link](https://discord.com/oauth2/authorize?client_id=797279656595947531\&permissions=346176\&scope=bot)

## Why does the bot not announce birthdays?

**1st thing to check, have you set the birthday channel.**\
If not the bot has no idea where to wish you a happy birthday and will not send it. Use `/channel <#channel>` to set that channel.

**2nd, has that user set their birthday?**\
Have the user run `/getbday` and if the bot responds with "You have not set your birthday yet." Look at [Commands](/bdaybot/commands.md#setting-your-birthday) to do so.

## When does the bot announce birthdays?

All birthdays will be announced at 12:00 noon in UTC. Once you set your birthday in one server with the Birthday Bot it will be announced in all servers the bot and you share.


---

# 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://niloc3.gitbook.io/bdaybot/master.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.
