# Cara Membuat Chatbot AI di n8n dengan Google Form

Membuat Chatbot AI kini semakin mudah berkat integrasi dengan n8n, Google Form, dan OpenAI. Sebelum membuat Chatbot AI, pastikan Kamu sudah [**setting Webhook URLs**](/help/integrations/integrasi-dengan-n8n/cara-mendapatkan-webhook-url-untuk-n8n.md) dan [**integrasi dengan WatZap di n8n**](/help/integrations/integrasi-dengan-n8n/cara-integrasi-watzap-dengan-n8n.md). Untuk cara membuat Chatbot AI nya seperti berikut.

Pertama dimulai dengan menyiapkan Google Form sebagai knowledge atau sumber informasi seputar produk atau layanan Kamu.

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

Kemudian masuk ke dalam n8n dan tambahkan **node WatZap Triggers** dengan settingan seperti ini. Sesuaikan Number Key nya dengan nomor whatsapp yang terhubung di akun WatZap Kamu.&#x20;

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

Selanjutnya gunakan **node IF** dengan settingan seperti ini. Node ini berguna untuk meminimalisir pesan Chatbot AI terkirim double.

<figure><img src="/files/0IWSNWqApOYXtdLncLRk" alt=""><figcaption></figcaption></figure>

Langkah selanjutnya gunakan **node AI Agent** dengan settingan seperti ini.

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

Lalu gunakan **node OpenAI** atau Gemini sebagai Chat Model.

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

Kemudian gunakan **node Simple Memory**. Sesuaikan jumlah "Context Window Length" dengan kebutuhan Kamu.

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

Langkah berikutnya gunakan **node Google Docs** dengan settingan seperti ini. Copy & Paste link Google Docs yang isinya seputar informasi produk atau layanan Kamu.&#x20;

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

Terakhir gunakan **WatZap Node Actions** dengan settingan seperti ini.

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

Dengan begitu, worfklow Chatbot AI bisa langsung Kamu dengan klik tombol **Execute Step**.

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

Lalu chat ke nomor WhatsApp yang terhubung di akun WatZap Kamu menggunakan nomor lain. Jika workflow berhasil dibuat, maka akan muncul jawaban otomatis seperti ini.

<figure><img src="/files/ZqlbcTV98KsiSmiHsc6d" 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-membuat-chatbot-ai-di-n8n-dengan-google-form.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.
