# Delivery Activity

### Definition

A Delivery Activity is the technical output of a delivered service; it essentially represents each delivered service to each [Participant](https://knowledge.maica.com.au/maica-knowledge-base/getting-started/maica-key-concepts/participant). It is very unlikely that the average end user (or [Resource](https://knowledge.maica.com.au/maica-knowledge-base/getting-started/maica-key-concepts/resource)) will need to be concerned with these records, as it is a fairly technical record. The information captured on a Delivery Activity will include the following key information:

* Key Dates
* A reference to the [Appointment](https://knowledge.maica.com.au/maica-knowledge-base/getting-started/maica-key-concepts/appointment) which delivered the service to the [Participant](https://knowledge.maica.com.au/maica-knowledge-base/getting-started/maica-key-concepts/participant)
* A reference to the [Service Agreement](https://knowledge.maica.com.au/maica-knowledge-base/getting-started/maica-key-concepts/service-agreement) Item funding the delivered service for the [Participant](https://knowledge.maica.com.au/maica-knowledge-base/getting-started/maica-key-concepts/participant)
* Billing information to ensure Maica's billing engine can process the delivered service

Let us further explain this via an example:

* If an [Appointment](https://knowledge.maica.com.au/maica-knowledge-base/getting-started/maica-key-concepts/appointment) is scheduled to deliver occupational therapy to 2 [Participants](https://knowledge.maica.com.au/maica-knowledge-base/getting-started/maica-key-concepts/participant), the [Appointment](https://knowledge.maica.com.au/maica-knowledge-base/getting-started/maica-key-concepts/appointment) will have two Delivery Activities, one for each Participant for the service.&#x20;
* Each Delivery Activity will be billed according the [Service Agreement](https://knowledge.maica.com.au/maica-knowledge-base/getting-started/maica-key-concepts/service-agreement) underpinnig the service for each [Participant](https://knowledge.maica.com.au/maica-knowledge-base/getting-started/maica-key-concepts/participant).&#x20;

### Purpose

The purpose of Delivery Activities is to track delivered services and create a billing record that can be processed by Maica's billing engine. This essentially abstracts the [Appointment](https://knowledge.maica.com.au/maica-knowledge-base/getting-started/maica-key-concepts/appointment) from the billing and allows administrators to manage specific billing scenarios as required by any relevant business process.

### Usage

Delivery Activities are a backend process and get generated when scheduling Appointments to deliver services to Participants. The Maica billing engine then reads the Delivery Activities to inititate the appropriate billing logic.

### Final Thoughts

The generation of Delivery Activities is totally controlled by Maica, there is no reason to manually interact interact with these records. You are able to change them in case the billing logic execution produced incorrect results but, outside of this use case, these will just run in the background.


---

# 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/getting-started/maica-key-concepts/delivery-activity.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.
