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

# Helper 🛏️

<figure><img src="/files/tefrT8YJY4QVLCFShIYw" alt=""><figcaption><p><em>Applies to Helpers, Medici, and the Head Medicus!</em><br><mark style="color:yellow;">Copyright </mark><em><mark style="color:yellow;">© 2023 Medieval Discord. All rights reserved.</mark></em></p></figcaption></figure>

## Description:

Helpers are the initiates of the Medicinal route. They are members of the clergy in training to become fully-fledged Medici. While Rosewood does rely on older healing methods, most of the best Medici use [Leech Elisabeth Ashyver's texts on medicine](https://medievaldiscordrp.com/libri-medicinae/), compiled from her studies on Arabic, Roman, and Ancient Greek medicine. Helpers are mostly there to tend to the old and sick in the infirmary, while the larger tasks fall onto the Medici.

* **Weekly (Sunday) Paycheck:** `25 coin`
* **Rank-up Rewards:** `Medicus Robes`

## Mechanics:

### Aid

{% code title="#infirmary" %}

```javascript
r!aid
```

{% endcode %}

*Used by Helpers to gain piety by aiding the old and the sick in the infirmary.*

* **Minimum Stamina:** `50%`
  * **Raw Stamina Cost:** `10`
* **Base Reward:** `20-30 piety`
  * **Reward Cooldown:** `24h`
  * **Command Cooldown:** `2h`

## In-depth guide:

Helpers are the lowest rank within the Medicinal route. In addition to `alm`, they can also earn piety through `aid`. When a character is a helper, their best strategy would be to RP passively and grind piety through the commands at their disposal since they can't make use of Medici's empowered heal command. Their RP is mostly related to healing knowledge and tending to the sick/frail.


---

# 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://docs.medievaldiscord.com/clergy/medicinal/helper.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.
