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

# Edit Teaser

Terkadang, Anda mungkin perlu mengubah teaser karena adanya perubahan informasi atau kesalahan penulisan. Anda dapat mengedit teaser baik yang berstatus **"Active"** maupun yang masih tersimpan di **Teaser List** dengan status **"Inactive"**.

Untuk mengubah teaser, buka halaman **Teaser Management**. Pada bagian **Teaser List**, pilih teaser yang ingin diedit dengan mengklik tombol **'Action'**, lalu pilih **'Edit'**. Anda akan diarahkan kembali ke halaman **New Teaser** untuk melakukan perubahan.

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

Sesuaikan teaser sesuai kebutuhan. Setelah selesai, klik **'Save'**. Anda akan menerima notifikasi yang mengonfirmasi bahwa teaser berhasil diperbarui, seperti ditunjukkan pada gambar di bawah ini.

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

Anda juga dapat mengedit teaser yang sedang aktif pada bagian **Actual Teaser** dengan mengklik tombol **'Action'**. Selanjutnya, pilih **'Edit'**, dan Anda akan diarahkan ke halaman **New Teaser** untuk melakukan perubahan pada teaser tersebut.

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

Anda juga dapat mengubah 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. Setelah itu, Anda akan diarahkan ke halaman **New Teaser** untuk melakukan perubahan pada teaser tersebut.

<figure><img src="/files/l3JYADgnXc7crgK5Xihl" 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/edit-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.
