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

# Format

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

#### <mark style="color:purple;">Complaint Submission</mark>

* The plaintiff formally files a complaint with the court outlining the alleged harm (whether physical, financial, or otherwise) and asserting that the defendant’s actions are the direct or indirect cause of that harm.

#### <mark style="color:purple;">Processing Fee</mark>

* The plaintiff must pay a processing fee (e.g., $5,000) to the Department of Justice.

#### <mark style="color:purple;">Service of Process</mark>

* The defendant is formally served with the complaint and a summons to respond.

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

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

* Both parties exchange relevant documents, witness lists, and evidence. This phase allows each side to gather information and clarify the issues.

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

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

* <mark style="color:blue;">**Plaintiff’s Opening Statement**</mark>
  * Provides an overview of the case, summarizing the evidence that supports the claim of harm.
* <mark style="color:blue;">**Defendant’s Opening Statement**</mark>
  * Offers a brief response, highlighting potential weaknesses in the plaintiff’s case and outlining their defense strategy.

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

* <mark style="color:blue;">**Plaintiff’s Case**</mark>
  * The plaintiff calls witnesses and presents evidence to establish that the defendant’s actions caused the alleged harm.
* <mark style="color:blue;">**Cross-Examination**</mark>
  * The defendant is given an opportunity to question the plaintiff’s witnesses and challenge the evidence.
* <mark style="color:blue;">**Defendant’s Case**</mark>
  * The defendant may then present their own evidence and witnesses.
* <mark style="color:blue;">**Re-Examination**</mark>
  * Each party may have the chance to clarify points raised during cross-examination.

#### <mark style="color:purple;">Closing Arguments:</mark>

* <mark style="color:blue;">**Plaintiff’s Closing**</mark>
  * Summarizes how the evidence supports liability and the need for a remedy.
* <mark style="color:blue;">**Defendant’s Closing**</mark>
  * Emphasizes any gaps or inconsistencies in the plaintiff’s case, aiming to create reasonable doubt regarding liability.

#### <mark style="color:purple;">Judgment and Final Order</mark>

* <mark style="color:blue;">**Deliberation**</mark>
  * The judge reviews all the evidence and arguments.
* <mark style="color:blue;">**Decision**</mark>
  * A final, binding judgment is rendered. If the plaintiff prevails, the court may order compensation or other appropriate remedies. If the defendant prevails, the case is dismissed.


---

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