> 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/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides.md).

# Campaign Guides

- [Social & Community Events Guide](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide.md): As the campaign organizer, this guide will assist you in how to effectively plan and execute successful social and community events to keep people engaged with the campaign.
- [Organizing & Planning](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/organizing-and-planning.md): This section provides a guide on how to get started with the organizing and planning of social and community events.
- [Event Promotion](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/event-promotion.md): This section provides a checklist of ways to spread the word about the upcoming event in order to maximize attendance and attract new campaigners.
- [Event Roles](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/event-roles.md): Assigning roles at social events helps them to run more smoothly by creating clear responsibilities in the distribution of tasks. This section outlines each role.
- [Organizer](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/event-roles/organizer.md): This person is responsible for organizing the high-level details of the event, including role assignment and event marketing, to make sure everything goes to plan.
- [Host](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/event-roles/host.md): This person is responsible for providing a space in which to host an event.
- [Cook](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/event-roles/cook.md): This person is responsible for planning and preparing food for events where there will be a meal served.
- [Greeter](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/event-roles/greeter.md): This person is responsible for greeting community members as they arrive so they feel welcomed and comfortable.
- [Workstation Director](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/event-roles/workstation-director.md): This person is responsible for directing the work being done at the event, including setting up workstations, providing instructions, and distributing tasks.
- [MC](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/event-roles/mc.md): This person is responsible for making announcements at the event, encouraging group recognition, and inspiring attendees to sign up for shifts.
- [Trainer](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/event-roles/trainer.md): This person is responsible for providing a brief training session or teach-in to the community during an event.
- [Zoom Coordinator](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/event-roles/zoom-coordinator.md): This person is responsible for technical management during events where there will be virtual attendees.
- [Cleanup Crew](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/event-roles/cleanup-crew.md): These people will be responsible for cleaning the areas used for the event as it comes to a close, and ensuring that we are giving the host their space back in its original condition.
- [Running the Event](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/running-the-event.md): This section covers recommended event structures and schedules, how to facilitate programming, and best practices for accomplishing work tasks at events.
- [Food Guide](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/food-guide.md): This section offers guidance on preparing food for a large number of people at social events in a way that is cost effective, inclusive of dietary restrictions, easily prepared, and tasty!
- [Supplies Checklist](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/supplies-checklist.md): This section provides a checklist of the materials that should be brought to each event. It is typically the Campaign Lead or an equivalent role that is responsible for supplying these materials.
- [Rules & Policies](https://handbook.proanimal.org/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides/social-and-community-events-guide/rules-and-policies.md): This section covers the rules and policies that should be abided by when hosting an event.


---

# 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/~/changes/8OnlYlegnL56c3P2z9bM/for-organizers/campaign-guides.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.
