> For the complete documentation index, see [llms.txt](https://support.caspen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.caspen.com/using-caspen/dashboard/tasks-overview.md).

# Tasks overview

### Overview

The Tasks panel on your Dashboard gives you a quick snapshot of what needs your attention today. Tasks shown here are **private to you** and are not visible to other users.

From the Dashboard, you can:

* View **Today’s tasks** and overdue task&#x73;**.**
* Mark tasks as completed.
* Open the full **Tasks** page to manage all tasks.

This helps you keep track of important work without anything slipping through the cracks.

The **Today’s tasks** panel is located on the top-right side of your Dashboard.

<figure><img src="/files/9YL0dZedlcSBuyUArrXm" alt=""><figcaption></figcaption></figure>

### Dashboard snapshot

The **Today’s tasks** panel on the top-right side of your Dashboard shows:

#### 🔴 Overdue tasks

* Displayed at the top of your list.
* Shown in **red** with the number of days overdue.

{% columns %}
{% column %}

<figure><img src="/files/7fORN2z6csBGm77JEHBt" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/HFFLXUW0x8zrufTCn65A" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### 📅 Today’s tasks

* Tasks due today appear in your overvie&#x77;**.**
* Click **View all** to open the full Tasks page.

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

### Mark a task as complete

To mark a task as completed from the Dashboard:

1. Open your Dashboard.
2. In the **Today’s tasks** panel, click the circle next to a task.

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

The task is removed from your Dashboard and moved into your **Completed** tab, which you can access from the **Tasks** page.

### Open the full Tasks page

To manage all of your tasks, including future and unscheduled tasks:

1. In the **Today’s tasks** panel, click **Create** or **View all**.

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

The full **Tasks** page will open.

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

From the **Tasks** page, you can add new tasks, schedule work, prioritize, and view upcoming or completed tasks. To learn more, see [Tasks](/using-caspen/tasks.md).&#x20;

### Quick tip

💡 Use Dashboard tasks for fast daily planning, and the full Tasks page when you need to organize or reschedule tasks in more detail.

**Related articles**

* [Tasks](/using-caspen/tasks.md) - Learn how to create, schedule, prioritize, and complete tasks to stay organized.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.caspen.com/using-caspen/dashboard/tasks-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
