> For the complete documentation index, see [llms.txt](https://docs.exads.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exads.com/ad-server/the-navigation-bar/saas-quick-nav-menu.md).

# The Quick Navigation Menu

![Quick Navigation Menu](https://2551497454-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbWd08bYtHMw1HqDKFpBf%2Fuploads%2Fx9gdZafW9qdN6ZfVWiSF%2Fsaas-quick-nav-menu.png?alt=media\&token=c721325e-5c84-4abd-bec0-f4ac2fc39adb)

When managing your Ad Server as any Network Admin User, once you have created some accounts, the **Quick Navigation** menu allows you to select an account and log in as that account without the need for login credentials.

* By default, you will be in **Admin View**, meaning you can see the Admin Panel for the whole Ad Server, including your Ad Server **Dashboard**, **Statistics** and **Accounts** tabs.
* When you select an account from the **Admin View** drop-down, you will be taken to the Admin Panel as it appears for that user.

## Selecting an Account from Admin View

To see the Admin Panel for any of your accounts, click on **Admin View**.

A drop-down will appear showing a list of all the accounts on your Ad Server and their associated email addresses. You can search this list using the search bar at the top of the drop-down.

![Admin View](https://2551497454-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbWd08bYtHMw1HqDKFpBf%2Fuploads%2FCZf916hplFE21w4QueUC%2Fsaas-quick-nav-admin-view.png?alt=media\&token=97e53d72-56b3-4bd5-9fcd-9e596e95da02)

If you click on any of the accounts, you will be taken into their view of the Ad Server.

## Log In as Another Account

![Quick Nav as it appears when you have navigated to an Account.](https://2551497454-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbWd08bYtHMw1HqDKFpBf%2Fuploads%2F8qcFBdftESTxPNzvGdcc%2Fsaas-quick-nav-account-view.png?alt=media\&token=199dbae4-1bd9-4554-9a7a-d8e807f58f0c)

When you select an account from the quick navigation menu, you will log in and view the Admin Panel as that account does.

The account name will appear in the left drop-down menu and a new drop-down menu will appear to the right. Using the drop-down menu to the right you can choose whether to view this account for **Advertiser** or **Publisher**.

{% hint style="success" %}
**Tip**: Once you have navigated to a few client accounts, they will appear at the top of the **Admin View** drop-down, in the order you visited them, under the heading **Recently Visited**.
{% endhint %}

{% hint style="info" %}
You can also navigate to a client account in the **Accounts** tab by clicking **Login as user** to the left of it.
{% endhint %}

## Returning to Admin View

![Account View](https://2551497454-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbWd08bYtHMw1HqDKFpBf%2Fuploads%2F1HTbxRciHiTX77ZfaIX0%2Fsaas-return-to-admin-view.png?alt=media\&token=9907bee7-29c9-4978-b3db-d6c8bf905aec)

When logged in as an account, you can return to **Admin View** at any time by clicking the account name in the left drop-down, and selecting **Go to Admin View**.


---

# 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://docs.exads.com/ad-server/the-navigation-bar/saas-quick-nav-menu.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.
