> 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/live-chat/how-to-connect-client-to-live-chat-channel.md).

# How to Connect Client to Live Chat Channel

Sebelum kita mulai, pastikan Anda memiliki kode widget live chat   terbaru 3Dolphins.&#x20;

Jika tidak, harap hubungi 3Dolphins support untuk informasi lebih lanjut. Pertama, hidupkan channel, dan tunggu sekitar 10-15 detik agar channel benar-benar bisa digunakan.

![Live Chat](/files/-MT427CdHhdG3UDRPS0H)

Penjelasan properties:&#x20;

**URL**

Host dari channel live chat yang ingin disambungkan. URL dapat di-copy-paste dari sini.

![URL](/files/-MT4371iDdkQZWh4mVWx)

**Client ID**

Menunjukkan channel key yang dapat di-copy-paste dari sini.

![Client ID](/files/-MT44v_tagNmIJo4U0Y4)

**Client Secret**

Menunjukkan channel secret yang dapat di-copy-paste dari sini.

![Client Secret](/files/-MT45xw6Ex8D5E326czv)

Sekarang mari kita uji coba konfigurasi apakah sudah berhasil tersambung ke channel. Sekarang buka file **index-debug-standard.html** di browser (dalam contoh ini kami menggunakan Chrome). Tampilan harus keluar seperti ini.

![Index HTML](/files/-MT4Vm73lLEm37Dv8p1X)

Terdapat ikon di sudut kiri bawah, sebelum mengklik itu, buka Developer Tools dari browser Anda masing-masing, dan arahkan ke bagian Network. Di Chrome akan muncul sesuatu seperti ini.

![Inspect Network](/files/-MT4XGD4LGiQaqwxOTsy)

Sekarang klik ikon tersebut. Akan muncul aktivitas network untuk meminta token akses dari channel. Klik pada aktivitas dan lihat bagaimana kode responnya.

![Network Activities](/files/-MT4_JKFK6YptSH8ygFx)

{% hint style="info" %}
Jika Kode Status adalah 200 maka berarti Anda berhasil terhubung. Jika tidak, periksa kembali konfigurasi dan pastikan channel sudah dihidupkan.
{% endhint %}


---

# 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://docs.3dolphins.ai/5.1.x-1/integration/chanel-connector/live-chat/how-to-connect-client-to-live-chat-channel.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.
