# Cancellation

### What Is the Cancellation Action?

The Cancellation action allows you to record when and why an Appointment or Shift was cancelled. This ensures accurate records for scheduling, compliance, and reporting.

{% hint style="warning" %}
The Cancellation option may not be available to all users. Access depends on your organisation’s permissions.
{% endhint %}

### Cancelling an Appointment or Shift

1. Tap the **Cancel** button from the Appointment or Shift actions menu.
2. Complete the required details:
   * **Date and Time** – the point at which the cancellation occurred.
   * **Cancellation Reason** – choose a reason from the dropdown list.
   * **Reason Description** – enter additional notes to provide more context if required.
3. Once all details are entered, tap **Save** to confirm the cancellation.

The Appointment or Shift will then be marked as **Cancelled** in your schedule.

{% hint style="info" %}
If you are an Administrator and wish to learn more around the logic behind Appointment or Shift cancellation in Maica, please [click here](/maica-knowledge-base/appointments/appointment-actions/cancellation.md).&#x20;
{% endhint %}

### What Happens After Cancellation?

Cancelled Appointments and Shifts remain visible in your schedule for record-keeping. While you can still view the details, they cannot be actioned or progressed further once marked as cancelled.


---

# 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://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/cancellation.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.
