# Navigation Bar

### Overview

The navigation bar typically consists of links or buttons that represent different sections or pages of the admin panel. Users can click or tap on these links to quickly move to different sections or pages of the application.

You can have a look in the screenshot mentioned below:

<figure><img src="/files/SBdKT5MSQ3iMuGg69hPp" alt=""><figcaption></figcaption></figure>

1. [**Dashboard**](https://7system.gitbook.io/untitled/~/changes/0v7YB9EyH6yINWeKXCGv/dashboard)
2. [**Quick Links**](https://7system.gitbook.io/untitled/~/changes/0v7YB9EyH6yINWeKXCGv/quick-links)
3. [**Track Staff**](https://7system.gitbook.io/untitled/~/changes/0v7YB9EyH6yINWeKXCGv/track-staff)
4. [**Attendance**](/7salesdocs/attendance.md)
5. [**Task Management**](/7salesdocs/task-management.md)
6. [**Sales Management**](/7salesdocs/sales-management.md)
7. [**Store Management**](/7salesdocs/store-management.md)
8. [**Broadcast Message**](/7salesdocs/broadcast-message.md)
9. [**Payroll**](/7salesdocs/payroll.md)
10. [**Reports**](/7salesdocs/reports.md)
11. [**User Management**](/7salesdocs/user-management.md)
12. [**Setting**](/7salesdocs/settings.md)
13. [**Access Control**](/7salesdocs/access-control.md)

{% hint style="info" %}
You can click on any of the above option and you can directly go to the documentation of that particular page/functionality.
{% 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://docs.7sales.7system.in/7salesdocs/navigation-bar.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.
