> 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/faq/birthday.md).

# Birthday

## How can I add a Birthday for another Person?

Doing so is super easy! Just add a User parameter after setting the Date of a birthday.

{% hint style="danger" %}
**MANGE ROLES** permission is required for setting Birthdays for other People
{% endhint %}

<figure><img src="/files/TxH1HgGR4RxjVYOEcLs4" alt=""><figcaption><p>Add a user to the Birthday</p></figcaption></figure>

## How can I remove a Birthday from a user that has left the Discord Server?

If you are sure the member you want to remove the birthday from has left the discord server, you can copy the User ID from theperson by right-clicking on them, then selecting `copy id.` (You need to have Developer Mode activated in Discord).&#x20;

Now type `/birthday remove` and paste the ID in the selection field instead of selecting a user. This should be it!

<figure><img src="/files/rgVh98ya6QrUdpX6pzwq" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.birthdayy.xyz/faq/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.
