> 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.3.0-id/administration/co-browsing/how-to-use-co-browsing.md).

# How to Use Co-Browsing

Ketika Anda telah berhasil menambahkan menu co-browsing maka, Anda langsung dapat menggunakan menu tersebut dengan masuk ke halaman **Administration** >> Menu **Co-Browsing**.&#x20;

Jika Anda telah memiliki account cobrowse.io Anda dapat langsung login dengan mengklik tombol **Sign In.** lalu, Anda akan dihadapkan pada halaman login. Masukkan email Anda dan klik **'Sign In with Email'**. Kemudian, buka email Anda, dan klik link **'Continue Login'** pada email yang Anda terima.&#x20;

![Login ](/files/mPHD9gHiDa0hC22yGgMv)

Tetapi, apabila Anda belum memiliki account, pergi ke homepage kemudian klik tombol **'Create Account'** pada bagian kanan atas halaman. Anda akan dihadapkan pada halaman Create a New Account. Masukkan informasi yang dibutuhkan seperti nama company Anda dan login method Anda (menggunakan alamat email yang diinginkan) dan klik **'Sign up with Email'**.

![Create New Account](/files/HwoThoc80NxtQ4tluumq)

Jika berhasil Anda akan melihat halaman share link untuk menambahkan company team Anda dan juga license key Anda.&#x20;

{% hint style="info" %}
License key Anda nantinya akan dibutuhkan untuk melakukan integrasi antara aplikasi cobrowse.io dengan aplikasi 3Dolphins.&#x20;
{% endhint %}

Jika sudah berhasil login, Anda akan melihat tampilan dashboard seperti gambar dibawah ini.&#x20;

![Dashboard](/files/3TQ5vNEBSYfTbDHCKd3d)

Pada halaman dashboard Anda akan diperlihatkan daftar account dan device yang sedang login di aplikasi 3Dolphins Anda. Pilih device yang ingin anda hubungkan dengan mengklik tombol **'Connect'**. Lalu pada device tujuan Anda akan diminta permission untuk mengakses device Anda.&#x20;

![Request Permisson](/files/YJUcSkPyK8F4QyYUWcmh)

Klik **'Allow'** untuk melanjutkan atau klik **'Deny'** untuk membatalkan action ini. Apabila Anda sudah berhasil terhubung anda akan melihat seperti tampilan gambar dibawah ini.&#x20;

<table><thead><tr><th width="352.15036489500636">Connected Device</th><th width="325.8395400859893">Objected Device</th></tr></thead><tbody><tr><td> <img src="/files/375tPWsf7AJLOWu6oSMk" alt=""></td><td> <img src="/files/eeqgfScdOnf4ZFYCVPHS" alt=""></td></tr></tbody></table>

**Component Explanation:**

| Fitur             |                                                                                                   |
| ----------------- | ------------------------------------------------------------------------------------------------- |
| Laser Pointer     | Untuk menunjuk bagian-bagian halaman ketika sharescreen berlangsung tanpa bisa berpindah halaman. |
| Drawing Tool      | Fitur untuk menggambar pada sharescreen.                                                          |
| Remote Control    | Untuk mengambil alih device tujuan secara real-time.                                              |
| Clear Annotations | Membersihkan halaman dari drawing tool yang telah dibuat.                                         |
| End Sharing       | Menghentikan aktivitas sharescreen.                                                               |


---

# 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.3.0-id/administration/co-browsing/how-to-use-co-browsing.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.
