# Trusted System

## Do I need to set up the Trusted Role?

No, the trusted role falls under the category of "Optional Server Settings", this means the bot will run perfectly fine without having the trusted role set.

However, the trusted role system is a feature if servers need to limit which users should have their birthday celebrated. A good example of the trusted role system in use was our [Discord support server](https://discord.gg/9gUQFtz). In our support server, we had our trusted role set as the Staff role so only our staff had their birthdays celebrated in the support server.

## What is the trusted prevents message/role/ping/appearance setting?

The trusted role is the role that can be set up so a user needs it in order to have their birthday celebrated. If the setting `Trusted Prevents Message` is enabled/true, then only users with the trusted role will receive a birthday message.&#x20;

Likewise, if the setting `Trusted Prevents Role` is enabled/true, then only users with the trusted role will receive the birthday role. **Note:** if the trusted role itself is not set, none of these settings will apply, and anyone with a birthday set will receive both a birthday message and the birthday role (assuming both are set).&#x20;

If the setting `Trusted Prevents Ping` is enabled/true, then only users with the trusted role will have a ping (based on the [birthday message ping setting](/faq-1/custom-messages.md#what-is-a-message-ping)) be sent along with the birthday message. Please note that if `Trusted Prevents Message` is false, and a user without the trusted role has a birthday, the ping will not be sent even if the `Trusted Prevents Ping` is true.

Finally, if the setting `Trusted Prevents Appearance` is enabled/true, then only users with the trusted role will appear in the `/next` and `/list` commands.

## What is the require all trusted roles setting?

As explained above, the trusted role(s) decides whose birthdays will be celebrated in a Discord. All servers are allowed to set a trusted role; however, Birthday Bot Premium servers are allowed to set multiple trusted roles (up to 250!). If multiple trusted roles are set, the require all trusted roles setting decides if a member needs all of the trusted roles to have their birthday celebrated or, if the setting is false, the member only needs one of the trusted roles to have their birthday celebrated.


---

# 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/birthday-system/trusted-system.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.
