> 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/manage-incomplete-progress-notes.md).

# Manage incomplete progress notes

## Overview

The **Incomplete progress notes** panel on your Dashboard helps you stay on top of any client notes that have **not** been finalized. It shows all draft progress notes that were started but not yet completed, ensuring no documentation is missed.

{% hint style="info" %}
**Only progress notes saved as Draft appear here.**&#x20;

If a note has not been started for an appointment, it will not show in this list.
{% endhint %}

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

## How it works

* Notes remain in this list until they are finalized.
* Once a note is finalized, it automatically disappears from the incomplete progress note list.
* Each entry shows the **client name**, **progress** **note template name**, **status (Draft)**, **author**, and **last updated date**.

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

## Completing a progress note

1. Go to your Dashboard.
2. Under **Incomplete progress notes**, click any Draft note you authored.&#x20;

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

3. The note opens in the **Progress notes editor**.
4. Review, complete, and Finalize the note.

<figure><img src="/files/73OZpx5OX9UyjEkg5qPg" alt=""><figcaption></figcaption></figure>

Once finalized, it will be removed from your **Incomplete progress notes** panel.&#x20;

<br>


---

# 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/manage-incomplete-progress-notes.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.
