# Connected Players Role

{% hint style="warning" %} <mark style="color:red;">**/configs/plugins/DU\_ConnectedPlayersRole/DU\_ConnectedPlayersRole.json**</mark>
{% endhint %}

{% hint style="info" %}
Players who have a linked account and are connected on the game server get a special role and can be separated from other users. When they are disconnected from the server, their role will be removed.
{% endhint %}

<table><thead><tr><th width="186">Property</th><th>Description</th></tr></thead><tbody><tr><td><strong>Role ID</strong></td><td>The Role ID that players get when they join.</td></tr></tbody></table>

{% hint style="danger" %} <mark style="color:red;">**CAUTION**</mark>

• Your Discord BOT role must always be above your Connected Players Role! Otherwise role will not be added.
{% endhint %}

<div align="left"><figure><img src="/files/XlxPsBJimMi19v5GzUN7" alt="" width="341"><figcaption></figcaption></figure></div>


---

# 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.sourcefactory.eu/discord-utilities/modules/connected-players-role.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.
