# UmbNav Documentation

UmbNav adds a drag-and-drop menu builder to the Umbraco backoffice.

#### Features (Umbraco V17+)

* Drag and drop menu builder with nested children support
* Set maximum child levels
* Hide menu items where `umbracoNaviHide` is true
* Add `noopener` to external links by clicking a checkbox
* Add `noreferrer` to external links by clicking a checkbox
* Auto add child nodes when rendering on the front end
* Allow menu items to be shown / hidden depending on member authentication status
* Add custom CSS classes to each menu item in the backoffice
* Add descriptions to menu items
* Display the property editor as full width in the back office (Hide the label)
* Add an image to a menu item
* Add label/text items (non-link items)
* TagHelper for easy frontend rendering
* **Fully extensible** - add custom toolbar actions, modals, item types, and more

#### Versions

There are 3 versions of UmbNav, depending on the Umbraco version you are installing into you will need to use the version outlined below:

| Umbraco Version           | UmbNav Version                                                                                |
| ------------------------- | --------------------------------------------------------------------------------------------- |
| Umbraco Version 17        | 4.0.0 - Latest - Active development                                                           |
| Umbraco Version 16        | 4.0.0-beta0030 - (Not all features available) - No further development planned                |
| Umbraco Version 15        | 4.0.0-beta0001 - 4.0.0-beta0021 (Not all features available) - No further development planned |
| Umbraco Version 14        | Not Supported                                                                                 |
| Umbraco Versions 11 -> 13 | 3.x                                                                                           |
| Umbraco Version 10        | 2.x - End-of-Life or 3.x                                                                      |
| Umbraco Version 9         | 1.x - End-of-Life                                                                             |
| Umbraco Version 8         | 1.x - End-of-Life                                                                             |


---

# 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://umbnavdocs.aaronsadler.dev/readme.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.
