> For the complete documentation index, see [llms.txt](https://docs.raidenbot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.raidenbot.xyz/setup/starting-up.md).

# Starting Up

### Raiden's Integration role

Once you add Raiden to your server with the proper permissions it asked for, you should actually notice a new **Raiden role** in your server (probably at the bottom of the role list). **You need to move that role and place it at the top**.

{% hint style="warning" %}
This step is required for the bot to function with its Moderation and Security related features.
{% endhint %}

### Mute Role for Raiden

Mute Role or Quarantine Role is a role which has no permissions, throughout the server (from Channel Overwrites). Such role is used to separate malicious users out of the server.&#x20;

In order to Setup a Mute Role for Raiden, run `/muterole @Role`. Bot will setup the Role accordingly throughout the server (only if it has Manage Channel and Role Permission). This role should be kept right under **Raiden's Integration Role**.

{% hint style="warning" %}
This step is required for the bot to function with its Moderation and Security related features.
{% endhint %}

### Be updated about Raiden \[optional]

Sometimes, we release an update which deprecates some older functionality of the bot. We recommend being updated with each and every update of Raiden. This can be done either by joining our Support Server or by getting updates right in your server.

To get updates in your server, run: `/botupdate #Channel`. All the changes will come in the provided channel.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.raidenbot.xyz/setup/starting-up.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
