# Dashboard

Dashboard is a comprehensive tool within the Frends Control Panel designed to provide users with a clear and concise overview of their system activities. It includes key metrics such as performance statistics and integration execution logs. The Dashboard offers customizable widgets that allow users to tailor the view according to their specific monitoring needs. Users can adjust settings to highlight critical alerts, track error occurrences, and monitor execution counts, thus enabling proactive management and swift response to any issues that may arise.

<figure><img src="/files/DKtmo1HVJxenwXHqIcff" alt=""><figcaption><p>Frends Dashboard shows you a collection of widgets that provide data about Process executions.</p></figcaption></figure>

## Dashboard widgets

At the core of Dashboard are the customizable widgets that allow you to organise and filter the view as needed.

At the simplest level, counters for successful and failed Process executions are provided, which you can filter according to Environment and tags added to Processes. These are useful for showing the current count from the chosen time period, and how it has changed from the earlier time.

To give more tracking on the trend of execution counts, Process execution graph can be used to visualize the trend of Process execution counts over a period of time. It can used for both longer time periods, spanning multiple days, as well down to one day, showing the changes in execution counts within the day by the hour.

Common need and use case for monitoring is for errors. The errors widget provides you with a simple list of Processes that have had errors in the executions lately. It too can be filtered by Environment and Process tags, allowing you to focus on the specific set of Processes that make up your solution.&#x20;

## How to access Dashboard

You can find the Dashboard from Frends Control Panel, from the menu under your profile name.

To learn more about Dashboard, you can check out our guide at [How to use Dashboard](/guides/integration-management/how-to-use-dashboard.md).


---

# 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.frends.com/management-and-operations/dashboard-and-monitoring/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.
