> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/events.md).

# Events

- [Create / Edit an Event](https://docs.podplay.app/events/create-an-event.md)
- [Class / Clinic](https://docs.podplay.app/events/create-an-event/class-clinic.md)
- [Private Events](https://docs.podplay.app/events/create-an-event/private-events.md)
- [Spotlight an Event](https://docs.podplay.app/events/create-an-event/spotlight-an-event.md)
- [Waitlists for Full Events](https://docs.podplay.app/events/create-an-event/waitlists.md)
- [No Show Fees](https://docs.podplay.app/events/create-an-event/no-show-fees.md)
- [Early Bird Pricing](https://docs.podplay.app/events/create-an-event/early-bird-pricing.md)
- [External Event Links](https://docs.podplay.app/events/create-an-event/external-event-links.md)
- [Templates & Repeating Events](https://docs.podplay.app/events/templates.md)
- [Event Description Examples](https://docs.podplay.app/events/templates/event-description-examples.md)
- [Copy Events](https://docs.podplay.app/events/templates/copy-events.md)
- [Event Sign-up & Attendees](https://docs.podplay.app/events/sign-up-for-an-event.md)
- [Team Signup](https://docs.podplay.app/events/sign-up-for-an-event/team-signup.md)
- [Overcharge Confusion](https://docs.podplay.app/events/sign-up-for-an-event/team-signup/overcharge-confusion.md)
- [Email Attendees or Waitlist](https://docs.podplay.app/events/sign-up-for-an-event/email-event-attendees-or-waitlist.md)
- [Names on Events](https://docs.podplay.app/events/sign-up-for-an-event/names-of-customers-on-events.md)
- [Event Sign-up with Terminal](https://docs.podplay.app/events/sign-up-for-an-event/collect-event-signup-payments-at-the-terminal.md)
- [Event / Series Non-participants](https://docs.podplay.app/events/sign-up-for-an-event/event-and-series-non-participants.md)
- [Create a Series](https://docs.podplay.app/events/event-series.md)
- [Series Capacity](https://docs.podplay.app/events/event-series/series-capacity.md)
- [Export Event Data](https://docs.podplay.app/events/export-events-to-csv.md)
- [Event Payments](https://docs.podplay.app/events/pricing-payments-and-billing-issues.md)
- [Operation Blocks](https://docs.podplay.app/events/operation-blocks.md)


---

# 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://docs.podplay.app/events.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.
