> 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/customers-guest-on-an-event.md).

# Customer’s Guest on an Event

* A Customer who signs up for an Event and includes a Guest in their signup takes up two spots in the Event
  * A Customer can send an invite out to their Guest so the Guest’s Account is included in the Event
    * This invitation flow is the same as when [**inviting friends to a Reservation**](broken://pages/gAkomY6F9LMw5iReL24Y)
  * Once a Customer has signed up for an Event and invites their Guest, both Customer Accounts will be visible in the Attendee list of the Event
* If a Customer would like to cancel their Guest’s spot in the Event and still attend themselves, they will need to cancel their participation in the Event, too, as both of the Customer Accounts (Customer and Guest) are connected in the Event signup
  * Once the Customer has canceled their participation in the Event, they can sign up for the Event again, without a Guest
* If the Customer notices there is an active Cancellation Policy (meaning the Customer will be charged for canceling their signup), they can ask a Club Admin for assistance
* An Admin can help by:
  * Delete the Customer from the Event in the Attendee list
    * This will remove the Customer and their Guest
  * Added the Customer back to Attendee list
    * Now only the Customer has been added back to the Event


---

# 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/customers-guest-on-an-event.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.
