# Default Roles

Roles are a crucial part of every Discord server. Different roles will determine the exact level of permission control that each user is granted across the server. With that in mind, Mochi provides several ways to help users create and manage roles with ease, one of which is **Default Role**.

<figure><img src="https://528459403-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnJ8qX0cEj5ph125HugiB%2Fuploads%2FVIz2M0iXKGpKwDfcb9gk%2Fimage.png?alt=media&#x26;token=ebffaea4-c633-4ff5-8290-c0e08deae13b" alt=""><figcaption></figcaption></figure>

It’s super easy to assign your newcomers with the default role you want to with `$defaultrole` or short-hand `$dr`. From there, you can choose what specific action to do:

* `/role default set <role_name>`: assign a default role for newcomers.
* `/role default remove`: remove the default role for newcomers.
* `/role default info`: display the existing default role for newcomers.

![](https://528459403-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnJ8qX0cEj5ph125HugiB%2Fuploads%2FDIev7HulDLswmKmsBqB1%2FScreen%20Shot%202023-07-26%20at%2015.42.12.png?alt=media\&token=ce5779df-bf6d-4a0e-92f5-b9476197e07f)


---

# 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://mochibot.gitbook.io/mochi-bot/functions/mochi-dao/default-roles.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.
