# Overview - Event hosted on Starstream

When doing an online event, you can choose to host the event on Starstream.

Hosting the event on Starstream enables extra security features. Those extra security features reduce the risk of link cross sharing, but require a bit more complex setup.&#x20;

An event hosted on Starstream looks like this:

<figure><img src="/files/sc61FHvcl0yLEuTI3EQ0" alt=""><figcaption><p>Event hosted on Starstream</p></figcaption></figure>

## Protection 1: Starstream Login Protection

Event hosted on Starstream include additional security. The first thing is that in order to access the event, each customer must go through a login protection that will require them to enter a magic code.

<figure><img src="/files/IyL2HWICgI2Tvq1M5xhg" alt=""><figcaption><p>Login Protection Page presented to the user when he tries to access the event.</p></figcaption></figure>

Then the user will receive a magic code via email or SMS:

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

Then they can validate their identity as the last step of the login protection:

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

Now they have access :tada:

<figure><img src="/files/0vrj8kubEP7L56XWbM5B" alt=""><figcaption></figcaption></figure>

## Protection 2: Connection Monitoring

An additional protection of hosting your event on Starstream is that each ticket is valid only for one connection. If a user tries to share his ticket with another attendee, he will get kicked out of his session. This ensure that each viewer has bought a ticket. 1 Ticket = 1 Connection.

{% hint style="info" %}
Note: This feature checks for connection every 1 minute. Therefore, there could be a 1 minute delay before a user gets kicked out.
{% endhint %}

For example, if a user wants to share his ticket with his friend that has not paid for the ticket, he will get kicked out and he must buy a ticket.&#x20;

<figure><img src="/files/nxqozQ2AYK9eHmoG0Cv4" alt=""><figcaption><p>User getting kicked out for sharing his ticket.</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://help-center.starstream.app/hosted-online-events-with-extra-protection/overview-event-hosted-on-starstream.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
