# Activities

{% hint style="warning" %}
**Before you begin: services vs activities**

* **Appointments (services):** Client facing bookings (in-person or telehealth). They appear on the calendar, can send client notifications, and may show in online bookings.
* **Activities:** For non-face-to-face work like report writing or billable communications. They do not send client notifications and are not shown in online bookings.
  {% endhint %}

<div align="left"><figure><img src="/files/ryeVmZoZJRniiytjeVxX" alt="" width="230"><figcaption></figcaption></figure></div>

* [Create an activity](/using-caspen/calendar/activities/create-an-activity.md) - Add an activity in your calendar.
* [Edit an activity](/using-caspen/calendar/activities/edit-an-activity.md) - Update the activity’s details like date or time, duration, or activity type.&#x20;
* [Reschedule an activity](/using-caspen/calendar/activities/reschedule-an-activity.md) - Move the activity to a new date or time.
* [Archive an activity](/using-caspen/calendar/activities/archive-an-activity.md) - Remove an existing activity from the calendar.


---

# 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/calendar/activities.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.
