# Set up cancellation reasons

## Overview

Cancellation reasons let your team record why a booking was canceled. They are used across **appointments, classes, and group appointments** to improve reporting, audit trails, and business insights.

***

## **Add a cancellation reason**

1. Go to **Settings** → **Cancellation reasons**.
2. Click **Add cancellation reason**.

<figure><img src="/files/6zUtK6CLGCkFpl0cECQ7" alt=""><figcaption></figcaption></figure>

3. Enter the following details:

* **Reason -** The name of the cancellation reason (e.g. *No show due to illness*).
* **Code** (Optional) - A short code used for reporting or billing needs.
* **Source -** Who initiated the cancellation: **client**, **business**, or **any**.

4. Click **Save** to create the reason.

***

#### **Manage existing reasons**

Use the **Actions** menu next to any cancellation reason to:

* **Edit** - Update the name, code, or source.
* **Archive** - Remove the reason from active use.

Archived reasons remain available for reference and can be restored at any time.


---

# 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://support.caspen.com/using-caspen/settings/appointments/set-up-cancellation-reasons.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.
