> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/id/workflow/edit-a-workflow.md).

# Edit workflow

Membuat workflow dan ingin menyesuaikannya? Anda dapat memperbarui workflow apa pun yang Anda buat kapan saja. Tambahkan langkah baru, sesuaikan preferensi, atau perhalus cara kerjanya, semuanya melalui percakapan dengan Copilot.

Berikut cara Anda dapat mengedit workflow:

{% embed url="<https://youtu.be/YSwu_XJJ7Ag>" %}

* Dari chat: jika Anda baru saja membuat workflow, beri tahu Copilot secara langsung di chat apa yang ingin diubah. Jelaskan pengeditan yang Anda inginkan, dan Copilot akan memperbarui workflow untuk Anda.
* Dari dasbor: buka tab Workflows di bilah samping, klik menu tiga titik (···) pada workflow apa pun yang Anda buat, lalu pilih 'Edit'. Ini akan membuka editor workflow dengan detail lengkapnya di sebelah kiri dan Copilot di sebelah kanan, siap memandu Anda melalui perubahan.

Setiap putaran perubahan disimpan sebagai versi, sehingga Anda dapat melihat kembali bagaimana workflow sebelumnya dan memublikasikan versi yang lebih awal jika suatu perubahan tidak berhasil. Lihat [Riwayat versi](/docs/id/workflow/version-history.md).

Jika Anda lebih memilih untuk tidak mengubah workflow yang sedang dijalankan tim Anda, gandakan dari menu '···' lalu edit salinannya saja.

Begitulah cara Anda mengedit workflow di Morphic. Ingin membagikannya dengan tim Anda atau secara eksternal? Pelajari cara membagikan workflow.

***

Jika Anda mengalami kendala atau memiliki pertanyaan, jangan ragu untuk menghubungi kami. Kami dengan senang hati akan membantu. Tulis kepada kami di [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/id/workflow/edit-a-workflow.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.
