# Cara Menggunakan Template Workflow n8n

**Template workflow n8n** adalah cara praktis untuk membangun otomatisasi (automation) tanpa perlu membuat semuanya dari nol. Dengan template ini, Kamu bisa langsung memilih alur kerja yang sudah siap pakai, lalu menyesuaikannya sesuai kebutuhan bisnis.&#x20;

Misalnya untuk membalas pesan otomatis, menyimpan data pelanggan ke Google Sheets, atau meneruskan chat ke email. Cara ini membuat proses menjadi lebih cepat, mudah dipahami, dan efisien, bahkan untuk pengguna yang belum terbiasa dengan automation tool.

Nah, untuk cara menggunakan template workflow n8n nya seperti berikut.

Pertama, Kamu bisa buka menu **n8n** dan klik tombol **Browse Templates**.

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

Kemudian pilih template yang Kamu inginkan dengan cara kllik seperti ini.

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

Lalu klik tombol **Download (.JSON).**

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

Jika sudah berhasil download file nya, Kamu bisa kunjungi halaman n8n dan buat halaman Workflow. Setelah itu, **klik icon titik tiga** yang ada di sebelah pojok kanan atas.

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

Pilih **Import from File**.

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

Pilih file workflow nya dan klik tombol **Oke**.

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

Maka secara otomatis langsung muncul workflow seperti ini.

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

Selesai.


---

# Agent Instructions: 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:

```
GET https://docs.watzap.id/help/integrations/integrasi-dengan-n8n/cara-menggunakan-template-workflow-n8n.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
