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

# Details

## STEP 1: DETAILS

**DETAILS**

Navigate to Details inside your shows submenu, make changes and fill out the information needed. Click into the respective box on the right side next to the setting you'd like to update.

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

<table data-header-hidden><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>Internal name</td><td>This name is only visible to you</td><td></td></tr><tr><td>Show title</td><td>This name will be used for social sharing and add to calendar</td><td></td></tr><tr><td>Show date</td><td>Start time of your event which will be reflected on the countdown</td><td></td></tr><tr><td>Show host(s)</td><td>Select the host account which will go live. </td><td></td></tr><tr><td>URL</td><td>This is the URL where your event will be live. This URL will  be used for social sharing and add to calendar</td><td></td></tr></tbody></table>

{% hint style="info" %}
**Categories** and **Tags** can be used to split shows e.g. on different landing pages inside your environment. Create Tags or Categories per show which then can be used as filters for channels, stories and more.
{% endhint %}

**Assets**

**Drag and Drop** a file into the respective field and **click save** to upload the image. Repeat the same for the other cover with the **correct dimensions.**

The **first Cover is the mobile background and the second Cover is for landscape.**  *Cards allow you to display an image on top of your show title instead of your avatar if you chose to show any.*

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

**Add description**

You can add additional information to your show, which currently is not being 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/details.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.
