# Instagram Gateway

Bagaimana cara menghubungkan dua channel Instagram dalam satu aplikasi? dalam hal ini, 3Dolphins menggunakan fitur channel gateway. Fitur channel gateway memungkinkan data mengalir dari satu Aplikasi ke beberapa channel sesuai dengan halaman.

Untuk menggunakan channel gateway, silahkan ikuti langkah-langkah berikut :

Mulai channel gateway, masukkan query **‘/start-gateway.sh’**

![](/files/-MUzq6lePf2pdmD2S2OC)

Pengaturan webhook pada aplikasi. (Di menu sebelah kanan, pilih **'Webhook'**, klik tombol **'Edit Subscription'**).

![Edit Subscription](/files/-MV-ZPxO2Q4k4wvCk-ei)

Masukkan callback URL ‘<https://channel\\_url/gateway/callback’>

![Enter Callback](/files/-MV-_4uMX4pc96enWHTG)

Penjelasan komponen filed untuk  ‘page subscription’ :

* **Callback URL** : URLs yang Auth invokes setelah proses autentikasi.

1. Gunakan callback URL berikut : <https://channel\\_url/gateway/callback>
2. Sebagai contoh : <https://adapter.3dolphins.ai/instagram/callback>

* **Verify Token** : Label untuk verifikasi token **(**&#x73;ebagai contoh : Instagram Gateway)

Untuk memberhentikan channel gateway, masukkan query **‘/stop-gateway.sh’**

![](/files/-MUzqNfjjapVDwTowswA)


---

# 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.3dolphins.ai/5.3.0-id/integration/chanel-connector/instagram-business/instagram-gateway.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.
