> 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/5.3.0-id/customer-service/teaser-management/delete-teaser.md).

# Delete Teaser

Dalam pengelolaan konten live chat, ada kalanya teaser yang sebelumnya digunakan sudah tidak relevan, kadaluarsa, atau tidak lagi diperlukan untuk ditampilkan kepada pelanggan. Dalam situasi seperti ini, Anda dapat menghapus teaser tersebut agar daftar teaser tetap rapi dan hanya menampilkan informasi yang benar-benar dibutuhkan.

Untuk menghapus teaser, buka halaman **Teaser Management**, lalu pada bagian **Teaser List**, pilih teaser yang ingin dihapus dengan mengklik tombol **'Action'**. Setelah itu, pilih opsi **'Delete'** untuk menghapus teaser dari daftar.

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

Anda akan melihat pop-up konfirmasi untuk menghapus teaser. Klik **'Yes'** untuk melanjutkan proses penghapusan, atau klik **'No'** untuk kembali ke halaman **Teaser Management**.

<figure><img src="/files/7R1aFy5JhoECnbPDbIRy" alt=""><figcaption></figcaption></figure>

Anda juga dapat menghapus teaser saat melihat preview-nya. Pada bagian **Teaser List**, klik tombol **'Preview'** untuk menampilkan pop-up **Teaser Preview**. Kemudian, klik tombol **'Edit'** di bagian kanan bawah pop-up, dan Anda akan diarahkan ke halaman **New Teaser** untuk melakukan perubahan atau penghapusan teaser tersebut.

<figure><img src="/files/EeINTTSPHmSXhyLdzjg8" 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/5.3.0-id/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.
