> 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/magic-link.md).

# Magic Link

You can create magic link for a second host that bypasses log in and let's them join the show right away so two hosts can go live from two different locations at the same time.&#x20;

Start and Stop together

### STEP 1: NAVIGATE TO YOUR SHOW

Locate your show inside the dashboard and click on it. In the Details look for the Host entry. Click into it.

<figure><img src="/files/4ob3gB8kBUmGzaM9fxvs" alt=""><figcaption></figcaption></figure>

### STEP 2: ADD HOST

You will now see a pop where you can add hosts to your show. Type the name of the host and press enter or the magnifying glass.&#x20;

Click on the hosts name you want to add.&#x20;

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

### STEP 3: CHECK HOST SET UP&#x20;

Make sure your hosts are correctly set up as Primary and Co-host. If not, you can drag and drop the users.

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

### STEP 4: MAGIC LINK

You can see 4 buttons next to each host.&#x20;

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

1. Copy the magic link
2. QR code
3. Send email with link and QR code
4. Delete

### STEP 5: JOIN

Once the user clicks on the magic link they will join the host view right away!


---

# 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/magic-link.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.
