> 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/agent-automation/create-new-agent-automation.md).

# Create New Agent Automation

Anda dapat menambahkan automation module dengan klik tombol **'+'** pada pojok kanan atas halaman. Kemudian Anda dapat mengatur triggers, filters, dan actions pada Agent automation, hanya dengan mengubah ke properti yang diperlukan dari menu drop-down.

![Create New Agent Automation](/files/78vh66o5Op18vvzzj3sW)

**Penjelasan Komponen:**

| Name                 | Description                                                                                                                                                                                                                                                                  |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Automation Name      | Berisi nama dari modul automation.                                                                                                                                                                                                                                           |
| Active or Inactive   | Anda memiliki pilihan untuk mengaktifkan atau menonaktifkan modul automation kapanpun.                                                                                                                                                                                       |
| Trigger              | Agent Automation hanya akan bekerja pada agent yang dimodifikasi setelah trigger diatur.                                                                                                                                                                                     |
| Filter               | Bagian filter memiliki dua area yang mengijinkan Anda untuk menjelaskan Agen apa yang sesuai dengan kriteria trigger. Anda dapat mengatur kondisi dimana SEMUA kondisi harus sesuai (logika AND). Anda juga dapat menambahkan sejumlah filter.                               |
| Action               | Setelah kondisi trigger ditentukan, Anda dapat menyusun action yang akan dilakukan ketika kondisi telah terpenuhi. Anda juga dapat menambahkan sejumlah action.                                                                                                              |
| Delete Automation    | Klik tombol ini untuk menghapus automation modul. Action ini tidak dapat dikembalikan.                                                                                                                                                                                       |
| Duplicate Automation | Anda dapat membuat automation baru dari automation module yang ada dengan mengklik button 'Duplicate Automation'. Semua pengaturan dibawa ke automation baru. Untuk mengganti nama modul automation, Anda dapat mengedit kemudian disimpan sehingga memiliki nama yang unik. |


---

# 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/agent-automation/create-new-agent-automation.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.
