> 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-social-and-community-events-guide/archive-event-role-checklists.md).

# \[ARCHIVE] Event Role Checklists

Below are the roles that can be assigned to help the event run smoothly, along with the responsibilities asked of each role. As the organizer, you’ll share these role checklists with the people fulfilling the roles so they have a clear understanding of what they are accountable for.

### Essential Event Roles

These roles are essential for running the event and should be assigned in advance.

| [**Organizer**](/other/archived-pages/archive-social-and-community-events-guide/archive-event-role-checklists/archive-organizer.md) (You) |
| ----------------------------------------------------------------------------------------------------------------------------------------- |
| [**Host**](/other/archived-pages/archive-social-and-community-events-guide/archive-event-role-checklists/archive-host.md)                 |
| [**Cooks**](/other/archived-pages/archive-social-and-community-events-guide/archive-event-role-checklists/archive-cooks.md)               |
| [**MC**](/other/archived-pages/archive-social-and-community-events-guide/archive-event-role-checklists/archive-mc.md)                     |

### Optional Event Roles

These roles can either be assigned at the event, or may not be necessary for every event.

<table data-header-hidden><thead><tr><th width="221"></th><th></th></tr></thead><tbody><tr><td><a href="/pages/ZzRPm0mUaDnNIsjZMggj"><strong>Cleanup Coordinator</strong></a></td><td>Can be assigned at the event if needed.</td></tr><tr><td><a href="/pages/FVPcrxlCQ1bp4sQV4QdT"><strong>Greeter</strong></a></td><td>Can be assigned at the event if needed.</td></tr><tr><td><a href="/pages/gmKy5NxY2xRsXahD5Ik8"><strong>Workstation Director</strong></a></td><td>Only necessary for events where work tasks will be completed.</td></tr><tr><td><a href="/pages/3CLaUpIEb3jlp2UUPSHI"><strong>Facilitator /</strong> <strong>Trainer / Presenter</strong></a></td><td>We will not have a presentation or training at every event.</td></tr><tr><td><a href="/pages/xzugqzEdq67TBwnc6WyW"><strong>Zoom Coordinator</strong></a></td><td>Only necessary for hybrid events with virtual attendees.</td></tr></tbody></table>


---

# 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-social-and-community-events-guide/archive-event-role-checklists.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.
