> For the complete documentation index, see [llms.txt](https://knowledge.maica.com.au/maica-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.maica.com.au/maica-knowledge-base/appointments/create-an-appointment/additional-details.md).

# Additional Details

## What does the Additional Details stage include?

The Additional Details tab captures any extra details of the Appointment, as described in the below table:

<table><thead><tr><th width="222">Captured Information	</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/I9q87QtJyJMRZSDFKJmi">Checklist(s)</a></td><td>This allows for the selection of relevant organisational <a href="/pages/I9q87QtJyJMRZSDFKJmi">Checklist(s)</a> based on the tasks to be performed during the <a href="/pages/jppI9yqVvkcMhRFkULZn">Appointment</a>. <strong>Maica</strong> will automatically assign <a href="/pages/I9q87QtJyJMRZSDFKJmi">Checklist(s)</a> to your <a href="/pages/jppI9yqVvkcMhRFkULZn">Appointment</a> that are associated with the selected <a href="/pages/oA0tKFKx36UIl33BkMO2">Appointment Service(s)</a>   </td></tr><tr><td><a href="/pages/cw7tRinJYxvNHgkJBCzA">Shift(s)</a></td><td>This allows for the ability to assign your <a href="/pages/jppI9yqVvkcMhRFkULZn">Appointment</a> to a <a href="/pages/cw7tRinJYxvNHgkJBCzA">Shift(s)</a>. <strong>Maica</strong> will automatically assign <a href="/pages/cw7tRinJYxvNHgkJBCzA">Shift(s)</a> that occur at the same Location as the new appointment, as well as the same Date &#x26; Time. If no <a href="/pages/cw7tRinJYxvNHgkJBCzA">Shift(s)</a> are active during the <a href="/pages/jppI9yqVvkcMhRFkULZn">Appointment</a>, this section will not be automatically assigned. however you can then manually assign <a href="/pages/cw7tRinJYxvNHgkJBCzA">Shift(s)</a>.</td></tr><tr><td>Appointment Type</td><td>The Appointment Type is a pick list allowing for the selection of the appropriate type of Appointment being created. This enables the selection of the following values: <code>Booking</code>, <code>Group Booking</code>, <code>On-Site</code>, <code>Event</code>, <code>Consultation</code></td></tr><tr><td>Appointment Status</td><td>The Appointment Status is a pick list allowing for the selection of the appropriate status of Appointment being created. This enables the selection of the following values: <code>Scheduled</code>, <code>Planned Completed.</code> </td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowledge.maica.com.au/maica-knowledge-base/appointments/create-an-appointment/additional-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
