# Dashboard

The dashboard is divided into three sections: Products, Completeness, and Statuses (with language switch). Its purpose is to deliver basic overview about your products.&#x20;

## **Products**

This section provides an overview of your product inventory, detailing the quantities of simple, grouped, and variant products.

<figure><img src="/files/Yog8V5PIOlhJ3hk77dSu" alt=""><figcaption></figcaption></figure>

## **Completeness**

Completeness shows % of products fulfilled at 100% (number of products fulfilled at 100% divided by the total number of all products in the system, divided by language).

<figure><img src="/files/JNlCTPjT4A9sXSncjUCJ" alt=""><figcaption></figcaption></figure>

## **Statuses**

Statuses will inform you about the number of products in all available workflow statuses, categorized by language as well.

<figure><img src="/files/x5argfW9kyQ1FUboVjBk" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://usermanual.ergonode.com/dashboard/dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
