> For the complete documentation index, see [llms.txt](https://www.blainecountysheriffoffice.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.blainecountysheriffoffice.org/sop/section-5-department-procedure/5.11-non-emergency-driving-code-1-and-2-operations.md).

# 5.11 - Non Emergency Driving: Code 1 and 2 Operations

There are two standards of driving for responding to calls or situations that are not of an emergency nature. The first of these is code 1 response, in which a Deputy responds to a call “at their earliest convenience”. Such a call does not require immediate police presence and does not pose a risk of injury or death to those at the scene. During this response, Deputy's are not required to respond to said call with urgency and may alter their course and or response to deal with any situation that may emerge such as a speeding driver, request for additional, stranded vehicle or civilian flag down.

The second of these standards is code 2 (Urgent Response) response in which Deputy's are required to respond to the call as a matter of priority where a police presence is needed in a timely or urgent manner. Despite requiring an expedient response to the call, the situation does not pose an immediate risk of injury or death to anyone at the scene. Deputy's should proceed directly to the scene when discreet to respond code 2. They shall not alter their response in any way, unless a situation develops around them that without their intervention has the potential to cause serious injury or death.

**Code 1** - Use of Warning devices are not authorized. Deputy's are to adhere to all rules and regulators such as speed limits, traffic lights, stop signal or stop signs.

**Code 2** - (Urgent Response) - Use of Warning devices at troopers discretion. The driver of an authorized emergency vehicle responding code 2 may:

Proceed past a red or stop signal or stop sign, but only after slowing down as may be required and necessary for safe operation.\
Exceed the maximum speed limits as long as operative does not endanger life or property.\
Disregard regulations governing direction of movement or turning in specified directions. (Doesn't apply to all cases)


---

# 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://www.blainecountysheriffoffice.org/sop/section-5-department-procedure/5.11-non-emergency-driving-code-1-and-2-operations.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.
