> 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/create-show/advanced-settings.md).

# Advanced Settings

Advanced settings can be found at the bottom of every show. Here you can make individual show changes like the streaming format and quality as well as other customizations.

Click on advanced settings to open the menu.

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

|                              |                                                                                                                                                                                                               |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Show host(s) avatar(s)       | Show/Hide host(s) avatar(s) on pre, post, replay page                                                                                                                                                         |
| Background color             | If no background images is provided you can display a background color instead                                                                                                                                |
| Display show date            | Show/Hide date and time of your event on the pre-show page                                                                                                                                                    |
| Enable countdown             | Show/Hide the countdown on your pre-show                                                                                                                                                                      |
| Enable add-to-calendar       | Show/Hide the add to calendar feature                                                                                                                                                                         |
| Enable Social sharing        | Show/Hide the social sharing feature                                                                                                                                                                          |
| Language                     | Profanity filter, select your corresponding language                                                                                                                                                          |
| Video output format(s)       | Select your video output formatLandscape: LiSA will output the video signal as we receive it.Portrait: LiSA will crop the video to provide the same "mobile view" on any device, even desktopsLearn more here |
| Video profile                | Select the streaming quality of your video\*                                                                                                                                                                  |
| Enable replay at             | Select a date and time when your replay should be activated. If blank, the replay will be available right after the show has ended                                                                            |
| Enable carousel on replay    | Show/Hide the product carousel during a replay                                                                                                                                                                |
| Replay carousel items events | Activated/Deactivate this option to show highlighted products the same as they were during the live                                                                                                           |
| Enable chat on replay        | Show/Hide the chat that happened during the live on your replay                                                                                                                                               |


---

# 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/create-show/advanced-settings.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.
