# The Planner Overview

The Maica Client Care Planner is the primary interface by which Appointments are managed within our solution, as shown below.

<figure><img src="/files/izDYu0DvooHebP3PbvH5" alt=""><figcaption><p>The Maica Client Care Planner</p></figcaption></figure>

The Planner allows for the creation of [Appointments](/appointment-management/creating-appointments.md), [Unavailability](/planner-management/unavailability-and-breaks.md) as well as [Optimisation](/planner-management/appointment-optimiser.md). You also have the option to apply a numbe of filters as outlined in the below table.

<table><thead><tr><th width="297">Name</th><th>Description</th></tr></thead><tbody><tr><td>Type</td><td>The refers to the type of Appointment you are wanting to see in the Planner, such as <code>Booking</code>.</td></tr><tr><td>Status</td><td>This refers to the Status of the Appointment you are wanting to see in the Planner, such as <code>Scheduled</code> or <code>Completed.</code></td></tr><tr><td>Unavailbility Status</td><td>This filters the Status on the Unavailbility records shown in the Planner, such as <code>Approved.</code></td></tr><tr><td>Location</td><td>This refers to the Location at which Appointments are being held; this is recorded against an Appointment as an address or a lookup to a Location record.</td></tr><tr><td>Shift</td><td>This filters based on selected Shifts and shows only Appointments associated with the selected Shift(s).</td></tr><tr><td>Appointment Service</td><td>This refers to the associated Appointment Services for any given Appointment; this means you can filter based on what services are being delivered within a given time period.</td></tr><tr><td>Show Incomplete Appointments</td><td>Maica Client Care considers Appointments incomplete when either the specified number of Resources or Participants does not match the allocated number. This  filter allows you to either show (or not) incomplete Appointments in the Planner.</td></tr><tr><td>Show only records with Appointments</td><td>When showing either the Resource or Participant view, this filter removes any records that don't have any Appointments during the selected time period; the aim here is to clear any unnecessary whitespace from the Planner.</td></tr><tr><td>Show only my Participants</td><td>When using the <code>Resource Participant</code> related list in the <a href="/pages/c0WAebTlZmnp4SOLsKFW">Resource Profile</a>, it is possible to assign certain Participants only to a Resource. This filter allows you to only see the Participants assigned to you (the logged on User/Resource)</td></tr><tr><td>Participants</td><td>This allows you to select a number of specific Participants and only see their Appointments in the Planner.</td></tr><tr><td>Show only my Appointments</td><td>This will automatically only show the Appointments in which the logged on User/Resource is allocated.</td></tr><tr><td>Resources</td><td>This allows you to select a number of specific Resources and only see their Appointments in the Planner.</td></tr><tr><td>Show where Participants and Resources match</td><td>If selecting specific Resources and specific Participants, this filter will show Appointments where both of those are allocated only.</td></tr></tbody></table>

### Planner Views

The Maica Client Care Planner offers 4 views from which you can select, including:

<table><thead><tr><th width="258">Planner View</th><th>Description</th></tr></thead><tbody><tr><td>Resource</td><td>This view shows all available and active Resource on the left-hand side with their associated Appointments on the right-hand side, as shown in <a href="#planner-resource-view">this image</a>.</td></tr><tr><td>Participant</td><td>This view shows all available and active Participants on the left-hand side with their associated Appointments on the right-hand side, as shown in <a href="#planner-participant-view">this image</a>.</td></tr><tr><td>Appointment</td><td>This view is most similar to Outlook or Google where Appointments are shown depending on the selected time period, as shown in <a href="#planner-appointment-view">this image</a>.</td></tr><tr><td>Accommodation</td><td>This view is focused on providing a residential care perspective by showing all your registered Locations on the left and their associated Accomodation records underneath with their associated Appointments on the right-hand side, as shown in <a href="#planner-accommodation-view">this image</a>.</td></tr><tr><td>Asset</td><td>This view is focused on showing all recorded assets (non-human resources) and to which Appointments they are allocated.</td></tr></tbody></table>

<figure><img src="/files/HHG6wPkssMrgO2ShhUqu" alt=""><figcaption><p>View Selection</p></figcaption></figure>

### Planner Resource View

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

### Planner Participant View

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

### Planner Appointment View

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

### Planner Accommodation View

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

### Time Periods&#x20;

The Maica Client Care Planner offers 4 time periods from which you can select, including:

1. Daily
2. Weekly
3. Fortnightly
4. Monthly

<figure><img src="/files/qqMd1DvDZmIE1ICd0Jjq" alt=""><figcaption><p>Time Period Selection</p></figcaption></figure>

{% hint style="info" %}
In addition to the above, we have provided an overview video for your reference [here](https://www.maica.com.au/solution-demo-client-care-planner-overview).
{% 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://kb.maica.com.au/planner-management/the-planner-overview.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.
