# Overview

This is quite technical topic. In short this feature allows Maica to get real-time notifications about the events that happened on NDIS side.&#x20;

As per the NDIS reference:

> Digital Partners can receive notifications for events they have subscribed to, by leveraging Webhooks.
>
> Webhook (also called a web callback or HTTP push API), is a lightweight API that powers one-way data sharing triggered by events. Unlike typical API's where you would need to poll for data in order to get updates in real-time, a webhook delivers data to your application as the event happens, meaning you get the data immediately.

Maica allows to subscribe to NDIS Events and when something happens on NDIS side it triggers the webhook so Maica can perform an action like data sync.

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


---

# 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/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.
