> 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-wizard.md).

# Custom Data Tracking Wizard

#### Custom Data Tracking

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

Select this Wizard button to add a new real-time data tracking using the Custom Data Tracking Wizard. The wizard simplifies the setup of real-time counters broadcasted to the Maitre'D Databoard, and thus reduces the programming time of Custom Data Tracking. It has the ability to add multiple counters in the same operation and allows selection and modification of previously entered XML tags.

**Counter Type**

Enable the type of counter you want to track. Available choices are Promotion, Division, Item and Category.

{% hint style="info" %}
NOTE: Maitre'D can send Promotions, Divisions or Items in Real Time and at the End Of Day. It can only send Categories at the End Of Day.
{% endhint %}

**Summary**

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

**Function**

Available choices are by Price or Quantity.

**Revenue Center**

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

**Description**

Enter a description for the data tracking.

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

Optionally, select this button to edit the XML Tag Name.

**Identification**

**Description**

Description for the data tracking.

**XML Tag Name**

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

**Selection**

**Counter Type**

Type of counter. Available choices are PromotionPrice, PromotionQuantity, DivisionPrice, DivisionQuantity, ItemPrice, ItemQuantity, CategoryPrice and CategoryQuantity.

**Summary**

Type of tracking. Available choices are Average, Maximum, Minimum or Summary.

**Revenue Center**

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

**Promotion, Division, Item or Category**

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


---

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