> For the complete documentation index, see [llms.txt](https://lmrp.gitbook.io/last-mile-rp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lmrp.gitbook.io/last-mile-rp/doj.md).

# DOJ

### <mark style="color:orange;">Our Mission</mark>

The mission of the Department of Justice is to uphold the rule of law, to keep our country safe, and to protect civil rights.

### <mark style="color:orange;">Our Core Values</mark>

* Integrity: We uphold the highest ethical standards in all our actions, ensuring that every decision is made with honesty and accountability.
* Fairness: We are committed to impartiality and equity, ensuring that justice is administered consistently and without bias.
* Transparency: We conduct our operations openly to build trust, ensuring that our processes and decisions are clear and accessible to the public.
* Service: We dedicate ourselves to serving the community with respect, compassion, and unwavering commitment to public safety.
* Accountability: We take responsibility for our actions and strive to continuously improve our processes, ensuring that we remain true to our mission of upholding the rule of law and protecting civil rights.


---

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

```
GET https://lmrp.gitbook.io/last-mile-rp/doj.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.
