> For the complete documentation index, see [llms.txt](https://handbook.proanimal.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.proanimal.org/other/archived-pages/archive-shift-captain-guide/archive-goals-and-responsibilities.md).

# \[ARCHIVE] Goals & Responsibilities

1. **Schedule and Fill Shifts**

It is the shift captain’s responsibility to schedule regular shifts, as well as to enlist canvassers to sign up. Shift captains should host at least one shift per week on average (travel and other circumstances allowing).

2. **Act as Shift Host**

During each shift, we want to ensure canvassers feel supported and that they are part of an organized group. Shift captains should kick off the shift with a briefing and plan for the day, provide support and check in with volunteers throughout the shift, and close with a discussion around successes and learnings.

3. **Support New Canvassers**

First-time canvassers will need to be set up with clipboards, petition packets, and guidance on how to get started. The shift captain should provide resources, orientation, and training for any

inexperienced canvassers at the start of each shift. We recommend shift captains spend some time giving them tips and allowing them to shadow someone before heading off on their own.

4. **Provide Resources**

It is the shift captain’s responsibility to bring all necessary materials for the shift and to supply volunteers with resources.

5. **Take Campaign Photos**

It’s important for our team to have photos of canvassing in action. Ideally, shots would include the A-frame sign or clipboards, have faces visible, and include shots of people signing the petition. We also encourage a group shot before or after your shift!

6. **Foster a Sense of Community**

Research and past experiences have shown that when volunteers feel a sense of belonging, relatedness, and community, they are more likely to stay involved. The shift captain is responsible for creating a sense of community among volunteers in their shift by providing support, feedback, and encouragement, and facilitating discussion and cohesion among the group.


---

# 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://handbook.proanimal.org/other/archived-pages/archive-shift-captain-guide/archive-goals-and-responsibilities.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.
