# Add Co-Browsing Menu

Co-Browsing is an add-on feature provided by the 3Dolphins application. To add this menu, you must add it on the system settings page. Go to the **Administration** page, select the **System Settings** menu and then, in the Custom Submenu Configuration section, click the **'+New Submenu'** button. You will see a pop-up to add a new submenu as shown in the image below.

![New Submenu](/files/TgW0RdpM5cryUNH7zN5k)

**Component Explanation:**&#x20;

| Field Name   | Description                                                     |
| ------------ | --------------------------------------------------------------- |
| Parent Menu  | Select the menu where the submenu will be added.                |
| Submenu Icon | Select the icon that will be used for this submenu.             |
| Submenu Name | Enter the submenu's name that will be added.                    |
| Iframe       | Insert an iframe to embed co-browsing into your 3Dolphins page. |

```
<iframe src="https://cobrowse.io/dashboard" style="width
```


---

# 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/administration/co-browsing/add-co-browsing-menu.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.
