> 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.1.x-1/integration/chanel-connector/twitter/twitter-gateway.md).

# Twitter Gateway

Bagaimana cara menghubungkan dua channel twitter dalam satu aplikasi? dalam hal ini, 3Dolphins menggunakan fitur channel gateway. Fitur channel gateway memungkinkan data dari satu aplikasi melalui beberapa channel sesuai dengan halaman.&#x20;

Untuk menggunakan channel gateway, ikuti langkah-langkah ini:&#x20;

Pertama, mulai channel gateway, masukkan query **'/start-gateway.sh'**.

![Start Channel Gateway](/files/-MUl_zSw9ppigNhoniId)

Pada channel edit URL, masukkan port dari channel gateway.

![Channel Edit URL](/files/-MUld-gha8YyqZ9HOphs)

Penjelasan komponen (**Callback** URL):

1. Gunakan URL untuk callback URL sebagai berikut:                      https: // channel\_url / Channel\_Gateway\_Port
2. Contoh: <https://docs.3dolphins.ai/123>

Klik tombol 'channel config' dan ubah tombol menjadi 'Yes' untuk menggunakan gateway.

![Use Gateway](/files/-MUle_goJWkqaCmna0Fq)

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

![Stop Channel Gateway](/files/-MUlesHa_DSz7wIxus_k)


---

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

```
GET https://docs.3dolphins.ai/5.1.x-1/integration/chanel-connector/twitter/twitter-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.
