# Dashboard

## Overview

The **Dashboard** provides you with a personalized view of your recruiting workflow. Track your tasks to stay on top of deadlines, manage upcoming interviews, and review and give feedback to the candidate. You can also monitor the progress of all the jobs you're currently on the hiring team.

All users can access the Dashboard by clicking the Dashboard icon on the left menu.

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

## Tasks

On the Dashboard, the Tasks board helps you effectively track and manage your workload, ensure that tasks are completed on time, and maintain a smooth workflow within your team.

The Tasks board shows 2 tabs:

* My tasks: Show up your to-do list, you are able to create them yourself or team members assign them to you.
* Assigned tasks: Show up a to-do list you created and assign it to another member.

You can click **View all** to open the [Tasks](/product-guides/tasks.md) section and create a new task.

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

## Interview

Gathers all interviews where you are either the organizer or an attendee, with reminders for upcoming interviews and pending interview feedback.

* **Upcoming:** Interviews are listed for today or in the future.
* **Feedback Due:** Includes past interviews where feedback is still pending.

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

## Jobs

Displays a list of jobs where you are part of the hiring team, making it easy to get an overview of these jobs directly from the dashboard.

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


---

# 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.hireforce.io/product-guides/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.
