# Billable Participant Notes

## What is a Billable Note?&#x20;

A `Billable Participant Note` is a documented interaction provided to a participant that is eligible for billing. For example, a [Resource](/maica-knowledge-base/getting-started/maica-key-concepts/resource.md) of yours may deliver a [Service](/maica-knowledge-base/getting-started/maica-key-concepts/appointment-service.md) over the phone and record and document the call as a Note. As a [Service](/maica-knowledge-base/getting-started/maica-key-concepts/appointment-service.md) was delivered, this may be considered billable under the [Service Agreement](/maica-knowledge-base/getting-started/maica-key-concepts/service-agreement.md).&#x20;

After you create a Billable Participant Note, **Maica** will have created both an [Appointment](/maica-knowledge-base/getting-started/maica-key-concepts/appointment.md) and a Participant Note. The Note will be stored against the Participant and can be viewed in the [Participants Profile](/maica-knowledge-base/appointments/appointment-actions/open-appointment-profile.md), whilst the Appointment will be automatically assigned a `Complete` status and used within Maica for Billing.&#x20;

{% hint style="info" %}
The same logic applies if your Participant Note is not Billable, however, there will be no Invoice Line Item.&#x20;
{% endhint %}

## How do I create a Billable Note?&#x20;

There are multiple ways to create Billable Note(s) within **Maica**, these include:&#x20;

* Directly from the [Planner](/maica-knowledge-base/the-planner/planner-actions/billable-participant-note.md)
* Through the [Maica Quick Actions](/maica-knowledge-base/participants/global-actions/new-billable-participant-note.md)

## What does a Billable Participant Note include?

A new Billable Participant Note includes the completion of multiple stages before it can be confirmed, below is a list of these stages:

1. [Take a Note](/maica-knowledge-base/participants/billable-participant-notes/take-a-note.md)
2. [Custom Fields ](/maica-knowledge-base/participants/billable-participant-notes/custom-fields.md)
3. [Tasks](/maica-knowledge-base/participants/billable-participant-notes/tasks.md)
4. [Files](/maica-knowledge-base/participants/billable-participant-notes/files.md)&#x20;

To dive deeper into each stage, please visit the specific pages for detailed information on every stage.&#x20;


---

# 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/participants/billable-participant-notes.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.
