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

# Format

### <mark style="color:orange;">Pre-Trial Procedures</mark>

#### <mark style="color:purple;">Pre-Trial Conference</mark>&#xD;

* Prior to the trial, the parties meet (often without the judge present) to identify and agree upon uncontested facts. These formal admissions help streamline the trial by ensuring that both sides do not need to re-establish common ground during questioning.

### <mark style="color:orange;">Courtroom Setup and Initial Proceedings</mark>

#### <mark style="color:purple;">Seating Arrangement</mark>

* The prosecution sits on the right side of the bench, while the defense sits on the left.

### <mark style="color:orange;">Opening of the Case</mark>&#xD;

#### <mark style="color:purple;">Preliminary Probable Cause Determination</mark>

* At the outset, the judge will inquire into the probable cause underlying the incident. The prosecution must briefly present the facts and evidence that justify the initial stop or arrest. This step helps determine whether the case has a sufficient basis to continue. If the judge finds no probable cause, the case may be dismissed at this early stage. The judge begins by requesting a list of charges from the prosecution and then asks the defense to enter a plea.
  * If the plea is "not guilty," the trial will proceed.
  * If the plea is "guilty," the case will generally proceed directly to sentencing.

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

#### <mark style="color:purple;">Prosecution’s Opening Statement</mark>

* The prosecution presents a brief overview of the case, outlining the evidence that will be introduced and arguing for the defendant’s guilt. The aim is to create a persuasive narrative that leaves little room for doubt.

#### <mark style="color:purple;">Defense’s Opening Statement</mark>

* The defense responds with a concise statement challenging the prosecution’s assertions. Rather than proving innocence outright, the defense focuses on creating reasonable doubt by questioning the reliability or sufficiency of the evidence.

### <mark style="color:orange;">Presentation of Evidence</mark>

#### <mark style="color:purple;">Prosecution’s Case</mark>

* The prosecution calls its witnesses. Each witness is:
  * Directly Examined: The prosecution questions the witness to establish facts.
  * Cross-Examined: The defense then questions the witness to challenge or clarify the testimony.
  * Re-Examined (if necessary): The prosecution may follow up on issues raised during cross-examination.
  * The judge may also question witnesses to ensure clarity.

#### <mark style="color:purple;">Defense’s Case</mark>

* After the prosecution rests, the defense presents its witnesses following the same process:&#x20;
  * direct examination by the defense, cross-examination by the prosecution, and, if necessary, re-examination by the defense.&#x20;
  * The judge may again seek clarification as needed.

### <mark style="color:orange;">Closing Arguments</mark>&#xD;

#### <mark style="color:purple;">Prosecution’s Closing</mark>

* The prosecution summarizes the case, emphasizing how the evidence meets the legal elements of the charges and supporting a verdict of guilt.

#### <mark style="color:purple;">Defense’s Closing</mark>

* The defense recaps the shortcomings or inconsistencies in the prosecution’s case, aiming to reinforce the presence of reasonable doubt regarding the defendant’s guilt.

### <mark style="color:orange;">Deliberation and Verdict</mark>&#xD;

* The judge (or jury) reviews all evidence and arguments, then renders a verdict:
  * Not Guilty: The defendant is acquitted.
  * Guilty: The case moves to the sentencing phase (or, if a guilty plea was entered earlier, directly to sentencing).

### <mark style="color:orange;">Sentencing</mark>&#xD;

#### <mark style="color:purple;">Informal Sentencing</mark>

* In San Andreas, sentencing is handled somewhat informally. The judge may ask the prosecution for a recommended sentence, but if the recommendation is deemed excessive or inappropriate, the judge is free to impose a sentence that they consider just and appropriate.

#### <mark style="color:purple;">Roles and Objectives</mark>

<mark style="color:blue;">**Prosecution’s Objective**</mark>

* To establish the defendant’s guilt beyond a reasonable doubt by presenting a solid, cohesive case. The prosecution must address any gaps in their argument swiftly to prevent the defense from undermining their case.

<mark style="color:blue;">**Defense’s Objective**</mark>

* To create reasonable doubt about the defendant’s guilt by exposing inconsistencies or weaknesses in the prosecution’s evidence. The defense does not need to prove innocence; they only need to cast sufficient doubt on the prosecution’s case.


---

# 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/format.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.
