> 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/bot-commands/sessions.md).

# Sessions

Sessions are organised play periods. The bot can run a vote to gauge interest, announce the start, and post a shutdown message at the end.

Votes have a threshold: if enough members react in time the session is confirmed, otherwise it lapses. Sessions can also be scheduled ahead of time and will announce themselves when they come round.

Configured on the [Sessions](/dashboard/game.md#sessions) dashboard page.

## Commands

| Command              | Aliases | Who can use it | What it does                                     |
| -------------------- | ------- | -------------- | ------------------------------------------------ |
| `>session vote`      | —       | Admin          | Create a session vote                            |
| `>session schedule`  | —       | Admin          | Schedule a session for later                     |
| `>session scheduled` | —       | Admin          | See the sessions waiting to run                  |
| `>session cancel`    | —       | Admin          | Cancel a scheduled session                       |
| `>session start`     | —       | Admin          | Start a session                                  |
| `>session end`       | —       | Admin          | End a session                                    |
| `>session boost`     | —       | Admin          | Ask for more players to join the running session |
| `>session info`      | —       | Everyone       | View analytics about your session                |
| `>session config`    | —       | Management     | Manage the session config                        |


---

# 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/bot-commands/sessions.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.
