> 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/create-an-event/manage-attendees/how-to-use-a-guest-pass-for-events.md).

# How to use a Guest Pass for Events

* When creating an Event, an Admin can allow Customers to join the Event and pay for another Customer’s spot. The system refers to these as Guests.
* To allow Customers to pay for their spot in an Event, and pay for a friend, an Admin will:
  * Create an Event
  * Choose the quantity of total Customers that can sign up for the Event (labeled Total Teams)
  * Choose the limit of how many Guests a Customer can also pay for (labeled Max Guests per Person)
* If an Event has a capacity for 10 Customers, and each Customer can bring a maximum of two Guests, the Customer will be able to purchase three spots in the Event.
* Here is a video showing what the Customer experience looks like:

{% embed url="<https://www.loom.com/share/b036528fa2214f22b713e643ba9597a7?sid=88233ca8-9bbf-4b50-9551-1c58ed237525>" %}

* If a Customer pays for their spot in an Event, and for the spot of other Customers (Guests), the Customer can then invite their friends to the Event (which they already paid for) through the Reservation tab of the App
* For an Admin looking at an Event where Customers can bring Guests, the Admin will see a Customer has purchased spots for other Customers.
* Once the Customer’s friends have accepted an invitation, their names will populate into the Attendee list.
  * An Admin has the ability to click on the three dots to the left of the Guest's stand-in name and assign the Guest for the Customer, though it is always suggested to have the Customer invite their Guests from the front-end of the App.
* If a Customer has a Guest **Play Pass**, their pass will automatically apply and the Customer will not need to pay for the Guest's spot.


---

# 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/create-an-event/manage-attendees/how-to-use-a-guest-pass-for-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.
