> For the complete documentation index, see [llms.txt](https://docs.hello-lisa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hello-lisa.com/knowledge/shows/go-live-host/one-host.md).

# One Host

### STEP 1: JOIN THE EVENT AS A HOST

Locate your show inside the dashboard and click on the three dots next to it and select Host View.

Alternatively click on the show and once inside the show details click on the pink "play button" (Launch host view) in the top left corner.

{% hint style="warning" %}
If the show is not published and you are testing you will get a notification mentioning e.g. that there won't be a recording.
{% endhint %}

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

### STEP 2: PREVIEW

You are now in the preview which is indicated by a green dot and the word preview at the top.

At the top left you will see a mini menu

Mute/Unmute (mutes your microphone and indicates it to viewers with an icon)

Read Only chat for hosts (increases reading space and removes typing option for hosts only)

Settings (Camera selection, Microphone selection, grid view)

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

### STEP 3: GO LIVE & STOP LIVE

When you are ready, click on the three lines in the top right corner to open the submenu and press the **red Start button**

You will see a 3 seconds countdown and the green preview dot will change to a red Live dot.

Once your show is about to end, click on the three lines in the top right corner again to open the submenu and **press the red Stop button**

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


---

# 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.hello-lisa.com/knowledge/shows/go-live-host/one-host.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.
