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

# Starstream In-Person Events

- [Creating an in-person event](https://help-center.starstream.app/starstream-in-person-events/creating-an-inperson-event.md): Creating a new in-person event and setting it up for the first time.
- [Accessing a In-Person Event](https://help-center.starstream.app/starstream-in-person-events/inperson-event-customer-journey.md): The entire journey of customers from visiting the event page to buy it to accessing the in-person event.
- [Scanning QR codes](https://help-center.starstream.app/starstream-in-person-events/qr-codes.md): How can event owners use QR Code scanning for QR tickets generated by Startsream.
- [Notification Timeline](https://help-center.starstream.app/starstream-in-person-events/inperson-event-notification-timeline.md): Different notifications sent to customers for in-person events and when each of them is sent.
- [Downloading list of participants](https://help-center.starstream.app/starstream-in-person-events/downloading-participant-list.md): Steps to download a list of the in-person event attendees (participants) and details of their reservation.
- [Sending a test ticket for an in-person event](https://help-center.starstream.app/starstream-in-person-events/inperson-event-test-tickets.md): Steps to send a test ticket to your email to check how it looks before publishing the event page and ticket.
- [Sending and customizing event replay for in-person event](https://help-center.starstream.app/starstream-in-person-events/inperson-event-replays.md): Sending your in-person event replay to customers via email and SMS, and customizing both messages.


---

# 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://help-center.starstream.app/starstream-in-person-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.
