> ## Documentation Index
> Fetch the complete documentation index at: https://docs.twenty.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboards

> Track performance and visualize your CRM data with custom dashboards.

export const VimeoEmbed = ({videoId, title = 'Video'}) => <div style={{
  padding: '69.01% 0 0 0',
  position: 'relative',
  margin: '32px 0px',
  borderRadius: '16px',
  overflow: 'hidden',
  border: '2px solid black'
}}>
    <iframe src={`https://player.vimeo.com/video/${videoId}?autoplay=1&loop=1&autopause=0&background=1&app_id=58479`} frameBorder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  transform: 'scale(1.1)'
}} title={title} />
  </div>;

Dashboards give you real-time visibility into your business metrics — pipeline health, team performance, revenue trends, and anything else you want to track.

<VimeoEmbed videoId="1185511768" title="Dashboard" />

## Widgets

Each dashboard is made up of widgets. A widget is a single chart or metric tied to your CRM data. You can configure:

* **Chart type** — Bar, line, pie, number, and more
* **Data source** — Any object in your data model (standard or custom)
* **Filters** — Narrow down to specific records, date ranges, or segments
* **Aggregation** — Count, sum, average, min, max on any numeric field
* **Grouping** — Break down by select fields, dates, or relations

## What you can track

* Pipeline value by stage
* Deals closed over time
* Average deal size by source
* Task completion rates
* Custom metrics on any object

## Sharing

Dashboards are workspace-level — everyone on your team can see them. Arrange widgets in a grid layout and resize them to build the view that works for your team.

<Card title="Full Dashboards guide" icon="arrow-right" href="/user-guide/dashboards/overview">
  Detailed reference on creating dashboards, configuring widgets, and chart settings.
</Card>
