> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/get-started/getting-started/explore-the-project-dashboard.md).

# Explore the project dashboard

When you open a project you will see the dashboard. The dashboard is an overview of everything that happens in that specific project. In this dashboard, you will see the total number of imported items, the total number of channels, and when this project was last updated. If the project is inactive, the project is not automatically updated every day, so it may be more than 24 hours ago. By default, you will also see an overview of your feed quality scores for your feeds.

<figure><img src="/files/339c0370ce4144f53f22ca8c5d7874e5b09aafdc" alt=""><figcaption></figcaption></figure>

When you start using our Order sync, Repricer or Analytics functionalities new dashboards will automatically be added to this overview.

### Explanation of the different parts of the dashboard

#### Total number of items

This shows how many products have been imported into this specific project. Would you like a detailed overview of the number of items per channel, or would you like to view another period?&#x20;

Click on "Detailed view" or on the "Total number of items" box.

When you click "Detailed view" or the "Total number of items" box, you can change the display of the graph. For example, you can exclude channels from the graph by clicking the channel in the graph.

You can also change the period that the graph shows. Adjust the displayed period by clicking the dates in the upper left corner.&#x20;

Choose from several standard options like "seven days", or pick a custom period using the manual date selection. To save this overview, download the item data as CSV by clicking "Download as CSV" in the lower right corner.

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

#### Total number of channels

The total number of channels shows how many channels the products will be exported to. Detailed information about how many products are exported per channel can also be found in the detailed items overview.

#### Last update

The last update shows when the whole project was last updated by the automatic updates that you set in the schedule settings. More information about the [schedule settings](/get-started/getting-started/create-a-new-project/edit-your-project-schedule-settings.md) can be found here. If the project is inactive, the project is not automatically updated every day, so it may be more than 24 hours ago.

{% hint style="info" %}
Note: This only applies when an automatic update produced changes to the project, which might not happen on every run. A change will be shown when the number of imported products has changed, for example.
{% 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://helpcenter.channable.com/get-started/getting-started/explore-the-project-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.
