> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/customer-service/teaser-management/delete-teaser.md).

# Delete Teaser

In managing live chat content, there are times when a previously used teaser is no longer relevant, has expired, or is no longer needed to be displayed to customers. In such cases, you can delete the teaser to keep the teaser list organized and ensure that only necessary information is displayed.

To delete a teaser, go to the **Teaser Management** page. In the **Teaser List** section, select the teaser you wish to remove by clicking the **'Action'** button, then choose the **'Delete'** option to remove the teaser from the list.

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

A confirmation pop-up will appear to delete the teaser. Click **'Yes'** to proceed with the deletion, or click **'No'** to return to the **Teaser Management** page.

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

You can also delete a teaser while viewing its preview. In the **Teaser List** section, click the **'Preview'** button to open the **Teaser Preview** pop-up. Then, click the **'Edit'** button at the bottom right of the pop-up, and you will be redirected to the **New Teaser** page to make changes or delete the teaser.

<figure><img src="/files/FihkyxIgqETbY3burhJc" 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, and the optional `goal` query parameter:

```
GET https://docs.3dolphins.ai/customer-service/teaser-management/delete-teaser.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.
