> For the complete documentation index, see [llms.txt](https://futureleadersglobal.gitbook.io/program/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://futureleadersglobal.gitbook.io/program/toolbox/energizers/sheriff.md).

# Sheriff

Sheriff is a group game, played in a circle, where participants must react quickly or face elimination. One person stands in the middle of the circle as "the sheriff", pointing at other players who must quickly crouch while those on either side of them quickly "draw". A good activity to generate laughter in a group. It can also help with name-learning for groups getting to know each other.

Step 1:The group stands in a circle. One person stands in the middle as the sheriff. Step 2:The sheriff quickly spins around and then points straight at one person in the circle and says "bang!"The pointed-at person crouches as quickly as possible. The two people standing next to the pointed-at person must quickly point at each other, shouting each other's names.The person who is last to shout the name of the other is out of the game. Unless, the pointed-at person in the middle of those two does not crouch in time. In that case, that person is eliminated.When there are only two people left, they stand with their backs to each other in the middle of the room. The sheriff calls out random numbers. On every uneven number the pair takes a step away from each other. On the first even number they draw, quickly spinning around and then shooting. The quickest draw is the winner.


---

# 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://futureleadersglobal.gitbook.io/program/toolbox/energizers/sheriff.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.
