> 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/military/watch/recruit.md).

# Recruit

## Description:

Recruits are the first rank of the City Watch. They are the men and women of Rosewood who have chosen to take part in their duty to their City and their King and uphold his laws. Their duties consist of training, escorting, and learning from higher ranks. Once they have proven their devotion to the Watch, they will be eligible for a promotion. Before that, their duties and privileges are limited.

## In-depth guide:

Due to being the first in a long string of ranks, the Recruit rank offers no bonus mechanics or specific RP to the character. However, it gives users time to acclimate to the way the Military works in MD. It is no longer about fighting big battles or defending against outside threats. The Military now is comprised of those willing to fight for a living but in the name of the City of Rosewood. Consider Recruit to be a trial version of the Watch. A time when you may train, spar, and make connections before the real work begins. Recruits are offered no kits, no paycheck, and no XP. ***You will be able to rank up after 3 days have passed since you join the Watch.***


---

# 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/military/watch/recruit.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.
