> For the complete documentation index, see [llms.txt](https://docs.veza.com/4yItIzMvkpAvMVFAamTf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.veza.com/4yItIzMvkpAvMVFAamTf/features/insights/dashboards/my-focus.md).

# My Focus

My Focus is a personal dashboard that surfaces the queries most relevant to you, and helps quickly return to the insights that matter the most.

It combines two sections: **Pinned Queries** that you curate manually, and **Recently Viewed** queries that are tracked automatically.

Unlike shared or team dashboards, My Focus is private to each user and requires no setup.

## Accessing My Focus

Open **Dashboards** from the navigation sidebar and select **My Focus** from the submenu.

My Focus is available to all users with dashboard view permissions.

{% hint style="info" %}
My Focus does not appear in the Dashboard Library. Use the dedicated **My Focus** link in the sidebar to access it.
{% endhint %}

![The My Focus dashboard showing Pinned and Recent sections.](/files/MUwNcoVvwkqH5gxIe5HM)

## Pinned Queries

The **Pinned** section displays queries you've chosen to keep on your personal dashboard. You can pin up to 10 queries at a time.

Each pinned query appears as a dashboard tile showing the same information as tiles on standard dashboards: risk level, current result count, trend direction indicator, and change over the selected time period as an absolute delta.

### Pinning a Query

You can pin a query from any of the following locations:

* **Query Details page**: Open any saved query, click the action menu (⋮), and select **Pin to My Focus Dashboard**.

![Pin to My Focus Dashboard from the Query Details page.](/files/XQD9ZKuYPtsx5L4XIyd6)

* **Dashboard tile menu**: On any dashboard, click the three-dot menu (⋮) on a tile and select **Pin to My Focus Dashboard**.

![Pin to My Focus Dashboard from a dashboard tile menu.](/files/CDI4oSSLTxPQPBRd1Vfq)

### Unpinning a Query

To remove a query from your Pinned section, use the same action menus described above. The option changes to **Unpin from My Focus Dashboard** for queries that are already pinned.

You can also unpin queries directly from the My Focus dashboard using the tile action menu.

![Tile actions on the My Focus dashboard, including Unpin from My Focus Dashboard.](/files/oLDvXg30BX0QNCTivtIZ)

### Pin Limit

Each user can pin a maximum of 10 queries. If you've reached the limit, you'll need to unpin an existing query before pinning a new one.

## Recently Viewed Queries

The **Recently Viewed** section automatically tracks the queries you've opened. When you navigate to a query's details page, Veza records the visit and displays the query in this section.

Recently Viewed shows up to 10 of your most recently accessed queries, ordered by the time of your last visit. This section updates automatically with no manual action required.

{% hint style="info" %}
Repeat visits to the same query within a short window are not counted as separate views.
{% endhint %}

## Dashboard Features

My Focus supports the same tile features and viewing options as standard dashboards:

* **Tile and list views**: Toggle between visual cards and tabular format using the view toggle in the dashboard header. Your preference persists across sessions.
* **Time range controls**: Analyze trends across different periods, from the past hour to the past year.
* **Filters**: Focus on specific integration types or risk levels, and hide tiles with zero results.
* **Export**: Download your My Focus dashboard as a PDF using the export button in the header.

Each tile supports the same quick actions available on standard dashboards:

* **Copy Query link**: Share the query with team members
* **Create Alert on Change**: Configure notifications
* **Create Rule**: Set thresholds and notifications
* **Launch Access Review**: Initiate a review for query results
* **Open in Graph Builder**: Visualize relationships in Access Graph
* **Manage Risk Details**: View and edit risk level and remediation guidance
* **Sync with Latest Data**: Refresh the tile with current data

## Differences from Standard Dashboards

|                       | My Focus                | Standard Dashboard                                                                              |
| --------------------- | ----------------------- | ----------------------------------------------------------------------------------------------- |
| **Content**           | Auto-populated + pinned | Manually curated                                                                                |
| **Editing**           | Pin and unpin only      | Full edit (add/remove queries, sections)                                                        |
| **Visibility**        | Private (per-user)      | Public or private                                                                               |
| **Sharing**           | Not shareable           | [Shareable](/4yItIzMvkpAvMVFAamTf/features/insights/dashboards/dashboard-sharing.md) with teams |
| **Dashboard Library** | Not listed              | Listed and searchable                                                                           |
| **Recently Viewed**   | Auto-updated section    | Not available                                                                                   |


---

# 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://docs.veza.com/4yItIzMvkpAvMVFAamTf/features/insights/dashboards/my-focus.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.
