> 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/expungement-of-records.md).

# Expungement of Records

### <mark style="color:orange;">Removal of Criminal Convictions</mark>

#### <mark style="color:purple;">Eligibility and Waiting Periods</mark>

* <mark style="color:blue;">**Non-violent Misdemeanors**</mark>
  * Request may be made 60 days after the offense, provided no additional offenses have been committed within the prior 60 days.
* <mark style="color:blue;">**Violent Misdemeanors**</mark>
  * Request may be made 90 days after the offense, provided no additional offenses have been committed within the prior 90 days.
* <mark style="color:blue;">**Non-violent Felonies**</mark>
  * Request may be made 90 days after the offense, provided no additional offenses have been committed within the prior 90 days.
* <mark style="color:blue;">**Violent Felonies**</mark>
  * Request may be made 180 days after the offense, provided no additional offenses have been committed within the prior 180 days.
* <mark style="color:blue;">**Fee**</mark>
  * A processing fee of $5,000 must be paid to the DOJ for each conviction to be sealed/expunged.

#### <mark style="color:purple;">Judicial Determination</mark>&#xD;

* After reviewing the applicant’s compliance with the eligibility and waiting period requirements, the judge will determine whether each conviction is to be sealed or expunged. This determination considers the specifics of the case, including the nature of the offense and the applicant's overall criminal history, to decide if the record should be hidden from public view (sealed) or completely removed from the official system (expunged).

#### <mark style="color:purple;">Charge Sealed</mark>&#xD;

* When a charge is sealed, the record is hidden from public view. Although it remains in the official system and can be accessed by law enforcement or under specific circumstances (such as for certain legal or governmental inquiries), it is not available through standard background checks or public records. This process allows individuals to move forward without the stigma of a past charge while preserving the record for internal or future legal use.

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

* When a charge is removed, the record is completely expunged from the official system. In essence, it is as if the charge never occurred. This means that the record will not appear in any background checks or public records, providing the individual with a clean slate. Removal typically occurs when charges are dismissed, overturned, or successfully expunged through legal processes.

#### <mark style="color:purple;">Unsealing a Charge</mark>

* In certain circumstances, a charge that has been sealed may be unsealed, meaning the record becomes publicly accessible once again. Typically, unsealing occurs when there is a compelling need—such as ongoing law enforcement investigations, national security concerns, or when required by legal proceedings—to review the sealed information. A party may petition the court for unsealing, and the judge will review the request, weighing factors like the reasons for unsealing, the individual's overall criminal history, and the potential impact on the individual's rights and public safety. If the judge determines that unsealing is warranted, the record will be restored to public view and will appear in standard background checks and public records.


---

# 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/expungement-of-records.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.
