> 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.10-off-duty-law-enforcement-actions.md).

# 5.10 - Off-Duty Law Enforcement Actions

**Firearms**\
Deputys of this department may carry firearms while off-duty in accordance with department policy. When carrying firearms while off-duty, agents shall also carry their Department-issued badge and identification. Deputys should refrain from carrying firearms when the consumption of alcohol is likely or when the need to carry a firearm is outweighed by safety considerations. Firearms shall not be carried by any trooper who has consumed an amount of an alcoholic beverage or taken any drugs that would tend to adversely affect the agent’s senses or judgment.

**Intervention**\
There is no legal requirement for off-duty trooper to take law enforcement action. However, should agents decide to intervene, they must evaluate whether the action is necessary or desirable, and should take into consideration the following:

1. The tactical disadvantage of being alone and the fact there may be multiple or hidden suspects.
2. The inability to communicate with responding units.
3. The lack of equipment, such as handcuffs, OC or baton.
4. The lack of cover.
5. The potential for increased risk to bystanders if the off-duty agent were to intervene.
6. Unfamiliarity with the surroundings.
7. The potential for the off-duty agent to be misidentified by other peace Troopers or members of the public.

If involvement is reasonably necessary, trooper should attempt to call or have someone else call 9-1-1 to request immediate assistance. The operator should be informed that an off-duty trooper is on-scene and should be provided a description of the Officer if possible. Whenever practicable, the trooper should loudly and repeatedly identify him/herself as an Deputy of the Blaine County Sheriffs Office until acknowledged. Official identification should also be displayed.

Deputy's should refrain from handling incidents of personal interest (e.g., family or neighbor disputes) and should remain neutral. In such circumstances troopers should call the responsible agency to handle the matter.


---

# 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.10-off-duty-law-enforcement-actions.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.
