# Dashboard

<figure><img src="/files/aOcaaWM8mSfAXpGEsENO" alt=""><figcaption><p>The Dashboard is divided into two main sections: <strong>Sales Overview</strong> and <strong>Inventory Insights</strong>.</p></figcaption></figure>

## Sales Overview

At the top of the Dashboard, you’ll find sales information that gives you a clear picture of how your business is performing:

* **Total Sales**: The number of items sold within your selected timeframe.
* **Revenue Generated**: The total income earned from completed sales.
* **Pending Value**: The amount of money currently in transit or being processed.
* **Net Income**: Your final earnings after accounting for fees and expenses.

## Inventory Insights

The Dashboard also provides a detailed view of your current inventory, including its value and profit potential.

* **Inventory Value**: The total market value of your current stock.
* **Forecasted Profit**: A projection of potential profit based on the current best market prices.

And here’s the best part:

* **Grouped Inventory View:** Your inventory is grouped by SKU, so you can easily see which items are performing well and which ones have the most potential right now.

{% hint style="danger" %}
**What Does an “Error” Status Mean?**\
\
If a group shows as **Error**, it means we currently don’t have price data for that item. However, this is rare, as our database is regularly updated.\\

**What to do in this situation**:

* Check the **Price Comparator** to look up the price manually, the price will be added to our database on the next internal update loop, and the error will resolve automatically.
  {% endhint %}

## Price data and scraping

* Refresh prices: Click the refresh button to force-update price data across your inventory.
* Missing price counters: The header shows three counters:
  * Errors: number of SKUs currently missing price data.
  * Loaded: number of SKUs with price data.
  * Remaining: pending items when an on-demand scrape is running.
* Scrape missing prices: Use the cloud button to fetch prices for SKUs that are missing data. Progress updates the counters in real time.

## Inventory change indicators

Next to Inventory Value and Forecasted Profit you’ll see color-coded trend indicators:

* Increase: green arrow and delta amount.
* Decrease: red arrow and delta amount. These reflect the change since the last refresh.


---

# 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.restock.gg/features/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.
