# Completing Appointments

In addition to being able to check out of Appointments, the ability to quickly complete an Appointment exists in **Maica Client Care** to allow for a faster process of finalising Appointments.

{% embed url="<https://app.arcade.software/share/FDpulJrjR28Q8nh10AmG>" %}
Quick Completing an Appointment
{% endembed %}

The aim of the Quick Completion function for Appointments is to essentially bypass the check-in/out process and allow your care team to quickly and effecively close an Appointment as `Completed`. The following logic is applied by **Maica Client Care** when this happens:

1. Actual Start Date/Time is recorded as per the Scheduled Start Date/Time
2. Actual End Date/Time is recorded as per the Scheduled End Date/Time
3. Checklist Items are created using the defaul status (as per [Settings](/general-information/client-care-settings.md)) if they are configured to
4. Appointment Status is set to `Complete`&#x20;

### Optional Quick Completion Summary Screen

It is possible to optionally present the Appointment Summary to the end user when completing Appointments by using the `Show Summary on Quick Complete` setting under `Appointment Management`.

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

When this is selected, Maica Client Care will present the screen for any final amendments before submitting this Appointment for completion, as show below.

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


---

# 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://kb.maica.com.au/appointment-management/managing-appointments/completing-appointments.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.
