# Dashboard

The Dashboard is the first screen you will see as soon as you go on the app. It will show every task that’s running behind the scenes. Here are the definitions of each section:

* **Orders posted:** Total # of orders that have successfully synced to ERP since DotApparel was first turned on
* **All tasks:** Shows all tasks (uploads to Shopify and downloads from ERP). This is displayed in one sequential list
* **Failed:** Shows anything that has unsuccessfully synced to/from Shopify and ERP. The failed tasks may already be resolved so this view is simply here for historical reference
* **Timeout:** Shows any task that hasn’t been captured in the daily bulk sync. This usually happens because the server closed the connection before returning any response due to network or server issues, and it may be from either Google Cloud or ERP. Usually, nothing will appear here but if there are a few line items, it will sync throughout the day via a queueing system.

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

## View more details about the task

You can click on a task to open a window. It'll show you the status of the task as it runs and you can see from the log messages what the task is currently doing.

<figure><img src="/files/MPwOCQDJUn6fObbPcyjR" 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://docs.dotapparel.com.au/core/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.
