> 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/progress-notes/add-a-progress-note.md).

# Add a progress note

## Overview

Progress notes can be added directly from the **Calendar**, **Client profile**, or **Sessions**.\
Only practitioner-based roles can create progress notes. You can start with a blank note or use a reusable template to save time.

***

## Add a progress note from the calendar

1. Go to your **Calendar** and click on an appointment or activity to open its panel.
2. Under **Progress note**, click **Add progress note**.

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

3. Select a template (or choose **Create a blank note**): The selected option highlights with a blue border.&#x20;
4. Click **Create** (top-right) to open the editor. The **selected template** loads into the note editor.

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

5. Add your note content.

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

6. Click **Finalize note** (top-right) when you're ready to complete and save the note.

> **Tip:** If you’re not ready to finalize, click **Exit (X)** to save a **draft**. Draft notes remain editable until finalized.

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

#### Ways to access a progress note created from the calendar

Progress notes created from the calendar are easy to find. You can open them from **two places**:

**1. From the calendar event**

Click the appointment or activity in your calendar to open the event panel. Any attached progress note will appear in the **Progress note** section (draft or finalized). Click the progress note tile to open it.

<figure><img src="/files/uaCQb22S6oIdVqE8T4TD" alt="" width="409"><figcaption><p>A progress note attached to an event will appear in the event details panel.</p></figcaption></figure>

**2. From the client profile**

Go to the client’s profile, scroll to **Progress notes**, and click **View** next to the note to open it.

<figure><img src="/files/0HyIklCeFxFs0rWLMYy5" alt=""><figcaption></figcaption></figure>

#### How to quickly tell if an appointment already has a note

After a progress note is attached, individual appointments show a progress note icon on the calendar, so you can quickly see which ones have a progress note.

<figure><img src="/files/VsamD2BE7yxyCr8u9g5J" alt=""><figcaption><p>The progress note icon means a progress note is attached to the appointment.</p></figcaption></figure>

***

## Add a progress note from the client profile

1. **Open the client’s profile:** Go to **Clients**, locate the client, and click **Actions → View** (or simply click the client’s name).
2. In the **Progress notes** section, click **Create note**.

<figure><img src="/files/Tw7l4WDGEXI4JpMaadIj" alt="" width="532"><figcaption></figcaption></figure>

3. Select a template (or choose **Create a blank note**): The selected option highlights with a blue border.&#x20;
4. **Click Create** (top-right) to open the editor. The **selected template** loads into the note editor.

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

5. Add your progress note content.

<figure><img src="/files/0RQNdeuacPDxexLmxLUY" alt=""><figcaption></figcaption></figure>

6. Click **Finalize note**  when you're ready to complete and save the note.

> If you’re not ready to finalize, click **Exit (X)** to save a **draft**. Draft notes remain editable until finalized.

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

Once finalized, the note appears in the **client’s profile** under Progress notes.

***

**Related article**

* [Set up progress note templates](/using-caspen/settings/templates/set-up-progress-note-templates.md) – Standardize your notes and reduce repetitive typing.
* [Using the text editor for notes and templates](/using-caspen/progress-notes/using-the-text-editor-for-notes-and-templates.md) – Learn how to format text, tables, images, and interactive fields.


---

# 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/progress-notes/add-a-progress-note.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.
