# Events

NDIS Team always extends the list of the supported events that allows Maica to handle more scenarios and keep data in sync.

Here is the list of the events that supported at the moment

<table data-header-hidden><thead><tr><th width="368">Event</th><th>Description</th><th>Maica Behaviour</th></tr></thead><tbody><tr><td><code>Plan End Date Updated</code></td><td>Notification will be triggered when the plan end date of a participant's current active plan is updated.</td><td>Maica tries to find the Plan and update the End Date.</td></tr><tr><td><code>Provider Price Guide Report</code></td><td>Notification - which will enable the Digital Partners to retrieve the most current pricing information for all valid support items at any given time.</td><td>Maica syncs the actual prices from NDIS.</td></tr><tr><td><code>Remittance Advice Generated</code></td><td>Notification will be triggered overnight and the JSON payload available in your chosen webhook, when the remittance advice is ready, for payment claims that have been processed and paid, the day before.</td><td>Maica performs the Remittance process that updates the Payment Records claimed via API.</td></tr><tr><td><code>Service Booking Budget Updated</code></td><td>Notification will be triggered when the quantity and/or allocated amount of one or more supports within a service booking is updated.</td><td>Maica syncs the Service Booking and Booking Items.</td></tr><tr><td><code>Delete Service Booking Provider</code></td><td>Notification will be triggered when a service booking is deleted.</td><td>Maica updates the Service Booking status to <code>Deleted</code>.</td></tr><tr><td><code>Service Booking End Date Updated</code></td><td>Notification will be triggered when the end date of a service booking is updated.</td><td>Maica syncs the Service Booking.</td></tr><tr><td><code>Service Booking Expiry</code></td><td>Notification will be triggered for a service booking one day prior to its end date.</td><td>Maica syncs the Service Booking.</td></tr><tr><td><code>New Service Booking Provider</code></td><td>Notification will be triggered when a new service booking is created.</td><td>Maica creates the Service Booking and Booking Items.</td></tr></tbody></table>


---

# 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/ndis-notifications/events.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.
