# Additional menu links

### Embed code

While creating your Web Chat instance based on the Embed code, you can uncomment the `additionalMenuLinks` exemplary section and edit it to add custom links to the menu. Provide objects with url and title for each link, and add as many entries as you need.

<figure><img src="/files/XC5WLMLeJ99xd95zvV8g" alt=""><figcaption></figcaption></figure>

### Web Chat

In your Web Chat instance, you can check the link(s) in the "3-dots" menu and see that they are now available for your customers. The links appear in the order specified in the array, always below the Download chat.

<div data-full-width="false"><figure><img src="/files/ZtAt9oP5d4RGIKfwsRUh" alt=""><figcaption></figcaption></figure></div>


---

# 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.opendialog.ai/opendialog-platform/additional-menu-links.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.
