> 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/emergency-services-info/san-andreas-state-laws-and-regulations/case-laws-preambles-and-definitions/acts-and-doctrines/attempted-violations-doctrine.md).

# Attempted Violations Doctrine

The Attempted Violations Doctrine contains guidelines relating to the justification of the prosecution of attempts to violate certain laws.

This doctrine only applies to laws if all of the following conditions are met:&#x20;

1. The law which the suspect attempted to violate does **not** have an existing attempt-to-commit charge and also does not include "attempt to commit" within the code itself.&#x20;
2. 2\) The law which the suspect attempted to violate does **not** logically make sense when characterized by the term 'attempted. **(See examples below)**

<mark style="color:yellow;">**In the event of a suspect being apprehended for the act of merely attempting to violate a penal code, their sentence and other fines or penalties for said crime shall be half of what is codified in the violation itself.**</mark>

All of the codes related to Assault and Battery are not covered by the Attempted Violations Doctrine because Assault is an attempt to commit Battery.

{% hint style="info" %} <mark style="color:purple;">**Examples:**</mark>

* 'Murder' is not covered by the Attempted Violations Doctrine because 'Attempted Murder' is a standalone crime in the penal code.
* Resisting, evading, and eluding are not covered by the Attempted Violations Doctrine because these are generally attempts to escape, and if we were to apply this logic, every single person who were to be arrested for 'evasion' would be charged with 'attempted evasion' because evasion, in itself, is the crime of fleeing law enforcement, however, if they were caught, then it was merely a failed attempt to flee (because they are now in custody). This is a confusing and looping logic which we hope to avoid entirely by simply stating "Resisting, evading, and eluding are not covered by the Attempted Violations Doctrine."

{% endhint %}


---

# 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/emergency-services-info/san-andreas-state-laws-and-regulations/case-laws-preambles-and-definitions/acts-and-doctrines/attempted-violations-doctrine.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.
