> 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/time-off.md).

# Time off

Two kinds of time off, sharing one request flow:

* **Leave of absence (`>loa`)** — full time off. No quota is expected while it runs.
* **Reduced activity (`>ra`)** — partial time off. A smaller quota stays in place.

A member requests, an administrator approves or denies. While a request is active, activity waves skip that member, so nobody gets infracted for time that was already approved.

Requests can also be filed and reviewed on the site, on the [staff panel](/the-rest-of-the-site/panel.md) and the [Leave of Absence](/dashboard/staff.md#leave-of-absence) dashboard page.

## Commands

| Command        | Aliases | Who can use it | What it does                            |
| -------------- | ------- | -------------- | --------------------------------------- |
| `>ra active`   | —       | Admin          | View all active RAs                     |
| `>ra request`  | —       | Staff          | File a Reduced Activity request         |
| `>ra admin`    | —       | Admin          | Administrate a Reduced Activity request |
| `>ra view`     | —       | Staff          | View your active RA                     |
| `>loa view`    | —       | Staff          | View your active LOA                    |
| `>loa active`  | —       | Admin          | View all active LOAs                    |
| `>loa request` | —       | Staff          | File a Leave of Absence request         |
| `>loa admin`   | —       | Admin          | Administrate a Leave of Absence request |


---

# 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/time-off.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.
