> 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/rights-of-the-accused.md).

# Rights of the Accused

> "You have the right to remain silent. Anything you say can and will be used against you in a court of law. You have the right to an attorney. If you cannot afford an attorney, one will be provided for you."

In the State of San Andreas, any person taken into custody is informed of these rights to protect their liberty and ensure fair treatment under the law. When you are arrested, the officer will recite these words so that you know you are not compelled to speak without first consulting a lawyer. This warning is meant to guard against self-incrimination and to remind you that legal counsel is available, even if you cannot afford one. These rights are a fundamental part of our justice system, designed to preserve your ability to defend yourself throughout the legal process.


---

# 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/rights-of-the-accused.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.
