> For the complete documentation index, see [llms.txt](https://docs.maitredpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maitredpos.com/maitred/maitred-complete-online-documentation/chap-17-converter/tools/custom-data-tracking.md).

# Custom Data Tracking

### Custom Data Tracking

The custom data tracking allows to setup real-time data tracking to be broadcasted to the Maitre'D Databoard.

![Button - Add](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/MaitreDCommon/Buttons/MDButton-Add.jpg)

Select this button to add a new real-time data tracking.

![Button - Modify](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/MaitreDCommon/Buttons/MDButton-Modify.jpg)

Select this button to modify an existing real-time data tracking.

![Button - Remove](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/MaitreDCommon/Buttons/MDButton-Remove.gif)

Select this button to remove an obsolete real-time data tracking.

![Button - Wizard](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/MaitreDCommon/Buttons/MDButton-Wizard.jpg)

Select this button to add a new real-time data tracking using the Custom Data Tracking Wizard.

**Identification**

**Description**

Enter a description for the data tracking.

**XML Tag Name**

Enter an XML tag that will contain the data tracking. This cannot include spaces or special characters.

**Selection**

**Counter Type**

Select the type of counter you want to track. Available choices, by Price or Quantity, are Promotion, Division, Item and Category.

**Revenue Center**

For Item Counter Types, select the revenue center you want to track.

**Promotion, Division, Item or Category**

Select the Promotion, Division, Item or Category you want to track.

**Summary**

Select the type of tracking you want to use. Available choices are Maximum, Minimum or Summary.

**Data Tracking**

**Real Time**

Enable this option to track Promotions, Divisions or Items.

**End of Day**

Enable this option to track Categories.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.maitredpos.com/maitred/maitred-complete-online-documentation/chap-17-converter/tools/custom-data-tracking.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
