> 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.6-moving-vehicles.md).

# 5.6 - Moving Vehicles

1. Deputy's shall not discharge their firearms FROM a moving vehicle unless the Deputy's are being fired upon. Shooting accurately from a moving vehicle is extremely difficult and therefore, unlikely to successfully stop a threat of another person.
2. Discharging a firearm at a moving vehicle by an Deputy is prohibited, except to defend himself or another when the Deputy reasonably believes there is an immediate threat of great bodily harm to the deputy or others, and the Deputy reasonably believes that he will not endanger innocent persons.\
   **2.1** A moving vehicle alone shall not presumptively constitute a threat that justifies an Troopers use of deadly force.\
   **2.2** Deputy shall not move into or remain in the path of a moving vehicle. Moving into or remaining in the path of a moving vehicle, whether deliberate or inadvertent, **SHALL NOT** be justification for discharging a firearm at the vehicle or any of its occupants. A Deputy in the path of an approaching vehicle shall attempt to move to a position of safety rather than discharging a firearm at the vehicle or any of the occupants of the vehicle.
3. Firing strictly to disable a vehicle is prohibited.
4. Firearms shall not be utilized when the circumstances do not provide a high probability of striking the intended target, or when there is substantial risk to the safety of other persons, including risks associated with vehicle accidents.
5. Discharging your weapon from an immobilized or non-moving vehicle is not a policy violation.


---

# 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.6-moving-vehicles.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.
