# Add a service

## **Before you begin**

{% hint style="warning" %}
**Services vs Activities**

* **Appointments (Services):** For client-facing services, including telehealth appointments.&#x20;
* **Activities:** For non-face-to-face service work done away from clients like report writing or billable communications.

**Note:**

* Appointments send client notifications. Activities do not.
* Appointments appear in online bookings. Activities do not.
  {% endhint %}

## How to add a service

1. Go to **Catalog** → **Services**

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

&#x20;2\. Click **Add service**.

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

3. **Enter the service details** (see **Service field reference** below).

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

4. Click **Create.** The new service appears in the services list.&#x20;

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

{% hint style="info" %}
**Tip:** Assign the service to at least one **location** and **practitioner** so it can be scheduled in your calendar.
{% endhint %}

***

### Service field reference

| Field                        | Description                                                                                                                                                                                                                                                                          |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Name                         | The service name shown in the calendar (for appointments), online bookings, invoices, and reports. Visible to staff and clients.                                                                                                                                                     |
| Item code                    | Internal or funding reference.                                                                                                                                                                                                                                                       |
| Category                     | Select the category this service belongs to; used for grouping services. Examples: Consultations, Physiotherapy, Naturopathy.                                                                                                                                                        |
| Duration                     | Appointment length in minutes.                                                                                                                                                                                                                                                       |
| Buffers                      | <p>Use a buffer when you need extra time before or after the appointment. </p><p></p><ul><li>Buffer before: Time (minutes) reserved before the start time (e.g. setup/prep).</li><li>Buffer after: Time (minutes) reserved after the end time (e.g. notes/clean-up/admin).</li></ul> |
| Price                        | <p>The amount you charge. Choose Fixed or Hour.<br></p><ul><li>Fixed: A set price. You can still change it on the invoice.</li><li>Hour: An hourly rate. The invoice total is based on the hours you enter.</li></ul>                                                                |
| Tax rate                     | The tax that applies to this service.                                                                                                                                                                                                                                                |
| Appointment notification set | <p>Choose the notification set for this service; leave blank to use the account default. </p><p></p><p>A set can include confirmations, reschedules, cancellations, and reminders.</p>                                                                                               |
| Practitioners                | Select who can provide this service.                                                                                                                                                                                                                                                 |
| Locations                    | Select where this service is offered.                                                                                                                                                                                                                                                |

{% hint style="info" %}

#### **Price**

Enter prices according to your **account tax setting**:

* **Prices exclude tax:** enter the price without tax. Tax is added on the invoice.
* **Prices include tax:** enter the price with tax. The tax portion is shown on the invoice.<br>

See **Settings** → **Taxes** to change the account tax setting.

\
**Note:** This is separate from the **Tax rate** on the service, which sets which rate (for example **10 percent** or **tax free**) to apply on the invoice.
{% endhint %}

***

#### Quick add from a category

You can also add a service from a category: **Actions → Add new service**. This opens the same form with **Category** prefilled.

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

## FAQs

<details>

<summary><strong>How do I change the color of my service in the calendar?</strong></summary>

Services use their category color. To change it, go to Services → Categories, open Actions → Edit category, choose a color, and save.

</details>

<details>

<summary><strong>How do I show item codes on invoices?</strong></summary>

Enable the Item code column in your invoice template.

</details>

<details>

<summary><strong>What if I do not enable item codes on invoices?</strong></summary>

Item codes remain internal and will not appear on invoices.

</details>


---

# 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/catalog/services/add-a-service.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.
