> 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/play-passes/play-pass-overview/applying-a-guest-pass.md).

# Applying a Guest Pass

#### Admins in the Dashboard

When an Admin creates an Event and wants to allow Customers to bring a Guest, the Admin will leave a value of 1 or higher in the **Max Guests per Person** section of the Event settings, during Event creation. By doing so, the Admin is allowing a Customer to sign up for the Event and bring a Guest.

<figure><img src="/files/wbmfK8PdUjUkXunQ26d7" alt=""><figcaption></figcaption></figure>

If an Admin wants to add a Customer to the Event and assign the Guest's spot, they can do so inside the Dashboard.

{% @supademo/embed url="<https://app.supademo.com/demo/cmnoyprqm7ly0abur5zmo2fh6>" demoId="cmnoyprqm7ly0abur5zmo2fh6" %}

{% hint style="info" %}
It’s important to note that the use of a Guest Pass or Play Pass might have restrictions inside the environment. Some of these requirements might be:

* Event settings do not allow for Guests
* Guest Passes can only be used on Events with a specific tag

Contact your Club’s Admin who was part of the PodPlay onboarding process and ask them about any unique SOPs, or contact the Customer Success team if you have further questions.
{% endhint %}

#### The Customer's Experience

Using a Guest Pass is very simple for Customers. When a Customer signs up for an Event, they'll see a dropdown to add Guests. Once they select how many Guests they'd like to bring, the Guest Pass will automatically apply, and any extra fees on the checkout page are reduced to zero.

<figure><img src="/files/DVA5e6heChyFV9Z3y4OV" alt=""><figcaption></figcaption></figure>


---

# 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/play-passes/play-pass-overview/applying-a-guest-pass.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.
