# Admin Dashboard

Following is a glimpse of the **admin dashboard** which contains a summary of various sections of the application.\
\
The welcome message at the top greets the user and provides a quick overview upon accessing the dashboard.

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

\
The **cards on the below** show the summary of today's attendance with the count of Total Staff, Present, Absent, Half Day and On Leave employees.

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

The **On Leave** section below displays the list of employees who are currently on leave, along with details such as leave duration, leave type, whether it is a full-day or half-day leave, and also includes upcoming scheduled leaves.

<figure><img src="/files/4sqM3J7q0wmKgBvEnG1O" alt=""><figcaption></figcaption></figure>

The **Birthdays** card displays the list of employees who have birthdays today as well as upcoming birthdays within the current month.

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

The **Work Anniversaries** section displays employees celebrating their work milestones along with their years of service.

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

The **Quick Links** card is a section to add and list your go-to links to websites and pages that you or your employees would need to access on frequent basis.

<figure><img src="/files/4OPvxbKyeJadJIKnPLG1" alt=""><figcaption></figcaption></figure>

The **Recently Joined** section shows employees who have recently joined the organization.

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

The **Recently Resigned** section lists employees who have recently left the organization.

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

The **Attendance Graph** displays attendance trends for the last 7 days, helping in quick analysis.

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

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

In the end we have **Calendar**, which will show date wise tasks, leaves, events and more. You can easily click on a date and add event to it.

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

These all dashboard widgets can be easily enabled or disabled from settings in console.


---

# 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://help.pletox.com/overview/admin-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.
