> 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/multiple-hosts-co-hosting.md).

# Multiple Hosts (Co-Hosting)

Two hosts can go live from two different locations at the same time or join an event at any time.

Start and Stop together

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

Locate your show inside the dashboard and click on it. Once inside the show details click on the pink "play button" (Launch host view) in the top left corner.   Alternatively you can click on the three dots next to the show and select Host View

### STEP 2: PREVIEW & HARDWARE SELECTION

You are now in the preview which is indicated by a green dot and the word preview at the top. Start selecting your camera and microphone from the respective dropdowns in the top left corner.

### STEP 3: GO 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.

### STEP 4: STOP LIVE

When your show has finished, click on the three lines in the top right corner to open the submenu and press the red Stop button

{% hint style="info" %}
We recommend the "main host" to start and stop the live
{% endhint %}

Join and Leave the event

### STEP 1: JOIN AND LEAVE THE EVENT

While the event is live you can just join the event as a co-host and immediately interact with your audience and the other host.&#x20;

You will get a notification telling you that an event is live and if you are sure you want to join

Once your part is done you can leave the event by clicking on the three lines in the top right corner and select LEAVE


---

# 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/multiple-hosts-co-hosting.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.
