> 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/legal-privilege.md).

# Legal Privilege

Legal privilege is a cornerstone of our justice system that protects certain confidential communications from being disclosed as evidence in court. It is designed to foster open and honest dialogue within key relationships by ensuring that the information shared in confidence remains protected. In The State of San Andreas, the following privileged relationships are recognized:

#### <mark style="color:purple;">Attorney–Client Privilege:</mark>&#xD;

This privilege safeguards all communications between a bar-certified lawyer and their client. It ensures that confidential discussions about legal matters remain private, allowing clients to speak freely without fear that these communications will later be used against them in court.

#### <mark style="color:purple;">Spousal (Marital Communications) Privilege:</mark>&#xD;

This privilege protects confidential communications between spouses. It prevents one spouse from being compelled to testify against the other regarding private conversations, thereby encouraging open and honest communication within the marital relationship.

#### <mark style="color:purple;">Clergy–Penitent Privilege:</mark>&#xD;

This privilege shields communications made in confidence to a religious advisor. It ensures that individuals can seek spiritual counsel or confess personal matters without the risk that these private exchanges will be disclosed in legal proceedings.

#### <mark style="color:purple;">Doctor–Patient/Psychotherapist–Patient Privilege:</mark>&#xD;

This privilege protects the confidentiality of communications between a patient and their healthcare provider or mental health professional. It is intended to promote honest disclosure, which is essential for effective treatment, by ensuring that sensitive health-related information remains private.

***

Together, these privileges support the integrity of confidential relationships, ensuring that individuals can communicate openly in contexts that are vital to legal, marital, spiritual, and medical well-being.


---

# 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/legal-privilege.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.
