# Add Roles to Member

**Introduction**

The "Add Roles to Member" step is designed to assign one or more roles to a specified user in a guild. This step is useful for managing user permissions and access within a Discord server.

**Configuration**

* **Guild**: Specifies the guild (server) where the roles will be added. This parameter is required.
* **User**: The user to whom the roles will be assigned. This parameter is required.
* **Roles**: A list of roles that will be added to the user. Each role must be specified, and this parameter is required.


---

# 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.flexy.bot/modules/discord/steps/add-roles-to-member.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.
