# Setting Your Birthday

## First Step

Birthday Bot makes everything easy using an easy-to-follow process.

Start by using `/set`.

![](https://birthday-bot-docs-images.s3.amazonaws.com/1-Set+command+with+default+time+zone+prompt.png)

If your server has a default time zone set, you will be asked if you would like to use that time zone. If you do, simply press the check mark; if not, choose the x.

Birthday Bot uses time zones to detect when to celebrate each user's birthday. If you are unsure of your time zone, you can find it [here](https://zones.arilyn.cc/?utm_source=birthday-bot\&utm_medium=docs).

If you chose the x or your server does not have a default time zone set, you will receive another prompt asking for your time zone.

![](https://birthday-bot-docs-images.s3.amazonaws.com/2-birthday+bot+time+zone+set+up+in+set+command.png)

Please press the "Enter Response" button and you will see a text input modal like the one below.

<figure><img src="https://birthday-bot-docs-images.s3.amazonaws.com/3-time+zone+input+modal.png" alt=""><figcaption></figcaption></figure>

In the text box please enter your time zone and click submit.

Birthday Bot will now know your time zone and will use this to know what time to celebrate your birthday!

Now, Birthday Bot will prompt you to put your Birth Month & Date as well as the option to add your birth year.

![](https://birthday-bot-docs-images.s3.amazonaws.com/4-birthday+input+prompt.png)

Simply click the "Enter response" button as you did for adding your time zone.

![](https://birthday-bot-docs-images.s3.amazonaws.com/5-birthday+input+modal.png)

In the text box enter your birth month and day along with your birth year if you want (it is not required) and click submit.

Finally, the confirmation menu will appear.

![](https://birthday-bot-docs-images.s3.amazonaws.com/6-birthday+save+confirmation.png)

Ensure this is the correct information, then confirm by clicking on the checkmark.

![](https://birthday-bot-docs-images.s3.amazonaws.com/7-birthday+set+success+message.png)

For users, that is it! Server owners will have to do a bit more, but Birthday Bot makes it easy with an interactive setup. For more information on server setup, follow our guide [here](/server-setup/required-setup.md).

As the message states, birth years are hidden in all servers by default. Learn more about Birthday Bot's user privacy settings [here](https://birthdaybot.scottbucher.dev/faq-1/user/user-privacy).

{% hint style="info" %}
Birthday Bot stores your information in a secure database, but also allows users to remove their personal data at any time.&#x20;

[Learn how](/commands.md)
{% endhint %}


---

# 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/setting-your-birthday.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.
