# Participant Selection

Rostering, to us, is the process by which Maica Client Care allows you to select the most appropriate Resource for any given Appointment. Of course, the word `appropriate` is where all the magic happens and we offer you four different dimensions by which we filter Resources, including:

* **Availability**. This refers to the ability for the Resource to work the Appointment based on `Daily Limit (Hours)`
* **Workload**. This refers to the information around weekly minimums to drive the workload for a given Resource, such as `A Resource should work at least 32 hours per week`.
* **Skills**. This refers to any recorded Skills against a Resource such as \`able to drive car\` or `able to administer medicine`.&#x20;
* **Attributes**. This refers to any attribute on the Resource data object, such as Primary Language or Gender. These can be extended using the standard Salesforce processes.

### Resource Score Analysis Logic

Resources (or Care Workers) are analysed when being allocated to Appointments in the context of selection criteria to ultimately determine an overall Matching Score using the described algorithm.&#x20;

Maica Client Care offers the ability for each organisation to define the Importance Level for each of the above by setting a percentage value, as shown below (this essentially provides organisations with the ability to specify what they care about the most when it comes to ranking Resources):

| Criteria     | Important Percentage |
| ------------ | -------------------- |
| Availability | 20%                  |
| Workload     | 40%                  |
| Skills       | 30%                  |
| Attributes   | 10%                  |
| **Total**    | **100%**             |

<br>


---

# 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/participant-management/participant-selection.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.
