> For the complete documentation index, see [llms.txt](https://csrpmoddocs.officialcaliforniastateroleplay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://csrpmoddocs.officialcaliforniastateroleplay.com/dashboard/dashboard.md).

# Overview

The dashboard is at **staff-moderation.officialcaliforniastateroleplay.com**. Sign in with Discord and you land on a list of the servers you have access to; pick one and everything after that is scoped to it.

## How it is laid out

The sidebar groups every page into five sections. The URL always follows the same shape:

```
/<server id>/dashboard/<page>
```

| Group                                  | Pages                                                                                             | Covers                                              |
| -------------------------------------- | ------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| [Server](/dashboard/server.md)         | Basic Settings, Permissions, Server Overview, Whitelabel, Anti-Ping, Reminders, Verification      | How the bot behaves in your Discord                 |
| [Staff](/dashboard/staff.md)           | Shift Management, Shift Waves, Leave of Absence, Reduced Activity, Staff Management, Applications | Your team: hours, time off, discipline, recruitment |
| [Moderation](/dashboard/moderation.md) | Punishments                                                                                       | Moderating Roblox players                           |
| [Game](/dashboard/game.md)             | Game Logging, Sessions, Game Security, Priorities, Game Integration, Game Automation              | Your ER:LC server                                   |
| [Advanced](/dashboard/advanced.md)     | Mass Actions, Audit Log                                                                           | Bulk operations and accountability                  |

Separately from the dashboard there is the [staff panel and public pages](/the-rest-of-the-site/panel.md), which is what non-management staff and the public see.

## Saving changes

Settings pages hold your edits until you save. A bar appears at the bottom as soon as something is dirty, and navigating away warns you first. Nothing reaches the bot until you save.

## Who sees what

Pages are filtered to what you are allowed to open. Management sees everything; other roles see only what the three-level model or a custom permission role grants them. If a page is missing from your sidebar, that is why — see [Permission levels](/getting-started/permissions.md).


---

# 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://csrpmoddocs.officialcaliforniastateroleplay.com/dashboard/dashboard.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.
