# How can I add tags to cases?

## Setup

To use case tags, you must first create some within your organization's settings area. To do this, follow the instructions [here.](https://help.hummingbird.co/features/tag-management)

## Usage

### On the Canvas

Tags can be added to cases by clicking the button within the case header. The tags defined within the organization's settings are available for selection or deselection.

<figure><img src="/files/fQUnMLONLoxPwgoWG2Sf" alt=""><figcaption></figcaption></figure>

### On the Dashboard

* Enable the Case Tags column to view tags\
  ![](/files/3Jjb0jFNpk3xzrrfFikc)
* Type a tag name in the search bar to see all reviews in cases carrying that tag<br>

  <figure><img src="/files/V1PsNzPlbIYqj6ZzzPOc" alt=""><figcaption></figcaption></figure>
* Use in filters to return reviews in cases carrying that tag<br>

  <figure><img src="/files/F7Dqeul5oiRQLF3JBvHR" alt=""><figcaption></figcaption></figure>

### Using the API

Case tags can be added, removed, and retrieved beginning with the `v2024-09-04` version of the API. Usage documentation is [here.](https://docs.hummingbird.co/reference/cases_tag_get)&#x20;


---

# 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://help.hummingbird.co/case-management/how-can-i-add-tags-to-cases.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.
