> For the complete documentation index, see [llms.txt](https://docs.libnova.com/libnova-openaccess-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.libnova.com/libnova-openaccess-en/backoffice-and-management/static-content-management/menu/adding-a-new-item-to-the-menu.md).

# Adding a new item to the Menu

\
At the time of adding a **new item to the menu**, several options are available:

![](/files/-Mj-lZDljsZ6yT3vPp3i)

* **Link Type:** A newly created type can be added **(**[**PAGES**](/libnova-openaccess-en/backoffice-and-management/static-content-management/pages.md)**)** or just add a custom item.
  * No blank spaces are allowed.
  * Up to 255 characters allowed.
* **Pages:** Selection of pages created only if available. (This option disappears when the link type is **“custom”**).
* **Label:** Title to show in the menu.
  * Up to 100 characters allowed.
* **Class:** CSS class for the item.
  * Up to 255 characters allowed.
* **Link:** URL of the item (If a link type “**pages**” is selected, this option will be blocked).
  * Up to 255 characters allowed.
* **Open new tab:** Opens a new tab when selected.


---

# 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:

```
GET https://docs.libnova.com/libnova-openaccess-en/backoffice-and-management/static-content-management/menu/adding-a-new-item-to-the-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.
