> For the complete documentation index, see [llms.txt](https://help.hummingbird.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hummingbird.co/case-management/how-can-i-see-all-profiles-associated-with-my-cases.md).

# How can I see all Profiles associated with my cases?

The Profile Dashboard is the home for all People, Businesses, Financial Institutions, and Products received by Hummingbird for your Organization.&#x20;

<figure><img src="/files/Fqtvw0gB3b6j33o4MNq7" alt=""><figcaption><p>The Profile Dashboard</p></figcaption></figure>

## How do I filter the results?

This view has much in common with the Case Dashboard, in that you're able to apply multiple levels of filters and sort columns. To learn how to filter most Hummingbird tables, please refer to the [Enhanced Dashboard Filters](https://help.hummingbird.co/features/enhanced-dashboard-filtering) help article.&#x20;

**NOTE:** We don't currently support sorting or filtering on case counts. This functionality will be shipped at a later date.

## **How do I view Profile details?**

Just click on a row to drill down on the Profile, Accounts & Devices, and related Cases.

<figure><img src="/files/sdYykxJEI0QwfM6gBkWN" alt=""><figcaption><p>Drilling into Profile detail</p></figcaption></figure>

## What does each column represent?

* **Profile:** The name of the Person, Business, Financial Institution, or Product.
* **Type:** Profile type -  Person, Business, Financial Institution, or Product.
* **Device:** Count of mobile devices or computers.
* **Accounts:** Count of Crypto Addresses, Bank Accounts, or Cards.
* **Cases:** Count of Cases containing the Profile.
* **Alerts:** Count of Alerts containing the Profile.
* **Updated:** The last date & time data changed withing the Profile.
* **Created:** The date the Profile record was first received by Hummingbird.
* **Tags:** Display of any Tags associated with the Profile. &#x20;


---

# 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://help.hummingbird.co/case-management/how-can-i-see-all-profiles-associated-with-my-cases.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.
