> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trio.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Content and Structure

All the notifications sent by Trio uses the following structure:

* `ref_id` is the identification from the reference
* `category` specifies which category the event belongs
* `type` specifies what type of event from the category

```text theme={null}
{
  "ref_id": "",
  "category": "",
  "type": "",
  "timestamp": "",
  "data": {}
}
```
