> For the complete documentation index, see [llms.txt](https://reignalterworld.gitbook.io/litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reignalterworld.gitbook.io/litepaper/political/jobs.md).

# Jobs

Players who join a District will receive a Job from the Mayor. The Mayor selects members based on the Characters (also their Merit and Medal points) that the players have developed and the Mayor's needs for buildings within the District.

Merits and Medals points are activities players engage in within the District, which grant them experience. This allows the Mayor to determine which job best suits each player in their District.

Each Job has an impact on the Tech level of each building. For example, a Warden can only increase the Tech of the Fortress building, while a Patrol can only enhance the Tech of the Border building, and so on.

Players will have dual Job functions, serving as both Civilian Jobs and Military Forces.

<table data-full-width="false"><thead><tr><th align="center">Players who enter a District will receive a suitable Job, which includes:</th><th align="center">In wartime conditions, each Job is automatically assigned to the Military Force, which includes:</th></tr></thead><tbody><tr><td align="center">Scavenger (jobless)</td><td align="center">Mercenary (jobless)</td></tr><tr><td align="center">Wardens are assigned to the Fortress</td><td align="center">Warden assigned to be Breacher</td></tr><tr><td align="center">Patrol  are assigned to the Border</td><td align="center">Patrol assigned to be Assault</td></tr><tr><td align="center">Scout are assigned to the Barrack</td><td align="center">Scout assigned to be Ambush</td></tr><tr><td align="center">Watchman are assigned to the Eagle Eye</td><td align="center">Watchman assigned to be Raid</td></tr><tr><td align="center">Mechanic are assigned to the Garage</td><td align="center">Mechanic assigned to be Driver</td></tr><tr><td align="center">Logistician are assigned to the Warehouse</td><td align="center">Logistician assigned to be Purge</td></tr><tr><td align="center">Forger are assigned to the Arsenal</td><td align="center">Forger assigned to be Sniper</td></tr><tr><td align="center">Scientist are assigned to the Laboratory</td><td align="center">Scientist assigned to be Medic</td></tr></tbody></table>


---

# 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://reignalterworld.gitbook.io/litepaper/political/jobs.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.
