# Navigating the Dashboard

Once User is successfully logged in, User's dashboard will look like this, with User's University name, Logo, and the name of the Organization Owner.&#x20;

<figure><img src="/files/1AyNmlz2zeCydTPgjqyx" alt=""><figcaption></figcaption></figure>

**Navigation Bar**: The right top section of the UI contains a navigation bar, where user can toggle between the staff arena, and log out of the account.

**Content Area**: The central part of the UI is dedicated to displaying the primary content of the application. This is where you'll set up your institution's forms, data and other relevant information.

User should Click on the respective unit link or Icon, for access to the desired area.

For Proper documentation on Navigating the Admin dashboard, [Click here](/untitled/portals-documentation/admin-portal.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.belrald.com/untitled/getting-started/navigating-the-dashboard.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.
