# Dashboard

The Dashboard (Home) is your central hub for tracking your activity on Folio. It surfaces pending tasks, your active contracts, submitted applications, and assessments in one view.

## Important Tasks

When you first arrive on the Dashboard, the **Important Tasks** section displays any outstanding actions required to complete your profile. These prompts guide you through steps such as adding a resume, verifying your identity, and connecting a payment method.

Once all profile tasks are complete, this section will no longer appear.

## Main panel

{% tabs %}
{% tab title="Contracts" %}
Displays all of your active and historical contracts with Folio and employer clients.

| Column           | Description                                       |
| ---------------- | ------------------------------------------------- |
| **Job**          | The role or project title                         |
| **Compensation** | Your agreed hourly rate                           |
| **Status**       | Current contract status (e.g., Active, Completed) |
| **Company**      | The hiring company or Folio                       |
| **Tasks**        | Any pending actions related to the contract       |

If you have no contracts yet, the tab shows an empty state encouraging you to explore open jobs.
{% endtab %}

{% tab title="Applications" %}
Lists every job you have applied to, along with the current review status. Use this tab to monitor where your applications stand.
{% endtab %}

{% tab title="Assessments" %}
Displays any skill assessments assigned to you as part of the hiring process. Complete assessments here when prompted.
{% endtab %}
{% endtabs %}

## Getting Started

If your Dashboard is empty, select **Explore Jobs** from the sidebar or click the prompt in the empty state to start browsing open opportunities.


---

# 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.folio.works/the-platform/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.
