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

# Testing

We highly recommend to test your set up extensively before you go live.

### Internet Speed

Go to any common internet speed test website and test your connection.

{% hint style="warning" %}
**UPLOAD Speed** is the most important info you need which will determine your stream quality
{% endhint %}

### Audio & Video

You can test your audio & video set up by joining the show as a host with the equipement. Select mic and camera if needed from the drop downs in the preview.

{% hint style="danger" %}
The show has to be in DRAFT status. Do not test on a published show!
{% endhint %}

Go live and visit your "test url" which usually looks similar to this: https\://{CLIENT IDENTIFIER}.loveslisa.tech/s/{SHOW\_ID}

If you have trouble finding your test url please contact us

{% hint style="info" %}
We recommend to test the entire hardware/software set up at the live location around the same time of the live event to simulate a live situation.
{% endhint %}


---

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

```
GET https://docs.hello-lisa.com/knowledge/general/testing.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.
