> 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/best-practices-shows.md).

# Best Practices Shows

### IMAGE DIMENSIONS

Here is a list of the image dimensions.

| Image              | Size                                                                                                               |
| ------------------ | ------------------------------------------------------------------------------------------------------------------ |
| Background Desktop | 1920x1080                                                                                                          |
| Background Mobile  | 3 to 4 ratio e.g. 600x900 (recommended)min width 250px                                                             |
| Banner Mobile      | 5 to 1  ratio e.g. 1000x200 (recommended)main content should be within the 2/3rds from the left, min height: 100px |

{% hint style="warning" %}
We do crop the last 2/5 on the right though depending on the device.

Therefore place all content on the first 3/5 of the mobile image if possible and no content the last 2/5 parts that can be cropped.
{% endhint %}

### FILTER SHOWS

LiSA does filter your shows by status. By default we will show you all scheduled shows, but you can filter by other states as well. Each filter comes with an icon which makes it easy for you to spot a shows state.

Click on the highlighted "clock icon" to remove all filters

<figure><img src="/files/8m2JVdSeGSp0aFv1oQlB" alt=""><figcaption></figcaption></figure>

### PICKING PRODUCTS

**TIP 1: Check your most clicked products**

Before you select which products to show during your event, we recommend to perform analysis on your most clicked products. This can give you an indication of what to present during your event.&#x20;

**TIP 2: Check your most purchased products**

Analyse your most purchased products. This can give you an indication of what to present during your event where a buying history is available.

**TIP 3: Create shows for product ranges**

Your e-commerce might offer a whole range of different products which could be presented during your event. Consider doing shows for each of the different product ranges or by business unit instead of combining all sorts of products.&#x20;

### CALL TO ACTION BUTTONS

When you create your show we highly recommend to use the optional call to action buttons on the pre-/post-show pages.

For the pre-show page you could use it for your exclusive newsletter signup for future lives.

For the post-show page you could use it to gather feedback from a survey to improve your future lives

### PRODUCT ORDER

Drag and Drop products

Each product has two lines to the left. Drag and Drop into the right order

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


---

# 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/shows/best-practices-shows.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.
