> 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/how-to-articles/manage-advertising-options/how-to-configure-a-menu-in-the-b2core-ui.md).

# How to configure a menu in the B2CORE UI

You can customize the menu displayed to your clients in the B2CORE UI.

{% hint style="info" %}
To be able to customize the menu, you should be granted the `Update menu` permission (for details, refer [How to add a user group and grant permissions](/how-to-articles/manage-system-settings/how-to-add-a-user-group-and-grant-permissions.md)).
{% endhint %}

To customize the B2CORE UI menu:

{% stepper %}
{% step %}
Navigate to **Promotion** > **Menu**.
{% endstep %}

{% step %}
To view a list of available menu items, click the **eye** icon located in the **General** row.
{% endstep %}

{% step %}
To display or hide a menu item in the B2CORE UI, toggle the switch located in the **Visible** column.
{% endstep %}

{% step %}
To change the order in which menu items are displayed in the B2CORE UI, drag and drop them in the required order.
{% endstep %}

{% step %}
Click the **Edit** button related to a selected menu item and configure the following options:

* In the **Caption** field, specify a menu item name that you want to display to clients in the B2CORE UI.
* To make a menu item visible only to clients who obtained specific verification levels, select the corresponding levels in the **Verification level allowance** dropdown. By default, all verification levels configured in the Back Office are displayed in this field.
* To make a menu item visible only to clients that are assigned specific types, select the corresponding types in the **Client Type Allowance** dropdown.
* To mark a menu item as "New" in the B2CORE UI, enable the **New** checkbox.
  {% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}
{% endstepper %}


---

# 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/how-to-articles/manage-advertising-options/how-to-configure-a-menu-in-the-b2core-ui.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.
