# Placing Roles

## Placing role structure

| Name      | Information                                                                     | Args                        |
| --------- | ------------------------------------------------------------------------------- | --------------------------- |
| assignID  | Add a unique number to the assing                                               | (optional)                  |
| roleID    | [ID of the role](/community-guide/phpmyadmin/create-roles.md) you want to place | (from the "roles" table)    |
| accountID | ID of the account user you want to place                                        | (from the "accounts" table) |

## Placing a role to a user

Learn to access phpMyAdmin: 🔐 [Accessing to phpMyAdmin](/community-guide/phpmyadmin/site-structure.md)

Learn phpMyAdmin structure: 🔐 [Site Structure](/community-guide/phpmyadmin/site-structure.md)

1. Access to your phpMyAdmin database and Look for "roleassign".
2. Open the insert tab.
3. Fill out all fields correctly.
4. Click on "Go".
5. You have assigned a role to a user!

If the user has a moderator-badge (with the req permission enabled), they can navigate in-game to Settings -> "Help" -> "Req" to activate the moderator buttons on levels.


---

# 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://gdpsfh.gitbook.io/community-guide/phpmyadmin/placing-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.
