# Quick Completion

## What is Quick Completing an Appointment?&#x20;

Quick Completing an [Appointment](/maica-knowledge-base/getting-started/maica-key-concepts/appointment.md) essentially bypasses the checking in/out processes and sets an [Appointment](/maica-knowledge-base/getting-started/maica-key-concepts/appointment.md) to the `Completed` status. It is possible to still capture [Appointment Service](/maica-knowledge-base/getting-started/maica-key-concepts/appointment-service.md) information whilst Quick Completing an Appointment.

## What does the Quick Complete Action include?

When Quick Completing an [Appointment](/maica-knowledge-base/getting-started/maica-key-concepts/appointment.md), you are presented with a dialog showing distinct areas of input including **Appointment Date & Time Information**, **Appointment Service Information**, **Manage Travel** as well as **Check-In/Out Location**; these areas are further described in this article.

{% hint style="warning" %}
If you wish to Quick Complete your Appointment without adjusting any of these areas, you can. **Maica** will automatically populate the required ones with information from the Appointment, hence, they only need to be manually adjusted if desired.&#x20;
{% endhint %}

### Check In/Out Location

This part of the Quick Complete process captures accurate Location information. **Maica** offers the ability for Locations to be tracked to ensure that [Appointments](/maica-knowledge-base/getting-started/maica-key-concepts/appointment.md) can be accurately recorded.&#x20;

{% hint style="info" %}
In order for a Location to be obtained, the User must have Location Permissions set to Allowed on their Device or Browser.&#x20;
{% endhint %}

### Appointment Date & Time Information&#x20;

This part of the Quick Complete process captures the relevant Date & Time information. **Maica** offers configurable capability when Quickly Completing an Appointment to ensure that [Appointments](/maica-knowledge-base/getting-started/maica-key-concepts/appointment.md) can be accurately recorded.&#x20;

When Quickly Completing your [Appointment](/maica-knowledge-base/getting-started/maica-key-concepts/appointment.md), **Maica** will automatically populate the Date and Time information to the scheduled Date and Time of the Appointment. This can be configured by manually entering any desired Date and Time.

### Manage Travel&#x20;

When Quick Completing an Appointment, you can also Manage Travel. To learn more about the Manage Travel Action, please click here:&#x20;

1. [Manage Travel Tool for Users](/maica-knowledge-base/appointments/appointment-actions/check-out.md#manage-travel)&#x20;
2. [Manage Travel Logic for Administrators](/maica-knowledge-base/maica-administration-guide/system-processes/travel-claiming-and-expenses.md)

### Appointment Services&#x20;

This part of the process offers an overview of the [Appointment Service(s)](/maica-knowledge-base/getting-started/maica-key-concepts/appointment-service.md) delivered as well as the ability to adjust the quantity of each service as required. Adjusting the quantity offers you flexibility within an [Appointment](/maica-knowledge-base/getting-started/maica-key-concepts/appointment.md) to control how long each [Participant](/maica-knowledge-base/getting-started/maica-key-concepts/participant.md) may spend for each [Appointment Service](/maica-knowledge-base/getting-started/maica-key-concepts/appointment-service.md) within an [Appointment](/maica-knowledge-base/getting-started/maica-key-concepts/appointment.md), or how long each Service may have been delivered. This means, if the actual service duration has changed for one or more Participants, this can easily be captured.

{% hint style="info" %}
To learn more about the quantity function, click [here](/maica-knowledge-base/appointments/create-an-appointment/summary.md#things-to-look-out-for-summary).&#x20;
{% endhint %}


---

# 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/appointments/appointment-actions/quick-completion.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.
