> For the complete documentation index, see [llms.txt](https://highfivethemes.gitbook.io/persona-user-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://highfivethemes.gitbook.io/persona-user-documentation/other-settings/submenus.md).

# Submenus

**Persona** allows you to enrich your site's navigation by adding submenus to the primary navigation. This feature enables you to organize your content more hierarchically, making it easier for users to browse through various sections of your site.

#### How to Add a Submenu: <a href="#how-to-add-a-submenu" id="how-to-add-a-submenu"></a>

1. Access the **Settings** > **Navigation** from the admin menu.
2. **Create a New Menu Item**: Add a new item to your primary navigation that will serve as the parent menu. Insert # before the menu item name. It should look like this:

   <figure><img src="/files/LDoTQOFXOcan6jYD8QID" alt=""><figcaption><p>Parent menu item without link</p></figcaption></figure>

   <figure><img src="/files/zLcxQvnXsGeCqYUYxvyf" alt=""><figcaption><p>Parent menu item with link</p></figcaption></figure>
3. **Add Submenu Items**: After the parent menu item, include submenu items as dropdown options, revealed when a user hovers over the parent item. Prefix all submenu items titles with a '-' and a space. Mark the last submenu item with a '+' and a space. It should look like this:

   <figure><img src="/files/QJT5adniaFJa81hUwrbl" alt=""><figcaption><p>Set submenu in admin panel</p></figcaption></figure>
4. **That's it!** With those steps completed, you've successfully added a submenu to your site's navigation. This not only structures your content more hierarchically but also enhances the overall user experience by making it easier for visitors to browse through the different sections of your website. Well done! Now, you're all set to organize your site more effectively with this intuitive navigation feature.

<div><figure><img src="/files/umtzOpWNfXsiNDscyfIX" alt=""><figcaption></figcaption></figure> <figure><img src="/files/1hdNawK6B86PxBNW8M3w" 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://highfivethemes.gitbook.io/persona-user-documentation/other-settings/submenus.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.
