# Navigation

## Overview

Network administrators have the ability to centrally customize the primary navigation experience for users accessing MangoApps via web and mobile apps.

<img src="/files/YfWUzIm4rmqEccywHu8i" alt="" width="563">

#### Navigation Styles List

Along the left hand side of the module page are a list of all created navigation styles, both admin and system. From this list, admins can view navigation styles, make edits, enable/disable, duplicate, and/or delete.&#x20;

{% hint style="info" %}
The system generated default navigation menu styles, **Default Guest** and **Network User** Navigation, **cannot** be disabled nor deleted. However, network user navigation menu styles  can be edited and personalized by the admin and end user (if enabled by admins).
{% endhint %}

***

#### Add Navigation Button

Click the Add Navigation button to create a new navigation menu style. For information on creating a new navigation style, click [here](https://guides.mangoapps.com/admin-guide/navigation/add-new-navigation#manage-sub-menus).

Once added to the Navigation list, you can re-order the styles using the **Re-order** button.

***

#### Manage Modules and Sub-Menus

Along the right hand side of the module is a list of all module configurations for the selected navigation style. From this list, admins can activate/deactivate, add descriptions, and even manage sub-menus for the listed modules. Drag and drop the modules in the list to re-order them in the final navigation style.

***

#### Add a Custom Link

This option allows admins to add a custom link to individual navigation menu styles. This link can lead to pages within and without their MangoApps domain. Each navigation supports adding custom links.

***

#### Save Changes

Clicking the **Save Changes** button to apply the new navigation order to all network users within the chosen segment for the navigation style. Guest users will not be affected unless the segment is selected.

{% hint style="info" %}

#### To see how these configurations impact Navigation on the User Portal, see [Primary Navigation](https://guides.mangoapps.com/user-guide/primary-navigation) in the User Portal Guide.

{% endhint %}


---

# 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://guides.mangoapps.com/admin-guide/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.
