> For the complete documentation index, see [llms.txt](https://help.doctorlogic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.doctorlogic.com/docs/agency-permissions/adding-a-new-menu-item.md).

# Adding a New Menu Item

{% hint style="info" %}
For any **primary (top-level) menu items** in a navigation system, such as the main headings or categories, a CSS icon must also be included for it to be visible on mobile. Refer to [CTA Actions and Icons](/docs/agency-permissions/cta-actions-and-icons.md) for a list of icons available.
{% endhint %}

1. On the Employee Admin page, click on **Home & Master** and select **Menu**.

<div align="left"><figure><img src="/files/ER9a2elALQLO6OIzJthB" alt=""><figcaption></figcaption></figure></div>

2. Click the green + icon wherever you’d like to add a new menu item. For example, in the image below, we're adding a new procedure category under the Services menu item.

<div align="left"><figure><img src="/files/ZMGjCKYzkRzMKhlRrEBY" alt=""><figcaption></figcaption></figure></div>

3. Enter a label that makes sense for this new menu item. For example, you can use the name of the category as a label if you're setting up a new procedure category.

<div align="left"><figure><img src="/files/lrHXHHXIQm5kbQhC6Xk6" alt=""><figcaption></figcaption></figure></div>

3. Select the page link, then enter menu's item target.

{% hint style="warning" %}
Target Reminder:

* If the menu item opens a different website, enter **\_blank.**
* If the menu item opens to a page within the same website, enter **\_self**.
  {% endhint %}

<div align="left"><figure><img src="/files/GfZ4WtwpJoo0s4FMj1XZ" alt=""><figcaption></figcaption></figure></div>

3. Click **Create**.

<div align="left"><figure><img src="/files/MUEIvbpAEQWjsMgXpXxN" alt=""><figcaption></figcaption></figure></div>

3. Optional: Drag and drop to reorder this as needed. In the example below, Facial Treatments are a category so it's at the same level as Alma Harmony XL PRO.

<div align="left"><figure><img src="/files/kwXxw3ztu1QVCdVQz9JM" alt=""><figcaption></figcaption></figure></div>

3. Optional: Click on the green + icon of your newly created item to create any sub-menu items needed.  In the example below, clicking the + icon next to Facial Treatments will create a service item.

<div align="left"><figure><img src="/files/QWMusxATjM7Kx6oXNkKY" alt=""><figcaption></figcaption></figure></div>


---

# 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://help.doctorlogic.com/docs/agency-permissions/adding-a-new-menu-item.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.
