# Dashboard

The **Dashboard** serves as a centralized hub for managing recruitment activities. It provides users with a comprehensive overview of the hiring process, allowing for efficient tracking and management of job openings, applications, and candidate statuses.

* **General Overview**

The dashboard offers a snapshot of key recruitment metrics, including total openings, applications, and hiring statuses.

* **Key Metrics Displayed**

1. **Total Openings:** Displays the total number of job openings currently available.
2. **Total Applications:** Shows the total number of applications received for open positions.
3. **Total Hired:** Indicates the total number of candidates successfully hired.
4. **Total Rejected:** Reflects the total number of candidates who were not selected.
5. **New Applications:** Counts the number of applications received since the last update.
6. **Shortlisted Candidates:** Lists the number of candidates who have progressed to the shortlist.
7. **Today's Interview:** Indicates the number of interviews scheduled for the day.
8. **Job Application Status**

Provides a detailed breakdown of applications by job title, including:

1. **Job Title:** Lists open positions, along with their application statuses (applied, phone screen, interview, hired, rejected).
2. **Total Applications:** Shows the total number of applications received for each position.
3. **Candidates**: Displays the number of candidates associated with each job title.

* **Open Jobs Section**

Lists all current job openings, along with the following details:

1. **Job Title:** The title of the open position.
2. **Posting Date:** The date the job was posted.
3. **Assigned HR:** The HR personnel responsible for the recruitment process.
4. **View Option:** Provides an option to view more details about each job opening.

* **Application Sources**

Displays information regarding the sources of job applications, noting that there may not be enough data available for comprehensive analysis.

* **Navigation and Access**

Users can easily navigate through various sections of the recruitment module, including jobs, job applications, interview schedules, offer letters, candidate databases, and reports.

This structured dashboard enhances the recruitment process by providing essential insights and facilitating effective management of candidate information and hiring activities.&#x20;


---

# 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://gradeapp.gitbook.io/gradeapp/platform-overview/recruit/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.
