> 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/readme.md).

# Documentation Center

**This site is under construction** <i class="fa-toolbox">:toolbox:</i> some articles still live in the [current Knowledge Base](https://help.podplay.app/en).

{% hint style="success" %}
Use the search bar at the top when you know the exact task, feature, or setting name.
{% endhint %}

#### Need Immediate Support?

<a href="https://podplay.gitbook.io/docs/support-and-troubleshooting/dashboard-support/my-app-is-not-working#alfie-the-podplay-ai#alfie-the-podplay-ai" class="button primary">Ask Alfie a Question</a><a href="https://tickets.podplay.app/" class="button primary">Submit a Support Ticket</a>

#### Common Customer Tasks

<a href="https://podplay.gitbook.io/docs/profiles/creating-a-customer-profile#customer-creates-a-profile" class="button primary">Create a Profile</a><a href="/pages/A3uvDjOccQLTfE6ZwuWy" class="button primary">Book a Reservation</a><a href="https://podplay.gitbook.io/docs/frontdesk-reservations/how-to-cancel-a-reservation-or-event#customer-cancels-a-reservation" class="button primary">Cancel a Booking</a><a href="/pages/gQEHtI2j8QBCLKfFHdmm" class="button primary">Sign-up for an Event</a><a href="/pages/pyZZvtg3tlrFQNfq1pgx" class="button primary">Buy a Membership</a>

#### Common Admin Tasks in the Dashboard

<a href="/pages/IXWMKkfHO73ki4Eg0tTE" class="button primary">Rapidly Assist Walk-ins</a><a href="/pages/jLZLWjZUFfqCbiI8fVJ9" class="button primary">Create a Reservation</a><a href="/pages/gQEHtI2j8QBCLKfFHdmm" class="button primary">Create an Event</a><a href="https://podplay.gitbook.io/docs/frontdesk-reservations/how-to-cancel-a-reservation-or-event#admin-cancels-a-reservation" class="button primary">Cancel a Reservation</a><a href="/pages/a4t1cDg5fUsEHpGUn0qY" class="button primary">Manage Memberships</a>

#### Club Staff Education

<a href="/pages/pd2FoOGESQPHScSizH6N" class="button primary">The PodPlay Academy</a>

{% hint style="info" %}
Browse content in the left side panel when you don't know the exact task.
{% endhint %}


---

# 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/readme.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.
