> 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.md).

# Clergy Path

- [Scribe ✍️](https://docs.medievaldiscord.com/clergy/scribe.md): A page detailing the Scribe role within Medieval Discord and their transcribe and alm commands.
- [Preachment Route](https://docs.medievaldiscord.com/clergy/preachment.md): Like every other Clergy route, the Preachment route relies on its users earning piety to progress. Specifically, Preachment is supposed to spread the word of God to the people of Rosewood.
- [Deacon 📿](https://docs.medievaldiscord.com/clergy/preachment/deacon.md): A page detailing the Deacon role within Medieval Discord and their convert and preach commands.
- [Priest 🙏](https://docs.medievaldiscord.com/clergy/preachment/priest.md): A page detailing the Priest role within Medieval Discord and their mass, marry, and absolve commands.
- [Archbishop ⛪](https://docs.medievaldiscord.com/clergy/preachment/archbishop.md): A page detailing the Archbishop role within Medieval Discord and their excommunicate and bless commands.
- [Inquisition Route](https://docs.medievaldiscord.com/clergy/inquisition.md): The Inquisition Route exists in order to enforce the Roman Catholic Dogma onto the citizens of Rosewood. The main goal of the Inquisition is to arrest those who break Church and Morality laws.
- [Inquisitor ✊](https://docs.medievaldiscord.com/clergy/inquisition/inquisitor.md): A page detailing the Inquisitor role within Medieval Discord and their extract-confession command.
- [High Inquisitor 🔥](https://docs.medievaldiscord.com/clergy/inquisition/high-inquisitor.md): A page detailing the High Inquisitor role within Medieval Discord and their investigate command.
- [Inquisitor General ⚖️](https://docs.medievaldiscord.com/clergy/inquisition/inquisitor-general.md): A page detailing the Inquisitor General role within Medieval Discord and their purge command.
- [Medicinal Route](https://docs.medievaldiscord.com/clergy/medicinal.md): The Medicinal Route exists to offer medical aid to the people of Rosewood, free of charge, and sponsored by the Catholic Church.
- [Helper 🛏️](https://docs.medievaldiscord.com/clergy/medicinal/helper.md): A page detailing the Helper role within Medieval Discord and their aid command.
- [Medicus 🩸](https://docs.medievaldiscord.com/clergy/medicinal/medicus.md): A page detailing the Medicus role within Medieval Discord and their heal command.
- [Head Medicus ⚕️](https://docs.medievaldiscord.com/clergy/medicinal/head-medicus.md): A page detailing the Head Medicus role within Medieval Discord and their Invigorate command.


---

# 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.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.
