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

# Views

Views are your landing pages also known as Pre-Show, Live, Post-Show, Replay\&Upload

Navigate to Views **inside your show** to start customizing each of them.&#x20;

<figure><img src="/files/0syWx5u5ZHyHyUYfQYMP" alt=""><figcaption></figcaption></figure>

Each view consists of the same three sub-items. Details, Assets, Advanced settings.

| Title          | This is the headline on your pre-show, post-show or replay/uplaoded show                                                                                           |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Teaser         | This is a paragraph right below the headline/title                                                                                                                 |
| Call to action | This is an optional button you can activate wich could link to a newsletter signup or similar. Fill out the information for the CTA and decide how it should open. |

**Assets**

Upload a background image for the respective view. If you make no change, LiSA takes the default one provided in Show Details.

**Advanced Settings**

Background colour can be added if no background image has been uploaded for the show.

Tile color is the background color where your details (title, teaser) will be displayed.


---

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