> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/documents/store-operations/inventory/cycle-count/run-diagnostics.md).

# Run Diagnostics

To ensure that the Cycle Count App is properly configured and ready for use, HotWax Commerce provides a Run Diagnostics feature. This feature helps users verify that the device, app services, and required configurations are functioning correctly. Running diagnostics in advance reduces the risk of interruptions and errors during counting activities.

The diagnostics can be run from within the Cycle Count App by following these steps:

1. Navigate to the `Settings` page in the Cycle Count App.
2. Locate the `Diagnostics` card and click on the `Run Diagnostics` button to start the validation process.

{% hint style="info" %}
As the diagnostics run, each check will initially appear in a testing state. The checks are executed sequentially, and each one turns green upon successful completion, indicating that the validation has passed. Once all diagnostics turn green, the system is ready for cycle count operations. If any diagnostic does not pass, users should resolve the identified issue before proceeding with cycle count activities to ensure accurate and uninterrupted operations.
{% endhint %}

{% embed url="<https://youtu.be/v8mWo5HjCGQ>" %}
Video: Run Diagnostics
{% endembed %}


---

# 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.hotwax.co/documents/store-operations/inventory/cycle-count/run-diagnostics.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.
