# Moderation

## Priority Player List

<details>

<summary>Priority Player List</summary>

The Priority Player List highlights in-game users with specific CMS ranks by moving them to the top of the player list. This is useful for quickly identifying which staff members (or other ranks) are currently online.

Players with one of the configured CMS ranks will display a rank badge on their player card and appear at the top of the dashboard list.

<div><figure><img src="/files/5l2lkQNRmzwrBObniuWS" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/F39AQpm6AwwP9iFsExb8" alt="" width="207"><figcaption></figcaption></figure></div>

</details>

## Custom Record Types

<details>

<summary>Custom Record Types</summary>

These custom log types can be created via [CMS](/cms/integration-capabilities/er-lc-game-panel/usage/player-records.md#via-cms-panel), [Discord](/cms/integration-capabilities/er-lc-game-panel/usage/player-records.md#via-discord-bot), or [in-game](/cms/integration-capabilities/er-lc-game-panel/usage/player-records.md#via-in-game-command)!

<figure><img src="/files/harHKujMLO0MWe87DiLX" alt=""><figcaption></figcaption></figure>

Create additional, custom player record types for things like RDM, Combat, and more!

</details>

## Request Form Types

<details>

<summary>Custom Request Forms</summary>

Request form types are CMS form submissions that are displayed [right in the ER:LC panel](/cms/integration-capabilities/er-lc-game-panel/usage/dashboard.md#latest-activity) for quick processing.

**Example: Priority Requests**

Many communities require approval for a "priority" scene (a roleplay scene with multiple users, weapons, etc.)

In the **Request Form Types** we've selected a custom CMS form for **Priority Requests**. When a user submits this form and it's in the **Awaiting Review** stage, it will be [displayed on the ER:LC panel](/cms/integration-capabilities/er-lc-game-panel/usage/dashboard.md#latest-activity).

Additionally, players can submit this form (as long as their Roblox account is linked) from in-game using a custom `:log` comman&#x64;**.** All additional text after the command will be inserted into the selected form field.

Ex: `:log prio this is an example` > would create a new **Priority Request** form submission with "this is an example" inserted into the form field "What is the priority for?"

**Stage Actions**

When a form stage is changed [automated actions, including ER:LC commands](/cms/integration-capabilities/er-lc-game-panel/usage/cms-integrations.md#stage-actions) can be ran.

<figure><img src="/files/JR2hzZQYzuv4TfSsd2OP" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/GX0BniSSibTwDb7eODL0" alt=""><figcaption></figcaption></figure>

</details>

## Username Moderation

<details>

<summary>Username Moderation</summary>

Even with Roblox’s built-in username moderation, some inappropriate names can still bypass filters. The Username Moderation panel allows you to automatically kick users with “All” or “Others” in their username — preventing commands targeting them from affecting the entire server.

You can also configure AI-based moderation standards to automatically detect and handle inappropriate usernames.

<figure><img src="/files/7uC9g9LbKoh7gIh0knWQ" alt="" width="375"><figcaption></figcaption></figure>

</details>


---

# 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.sonoransoftware.com/cms/integration-capabilities/er-lc-game-panel/usage/moderation.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.
