> 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/for-organizers/leading-a-petitioning-shift/what-to-bring-for-petitioning.md).

# What to Bring for Petitioning

If you need any materials, reach out to your Campaign Coordinator!

## Supplies Checklist

* [ ] **Petitioning kits for new canvassers**&#x20;
  * Two clipboards (one for each petition packet)
  * Each of the two petition packets (fur and slaughterhouse) for every new petitioner&#x20;
  * **\*Note:** *Be sure to have some extras on hand, just in case someone brings friends along!*
* [ ] **Printed** [**Canvassing Quick Guides**](https://docs.google.com/document/d/1B_GJahh0iE9DixoDfuV1eWGdJ3LoYWymLMvZOQANAAI/edit?usp=sharing) **for new volunteers**
* [ ] **Extra petitioning supplies**
  * Petition packets (in case anyone has filled theirs)
  * Extra clipboards (in case anyone forgets theirs)
* [ ] **Extra pens (black or blue only)**
* [ ] **Volunteer Contacts** – be sure to either add activists' contacts to your phone, or make sure you're able to sign in to [Stampede](https://stampede.proanimal.org/) from your phone to send texts that way.&#x20;
  * This will allow you to easily update volunteers in the event of any changes, as not all volunteers are active on Slack.&#x20;
  * You can send texts to scheduled attendees using the steps below.

### **To use** [**Stampede**](https://stampede.proanimal.org/) **for volunteer outreach:**

1. Navigate to the [Events](https://stampede.proanimal.org/events) page in Stampede
2. Select the "Browse Events" tab, and locate your shift
3. Click "Details"&#x20;
4. Click the "Text attendees" button at the bottom to send a message to everyone who has RSVPd
5. This will prompt the messaging app on your device to open
6. &#x20;Write your message and send. *\*Any bulk communication is handled by the app and doesn’t cost you anything*


---

# 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/for-organizers/leading-a-petitioning-shift/what-to-bring-for-petitioning.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.
