# RA Requests

### What is the RA Requests module?

The RA Requests module is a subset of the LOA Requests module that allows people to go on Reduced Activity and not completely on LOA.

### Checklist

* [ ] Configuring the RA Requests module.
* [ ] Creating an RA Request.
* [ ] Deleting an RA Request.
* [ ] Listing all RA Requests

### Configuring the RA Requests module.

* Run `/config` .
  * Click **Basic Settings.**
  * On the dropdown that appears, click **RA Requests**.
  * On the first dropdown, select the role that you want people to recieve when they go on RA, and remove it when they go off.

- [x] Configuring the RA Requests module.

### Creating an RA Request.

* Type `/ra request` and select the time and the reason.
  * **Time:**
    * The amount of time that you want to be on RA for. (eg 5 days).
  * **Reason:**
    * The reason you want to be on RA. (eg mopping the ceiling).

- [x] Creating an RA Request.

### Deleting an RA Request.

* Type `/ra admin` and select the user that you want to manage.
  * On the menu that appears, click **Delete**.

{% hint style="info" %}
**HINT:** If the user has no RA active, you can not delete it. You can only delete active RA.
{% endhint %}

* [x] Deleting an RA Request.

### Listing all RA Requests.

* Type `/ra admin` and select the user that you want to manage.
  * On the menu that appears, click **List**.

- [x] Listing all RA Requests.


---

# 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.ermbot.xyz/home/modules/ra-requests.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.
