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

# Custom Dashboards

> Create focused views for your specific use cases

Custom Dashboards let you save filter configurations as reusable views. Open a dashboard, and it instantly applies your saved filters to the Cost Explorer.

## How It Works

Each dashboard stores a filter configuration:

* **Date range**: Relative presets like "last 30 days" or "this month"
* **Models**: Specific models to include (GPT-4o, Claude 3.5, etc.)
* **Metadata filters**: Environment, feature, or any custom metadata

Click a dashboard, and these filters are applied automatically.

## Recommended Dashboards

Every organization starts with pre-built dashboards:

<CardGroup cols={2}>
  <Card title="Production Monitoring" icon="server">
    Tracks production environment costs. For ops teams watching live systems.
  </Card>

  <Card title="This Month's OpenAI Spend" icon="chart-line">
    Current month's GPT-4o, GPT-4o-mini, and GPT-4-turbo costs.
  </Card>

  <Card title="Development Analytics" icon="code">
    Dev and staging environment costs. Keep test spending in check.
  </Card>

  <Card title="Feature Specific Costs" icon="lightbulb">
    Costs broken down by feature tag. For product managers.
  </Card>

  <Card title="Last 90 Days Gemini Spend" icon="chart-bar">
    Long-term Gemini model trends. Useful for migration planning.
  </Card>
</CardGroup>

These are starting points. You can star them to keep them at the top of your list.

## Creating a Dashboard

1. Go to **Dashboards**
2. Click **Create Dashboard**
3. Set your filters:
   * Choose a relative date range (optional)
   * Select specific models (optional)
   * Add metadata filters (optional)
4. Give it a name and description
5. Click **Save**

Your dashboard appears in the list immediately.

## Starring Dashboards

Star dashboards to prioritize them. Starred dashboards appear at the top of your list.

Click the star icon on any dashboard to toggle it. Stars are personal, so each team member can prioritize their own favorites.

## Filters You Can Save

| Filter            | Example                                   |
| ----------------- | ----------------------------------------- |
| **Relative Date** | Last 7 days, this month, last 90 days     |
| **Models**        | GPT-4o, Claude 3.5 Sonnet, Gemini 1.5 Pro |
| **Metadata**      | environment = production, feature = chat  |

Metadata filters support operators:

* **equals**: Exact match
* **not equals**: Exclude matches

<Tip>
  Combine filters for precise views. "Production GPT-4o costs this month" is three filters.
</Tip>

## Organization Sharing

All dashboards are visible to everyone in your organization. When you create a dashboard, your teammates can use it too.

Recommended dashboards cannot be edited or deleted. They're always available as baseline views.

## Saved Views

For even quicker filter switching, check out [Saved Views](/guides/custom-dashboards#saved-views). They capture your current Cost Explorer state and let you restore it with one click.

## Related

* [Dashboard](/product-overview/dashboard): The default overview
* [Cost Explorer](/product-overview/cost-explorer/breakdown): Detailed analysis
* [Creating Custom Dashboards](/guides/custom-dashboards): Step-by-step guide
