# Navigation

Varbase 11.0.x provides a streamlined navigation experience for both site administrators and content editors. Navigation configuration in Varbase is handled through two primary components: the **Navigation** module for the main admin navigation interface and the **Menu Position** module for defining active menu trails on the front end.

## Navigation Module

The Navigation module provides the primary admin navigation interface in Drupal. It replaces the traditional toolbar with a modern, sidebar-based navigation system that gives administrators and editors quick access to content management, configuration, and other administrative functions.

The Navigation module is installed and configured as part of the **Varbase Admin Base** recipe.

## Menu Position Module

The **Menu Position** module allows site builders to define rules that automatically set the active menu trail based on the content being viewed. This is particularly useful for content types that do not have a direct menu link but should still highlight a specific menu item when displayed.

For detailed instructions on setting up menu position rules, see [Defining Active Menu Trail Using Menu Position](/developers/configuring-a-varbase-site/navigation/defining-active-menu-trail-using-menu-position.md).


---

# 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://docs.varbase.vardot.com/developers/configuring-a-varbase-site/navigation.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.
