> 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/court-proceedings/criminal-court.md).

# Criminal Court

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

* The State initiates criminal proceedings by bringing charges against the defendant, either following an arrest, the District Attorney's request, or upon the defendant’s request for a hearing in lieu of the standard sentence.

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

* The District Attorney represents the State, while the defendant is represented by a Defense Attorney. Defendants also have the option to represent themselves.

### <mark style="color:orange;">Case Procedures</mark>

* Prior to the hearing, both the District Attorney and the Defense Attorney exchange full discovery to ensure that all relevant evidence is disclosed. Based on the exchanged information, the District Attorney will decide whether to drop the charges, offer a plea settlement, or proceed to trial.

### <mark style="color:orange;">Standard of Proof</mark>

* In criminal cases, the burden of proof rests with the State. The prosecution must prove the defendant’s guilt beyond a reasonable doubt, while the defense must raise sufficient doubt about the State’s evidence.

### <mark style="color:orange;">Hearing and Decision</mark>

* A judge will hear all evidence and testimony presented by both sides. After reviewing the case, the judge will render a final, binding verdict. If found guilty, the case will proceed to the sentencing phase; if not, the defendant will be acquitted.


---

# 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/court-proceedings/criminal-court.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.
