> 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/features/case-pinning.md).

# Case Pinning

### What is Case Pinning?&#x20;

Hummingbird’s pinning functionality enables Analysts to further customize how they consume investigation details and complete review tasks by allowing them to choose what information is “pinned” in the right panel.&#x20;

#### What is the benefit of Case Pinning?&#x20;

Previously, the investigation canvas could only show Reviews in the right panel. However, analysts may want to see subject data side-by-side, view a review full screen, or even view two reviews side-by-side.

This creates efficienty when:&#x20;

* Referencing UARs
* Triage
* RFI details while completing AML workflows
* Viewing case level investigation details while completing a narrative

Case Pinning allows an analyst to look at what they need, how they need.

### How to use Case Pinning?

When launching from the Review Dashboard, the selected review will automatically be **pinned** to the right panel.&#x20;

![](/files/Cw5FWKqIdu8mbTUuOZjR)

Any case data (review, transactions, subject, etc) will automatically open in a new tab on the left.

* Pinning the tab moves it to the right panel, replacing what is there
* Unpinning the right panel provides moves it to the left as a tab, showing you a full width view
* Removing a pin provides a full page view of any tab within your investigative canvas

![](/files/TbpCaqo3YhmkzobZ463e)

### Have questions?

Use the chat to speak with our Support team or email <support@hummingbird.co>


---

# 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/features/case-pinning.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.
