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

# Overview

> Tracking Categories are used to classify and track financial data across different segments or dimensions within the business entity.

* Tracking categories allow businesses to track financial transactions or expenses separately.
* They help businesses gain greater visibility into their financial performance and make better-informed decisions.
* Linking tracking categories groups related categories together and enables businesses to view them in a consolidated report.

### Properties Supported

| Property      | Type    | Description                                                                |
| ------------- | ------- | -------------------------------------------------------------------------- |
| platform\_id  | string  | The Platform's ID for the tracking category                                |
| name          | string  | The name of the tracking category                                          |
| status        | string  | indicates the current state of the tracking category.                      |
| parent\_id    | string  | The platform ID of the parent tracking category                            |
| has\_children | boolean | Boolean that indicates if it is a parent and has child tracking categories |

<ResponseExample name="The Tracking Categories Object">
  ```json The Tracking Categories Response Object theme={null}
  {
    "platform_id": "3770712000000000333_3770712000001125025",
    "name": "RootFi Ledger",
    "status": "Active",
    "parent_id": "3770712000000000333",
    "has_children": false,
    "updated_at": "2020-07-07T10:00:00.000Z"
  }
  ```
</ResponseExample>
