> 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-online-events.md).

# Starstream Online Events

- [Creating an online event](https://help-center.starstream.app/starstream-online-events/creating-an-online-event.md): Creating a new online event from a Shopify product page, and basic event preferences to get started.
- [Getting the secret link](https://help-center.starstream.app/starstream-online-events/creating-event-link.md): Steps to generate an online event link from the platform you will use to host it.
- [Hosting on Youtube](https://help-center.starstream.app/starstream-online-events/creating-event-link/youtube-link.md): Steps to create a YouTube live stream link and use it with Starstream.
- [Hosting on Vimeo](https://help-center.starstream.app/starstream-online-events/creating-event-link/vimeo-link.md): Steps to create a Vimeo live stream link and use it with Starstream.
- [Hosting on Zoom](https://help-center.starstream.app/starstream-online-events/creating-event-link/zoom-link.md): Steps to create a Zoom webinar link and use it with Starstream.
- [Hosting on Google Meet](https://help-center.starstream.app/starstream-online-events/creating-event-link/google-meet-link.md): Steps to create a Google Meet webinar link and use it with Starstream.
- [Accessing an Online Event](https://help-center.starstream.app/starstream-online-events/online-event-customer-journey.md): How a customer will access an online event.
- [Notification Timeline](https://help-center.starstream.app/starstream-online-events/online-event-notification-timeline.md)
- [Sending a test ticket for an online event](https://help-center.starstream.app/starstream-online-events/online-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 online event](https://help-center.starstream.app/starstream-online-events/online-event-replays.md): Sending your online 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-online-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.
