# Server Commands

Using following features, you can fine-tune the way Tempy works on your server and ensure that only the roles you choose have the necessary permissions to manage Tempy's settings. Whether you want to give certain users more control over Tempy's behavior or simply want to make it easier for users to create and join temporary channels, these features have you covered.

So, without further ado, let's dive into the documentation and learn how to use these powerful features to their full potential on your Discord server!

<details>

<summary>/server defaultrole</summary>

The "defaultrole" command in the Tempy Discord bot allows users to set a specific role as the replacement for the @everyone role in the server. This can be useful for customizing group communication within the server. To use this command, users must have the appropriate permissions and/or the "manager" role.

</details>

<details>

<summary>/server managerrole</summary>

As the administrator of your Discord server, it is important to designate a specific role that has the ability to manage the settings of the Tempy bot. By assigning the role of Tempy manager, you can ensure that the management of the bot is organized and efficient, and that any changes or updates to its settings are handled in a controlled and responsible manner.

</details>


---

# 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://docs.tempybot.me/tempy-commands/server-commands.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.
