> 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-scheduling-your-shift.md).

# \[ARCHIVE] Scheduling Your Shift

1. Navigate to the [Volunteer Signup Website](https://volunteersignup.org/LBJQB).
2. If this is your first time signing in, select the green ‘Create your own signup sheet’ button in the upper-right corner:

<figure><img src="/files/uVAO4IAqtNZ8iDSkoGCr" alt=""><figcaption></figcaption></figure>

3. On the next screen, select ‘Sign In’, and log in. If you have not received the login information, you can reach out to Brent directly via Slack or [email](mailto:brent@paxfauna.org).

<figure><img src="/files/LsfpLeQdKV8o1JM9Dod0" alt=""><figcaption></figcaption></figure>

4. Under ‘My signup sheets’ select ‘Edit’ next to the ‘Pro-Animal Future Canvassing Shifts’ signup sheet:

<figure><img src="/files/MwKJbuj7sihjkIFjaFTc" alt=""><figcaption></figcaption></figure>

5. Select the green ‘+’ button to add a row to the signup table , and fill out the necessary fields. \*\**Note: Try to keep the rows in date order to make upcoming shifts easier to find!*

<figure><img src="/files/Xc9JBripfqrsaY7HB3Ki" alt=""><figcaption></figcaption></figure>

* **What:** Shift location and meeting spot with a specific address
* **When:** Shift date, including a start and end time
* **People needed:** Using previous shifts at the same location as a frame of reference, add how many volunteers are needed for the shift

6. If you need some inspiration, check out our [Location Notes and Idea List](https://docs.google.com/spreadsheets/d/1iyqrL5XYTC1957PVK7kAZ5fARkhQzeqPmIY276HHs-0/edit#gid=748290218).
7. Recruit volunteers for your shift!


---

# 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-scheduling-your-shift.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.
