> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/documentation-simax-anglais/functional/management-of-stock-and-logistics/dashboard.md).

# Dashboard

To effectively **manage your stock**, both when r**eceiving supplier items** and when **delivering to customers**, the **dashboard** provides you with all the necessary information and allows you to access the main features of the **Stock module**.

**(Stock > Stock dashboard)**

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

**The dashboard** is **structured into four sections**:

1. **Shortcuts and filters**

This section provides s**hortcut buttons** to stock status, orders to be prepared, etc. You can also **filter information by establishment** or display an **overview** of all your establishments.

2. **Key performance indicators (KPIs)**

**KPIs** show the number of **supplier orders** **to be received** and **customer orders to be prepared**.

The cards are **clickable** and provide direct access to the list of orders concerned.

3. **Most active items**

   This section lists the three (3) items with the most movement.
4. **Stock value**

   A summary of stock values is provided for each of your warehouses.

{% hint style="info" %}
Information about the **most active items** and **stock values** **is automatically updated every night.**
{% endhint %}


---

# 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://doc.simax.fr/documentation-simax-anglais/functional/management-of-stock-and-logistics/dashboard.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.
