> For the complete documentation index, see [llms.txt](https://dubs-docs.gitbook.io/tbd-rp-department-of-justice-legal-code/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dubs-docs.gitbook.io/tbd-rp-department-of-justice-legal-code/foundations-and-procedures/title-1-general-provisions/rules-of-evidence-overview.md).

# Rules of Evidence (Overview)

The **Rules of Evidence** outline the principles and guidelines that govern the admissibility, presentation, and evaluation of evidence in court proceedings. These rules ensure fairness, reliability, and consistency in the judicial process.

#### Key Principles of Evidence

1. **Relevance**
   * Evidence must be directly related to the case and have the potential to prove or disprove a fact in question.
2. **Admissibility**
   * Only evidence deemed lawful and appropriate under jurisdictional rules will be accepted by the court.
3. **Credibility**
   * Evidence must be trustworthy, and its source or method of collection must not compromise its integrity.
4. **Exclusionary Rule**
   * Illegally obtained evidence (e.g., through unlawful search or seizure) is inadmissible.

***

#### Types of Evidence

1. **Physical Evidence**
   * Tangible items such as weapons, documents, clothing, or any material objects related to the case.
2. **Testimonial Evidence**
   * Statements made by witnesses under oath during trial or deposition.
3. **Circumstantial Evidence**
   * Evidence that suggests a fact through inference but does not directly prove it (e.g., fingerprints at a crime scene).
4. **Digital Evidence**
   * Electronic records such as emails, texts, surveillance footage, and social media content.
5. **Character Evidence**
   * Testimony or documentation regarding a person's character, only admissible under specific circumstances (e.g., credibility of a witness).

***

#### Evidentiary Process

1. **Collection of Evidence**
   * Evidence must be collected in compliance with legal protocols to ensure its admissibility.
2. **Chain of Custody**
   * Every transfer of evidence must be documented to preserve its integrity.
3. **Presentation of Evidence**
   * Attorneys are responsible for presenting evidence clearly and in compliance with court procedures.
4. **Objections**
   * Parties may challenge evidence if it violates any rule of evidence (e.g., hearsay, relevance, or privilege).

***

#### Specific Rules

1. **Hearsay Rule**
   * Statements made outside of court are generally inadmissible unless they fall under an exception (e.g., dying declarations).
2. **Privilege**
   * Certain communications are protected from disclosure (e.g., attorney-client privilege).
3. **Authentication**
   * All evidence must be authenticated to confirm its origin and reliability.
4. **Expert Testimony**
   * Expert witnesses may provide opinions within their field of expertise, provided their qualifications and methodology meet legal standards.

***

#### Exceptions and Exemptions

1. **Emergency Situations**
   * Certain evidence, such as recordings or observations made during emergencies, may bypass traditional requirements.
2. **Public Records**
   * Official government documents and public records may be admitted without extensive authentication.


---

# 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://dubs-docs.gitbook.io/tbd-rp-department-of-justice-legal-code/foundations-and-procedures/title-1-general-provisions/rules-of-evidence-overview.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.
