> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/back-office-guide/promotion/menu.md).

# Menu

On this page, you can customize the menu displayed to your clients in the B2CORE UI, including the option to add custom menu items used to redirect clients to third-party external resources or web pages for additional functionality.

To view a list of available menu items, click the **eye** icon located in the **General** row.

## General information

The following information is provided about each menu item:

**ID**

The identifier of a menu item.

***

**Name**

The menu item name used in the Back Office.

***

**Caption**

The menu item name displayed in the B2CORE UI.

***

**Type**

The type of a menu item:

* **default** — a pre-defined menu item associated with specific B2CORE functionality. These items can't be removed but can be hidden from the menu in the B2CORE UI or mobile app.
* **custom** — a custom menu item that redirects clients to a specified URL for additional functionality. These items can be removed or hidden from the menu in the B2CORE UI and mobile app.

***

**New**

If `Yes`, a menu item is marked with the "New" label in the B2CORE UI.

***

**Visible**

Indicates whether a menu item is visible or hidden in the B2CORE UI:

* The **active toggle** means that a menu item is visible in the B2CORE UI menu.
* The **inactive toggle** means that a menu item is hidden from the B2CORE UI menu.

To change the order in which menu items are displayed in the B2CORE UI, drag and drop them in the required order.

To view menu item details, click the **Edit** button.

## Details

On the details page, you can configure the following options:

**Verification level allowance**

A list of [verification levels](/back-office-guide/verification/levels.md), indicating that a menu item is visible only to clients that obtained the specified levels.

***

**Client Type Allowance**

A list of [client types](/back-office-guide/clients/types.md), indicating that a menu item is visible only to clients that are assigned the specified types.

{% hint style="success" %}
**See also**

[How to configure a menu in the B2CORE UI](/how-to-articles/manage-advertising-options/how-to-configure-a-menu-in-the-b2core-ui.md)

[How to add custom menu items](/how-to-articles/manage-advertising-options/how-to-add-custom-menu-items.md)
{% 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.b2core.b2broker.com/back-office-guide/promotion/menu.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.
