# Understanding Admin Panel

## Homepage Header

The homepage header in the Admin Panel includes functions like company logo, data management, portal management, website link and profile.<br>

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

Homepage header options include the following:

1. **Home:** This button takes the admin back to the homepage.
2. **Manage Data**: This page will have data from the platform that the admin can manage.
3. **Manage Portal**: This would open the Manage Portal tab where every configuration for managing the portal is listed.
4. **Refer & Earn**: This would open the 'Refer & Earn' which aids in creating a cross-user referral network and the user can earn rewards according to the multi-tier reward system.
5. **Visit Website**: This will redirect the user to visit the platform's home page.
6. **Onboarding**: This button redirects the admin to continue the necessary onboarding tasks.
7. **Help**: Access this document from the Help button in the homepage header.
8. **Profile**: Hovering over the profile icon from the header of the Admin Panel will display the list

## Homepage Functions

1. After successful login, the first page will be Dashboard on the homepage.
2. Homepage will have two sections "Dashboard" and "Analytics".
3. Let's click on "Next" to know more about "Dashboard".


---

# 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.arthajobboard.com/admin/understanding-admin-panel.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.
