# Case Browser

The Case Browser tool enables users to search and view cases in the organization.

{% hint style="info" %}
Using the Case Browser tool requires the **Agent,** **Power Agent,** or **Case Manager** roles.

Case Managers can access all cases organization-wide, while agents and power agents are limited to cases in units for which they have permission.
{% endhint %}

## Searching Cases

The case browser tool consists of 3 panes:

* **Search Criteria**: Contains filters used to filter the cases
* **Search Results**: Lists cases matching the search criteria.
* **Case Details**: Shows the details of the selected case from the search results.

<figure><img src="/files/JR4QzhNteYj9dfEkFFfX" alt=""><figcaption><p>Case Browser</p></figcaption></figure>

### Search Criteria

* **Date Range:** The case browser lists cases with **reference dates** in the specified date range. For walk-in cases, the reference date is the date the case was created. For appointments, it is the appointment date.
* **Unit:** Select one or more units. The search is based on the unit of the **current inbox** where the case is located.\
  Note that **Agents** and **Power Agents** can only choose units where they were granted explicit access permission. **Case Managers** can search cases in any unit.
* **Service Category:** Filters the results based on the case's service category. Select one or more service categories. Clear the filter to include cases in any category.
* **Status**: Filters the results based on the current case status. Choose one or more statuses. Clear the filter to include cases in any status.
* **Tags:** Filter the results to include cases with one or more selected tags.&#x20;
* **Entry Mode:** Filter the results to show Walk-ins/ Appointments.
* **Customer**: Filter the results to include cases linked to a selected customer.

## Viewing Case Data

When you change any search criteria, the Search Results pane updates automatically to list matching case records.

Click on a case to view its data in the Details pane.

## Customizing Search Criteria

Users can choose and organize the relevant search criteria for their workflow.

* Click the **Select Search Criteria** button (<img src="/files/mi79xfiw5idHU1psapUs" alt="" data-size="line">) to open the Search Criteria dialog:

<div align="left"><figure><img src="/files/YPhmSL2cWMqIS8ymQOUU" alt="" width="375"><figcaption><p>Seach Criteria dialog</p></figcaption></figure></div>

* Use the switches to select the search criteria to use.
* Drag the items to control the order of the search criteria.

Note that you cannot remove the Date Range criterion.


---

# 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.cubu.com/guides/user-tools/case-browser.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.
