> 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/pleading-and-disposal.md).

# Pleading & Disposal

### <mark style="color:orange;">Guilty:</mark>&#x20;

<mark style="color:purple;">Plea Immediate Guilt / No Contest</mark>

* Full sentencing shall begin immediately without delay.&#x20;

<mark style="color:purple;">Plea Deal Negotiation</mark>

* A suspect may negotiate a guilty plea with law enforcement/prosecution in exchange for a lesser sentence, lower/lessened charges, and/or to avoid a trial.&#x20;

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

* The accused will be sent to serve 80% their sentence.&#x20;
* They shall appear for court and any court related appointments.&#x20;
* The law enforcement officer shall immediately request for a `Criminal Pre-Filing`&#x20;
* Only the District Attorney or any Law Enforcement Officer may file a criminal complaint with the DOJ.


---

# 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/pleading-and-disposal.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.
