> For the complete documentation index, see [llms.txt](https://docs.fieldcommgroup.org/dd-stat-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldcommgroup.org/dd-stat-documentation/documentation/suggested-usage-of-dd-stat.md).

# Suggested Usage of DD-STAT

Begin your submission process by opening a new folder in Windows and running the init command in it. This will create initial files and a folder structure for you to populate.&#x20;

Copy your DD source files, HART Test System log files folders and documents into the submission folder structure as required by the FCG registration kit.&#x20;

Edit the ConfigurationFiles\DeviceOptions.xml file and place appropriate values for your device there. Replace every occurrence of *unknown* with a valid value.

Rename the test report to include your device’s identification in the file name. Example:&#x20;

```
TR10208-F9F4 0101{2.0.12}_HART-EDD-Test-Report
```

Open the submission folder in VSCode and run the **ddstat audit** function. It will diagnose the issues that it finds. Repair them, then repeat this process until you have no errors from the audit function.&#x20;

Execute the **ddstat run** function and study the output in the detail.log file and the console output from the tokenizer runs. Tokenizer runs with no errors output are a requirement for registration, so you will want to ensure that you have repaired all these before you submit for registration.&#x20;

Click the **Summary** button to see an overview of the status of each of the TFPs for your DD registration campaign.&#x20;

Click the **Detail** button to review the circumstances around any failures.&#x20;

Click the **Report** button to see a draft report. After you submit, a FieldComm Group test engineer will produce the same report and add additional commentary to note any additional effort required before registration can proceed.&#x20;

Click the **Submit** button and follow the instructions provided to move your DD registration project to FieldComm Group. &#x20;


---

# 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.fieldcommgroup.org/dd-stat-documentation/documentation/suggested-usage-of-dd-stat.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.
