> For the complete documentation index, see [llms.txt](https://docs.mrmylo.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mrmylo.xyz/standard-operating-procedures-department-of-corrections/s1/1.1-rules.md).

# 1.1 - Rules

At the San Andreas Department of Corrections we have core values that we firmly believe in and value greatly. To strive towards and achieve an optimal work environment. It is of paramount importance that everyone follow these rules and guidelines that have been determined. Any breach of conduct will be investigated and dealt with accordingly, including warnings, strikes, removal of privileges and up until termination.<br>

* At all times respect the Civilians, State Officials, Police Officers, BCFD, EMS and other unknown persons that you might encounter during your active shift. Please refer to them in a respectable manner and address them accordingly.<br>

* Insubordination will not be tolerated. If someone with higher authoritative power gives you an order in a situation, you are to comply. If you believe that the individual giving the orders was behaving in an ill-mannered way, please forward these concerns to a supervisor.

* Chain of Command and common questions should be filed through the proper channels of communication. This Standard Operating Procedure should contain all the answers to the questions you might encounter as an employee. If there is a concern, suggestion, adaptation that you wish should be made, convey that message through the formal channels.<br>

* Use your common sense. If you have a question about what you are allowed or not allowed to do, seek out a supervisor, if there are no supervisors or higher ranked, the answer to your question is NO.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.mrmylo.xyz/standard-operating-procedures-department-of-corrections/s1/1.1-rules.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
