> For the complete documentation index, see [llms.txt](https://docs.balkan.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.balkan.id/user-access-reviews/access-review-management/tracking-campaigns-and-performing-access-reviews/reviewer-experience.md).

# Reviewer Experience

## My Tasks

The My Tasks page is the home for everything assigned to you. Think of it as a reviewer's dashboard, where you can see your workload, reviews you completed earlier today, active campaigns with reviews assigned to you, and your progress across all task types.

<figure><img src="https://2975852473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbVGYwk8aSk5yI1GDPEW9%2Fuploads%2FsuJa5xd2oi89iTtwGMgS%2Fimage.png?alt=media&amp;token=a3354c0b-b908-4494-88ec-35688c09c063" alt=""><figcaption></figcaption></figure>

The page includes task cards for **Access Reviews, Comments, Campaigns, and Findings**. Selecting a card takes you directly to the corresponding workspace for that task. Access review and findings cards open the relevant reviews, while comment cards open the **Access Review Discussions** page.

Campaign cards open the **Campaign Reviewer Progress Dashboard**, which provides an **Overview**, **Priority Inbox**, and **Reviews** tab for managing your campaign review tasks.

### Campaign Reviewer Progress Dashboard

The **Campaign Reviewer Progress Dashboard** provides a centralized view of your progress within a campaign. It is organized into three tabs: **Overview**, **Priority Inbox**, and **Reviews**.

#### Overview

The **Overview** tab provides a summary of the campaign's review progress and highlights areas that may require your attention. It includes review status, identity status, key insights, top buckets with remaining work, and other metrics that help you understand the current state of the campaign.

Interactive charts and insights can be used to quickly drill down into specific areas. **Clicking a chart segment, insight, or other clickable item opens the Reviews tab with the corresponding filter applied**, allowing you to view and action the reviews represented by that item.

<figure><img src="https://2975852473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbVGYwk8aSk5yI1GDPEW9%2Fuploads%2FS4YX2pJ9d9Gek0Nynzyv%2Fimage.png?alt=media&amp;token=61834b91-a69e-46e9-bb63-191e9df202b6" alt=""><figcaption></figcaption></figure>

#### Priority Inbox

Priority Inbox shows a view where those same reviews are grouped (bucketed) by criteria of your choice, helping you triage, prioritize and act on them more efficiently.

Clicking a bucket takes you to the Reviews tab with the corresponding filter applied, so you can immediately review and action the items in that bucket.

<figure><img src="https://2975852473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbVGYwk8aSk5yI1GDPEW9%2Fuploads%2FHPGgkyDN35pCKquKeaNI%2Fimage.png?alt=media&amp;token=3c3b5071-7734-4e59-88c0-decd044a6f3c" alt=""><figcaption></figcaption></figure>

#### Reviews

The **Reviews** tab provides a table containing all reviews assigned to you for the campaign. From here, you can review the access details and take the appropriate action on each review.

From the **Overview** and **Priority Inbox**, you can drill down into charts, insights, or priority items. Clicking a drill-down takes you to the **Reviews** tab, where you can view and action the reviews associated with your selection.

<br>


---

# 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.balkan.id/user-access-reviews/access-review-management/tracking-campaigns-and-performing-access-reviews/reviewer-experience.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.
