> 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/using-body-chart-templates-in-progress-notes.md).

# Using body chart templates in progress notes

## Overview

If you need to include diagrams or charts in your clinical notes, you can select a body chart template and draw directly on it. This is useful for documenting pain locations, injuries, areas treated, and clinical findings.

{% hint style="info" %}
**Before you start**

* You can only add a body chart while creating or editing a progress note.
* Caspen includes default body chart templates. To upload or manage templates, see [Set up body chart templates](/using-caspen/settings/templates/set-up-body-chart-templates.md).
  {% endhint %}

***

## Add a body chart to a progress note

1. Open the client and create or edit a progress note.
2. In the note editor toolbar, click **Body chart**.

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

3. Select the body chart template you want to use.

<figure><img src="/files/eSM1iNhYJBMGzHcoO53Z" alt="" width="375"><figcaption></figcaption></figure>

4. The body chart editor opens with the template loaded. Mark up the body chart as needed. For a list of available tools, see [Mark up the body chart](#mark-up-the-body-chart).

<figure><img src="/files/7C49bdNtUIwqfyCLK8gv" alt="" width="563"><figcaption></figcaption></figure>

5. Once finished, click **Save** (top-right) to insert the body chart into the note.

<figure><img src="/files/i3RsRxumw2golSRV3nJP" alt="" width="563"><figcaption></figcaption></figure>

Your body chart appears in the note as an image.

***

### Mark up the body chart

Use the toolbar in the body chart editor to add your clinical markings.

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

List of tools (from left to right):

* Select: Click an item on the canvas to move or adjust it.
* Pan: Click and drag to move around the canvas.
* Draw: Draw freehand. Adjust pen style such as weight, opacity, and color.
* Text: Add labels directly onto the chart.
* Shapes: Add arrows, lines, or shapes to highlight areas.
* Emoji: Insert an icon if your workflow uses symbols for findings.
* Eraser: Click and drag to erase markings.
* Frame: Adjust the canvas size. Only what sits inside the frame is saved back to the note.
* Zoom: Zoom in and out for detail work.
* Fit to screen: Resizes the view so the canvas fits your screen.
* Undo and redo: Step backward or forward through your recent changes.

> Tip: You can also zoom in and out using your mouse scroll wheel.

***

### Format the body chart image in the note

After the body chart is inserted, select the image to show formatting options.&#x20;

<figure><img src="/files/4DPrkOMUkuH0Rh9GGlyL" alt=""><figcaption></figcaption></figure>

Available options include:

* Add a border and choose a border color
* Round the image corners
* Flip the image horizontally or vertically
* Change image alignment

> **Tip:** You can resize the image by selecting it, then dragging a corner handle in or out.

***

### Finish the progress note

Keep writing your note, then choose one of the following:

* Click **Finalize note** when you are ready to complete it. The note appears in the client profile under **Progress notes**.
* Leave it as a draft if you are not ready to finalize. You can come back and continue editing later.

***

### Related articles

* [Set up body chart templates](/using-caspen/settings/templates/set-up-body-chart-templates.md) – Add, manage, and upload body chart templates for your workspace.
* [Using the text editor for notes and templates](/using-caspen/progress-notes/using-the-text-editor-for-notes-and-templates.md) – Formatting tools, inserting images, and working with content in the progress note editor.


---

# 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/using-body-chart-templates-in-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.
