# Submenus

**Digital** 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:

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 # into the link field. It should look like this:&#x20;

   <figure><img src="/files/TCkthjzJGXClbGNuvZ8R" alt=""><figcaption><p>Parent menu item</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:&#x20;

   <figure><img src="/files/MBZ1bWH4dblQje8VOzV0" alt=""><figcaption><p>Submenu</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.&#x20;

<figure><img src="/files/HgXyqM8uSsqPr2A4srpZ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://highfivethemes.gitbook.io/digital-user-documentation/other-settings/submenus.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.
