# Running a search on the dashboard

## 📖 Definition

On the dashboard, you may need to run a search by project or use case. You can do so by using the search bar and associated filter at the top of the page.

## ⚙️ Configuration

From the filter dropdown list, you can choose between 3 types of searches:

* [By project](#h_01G0MD4JRRHEGE6N1X1Q15MRRC)
* [By use case](#h_01G0MD5CZMD3QWSBHSAT922663)
* [By flag](#h_01G0MD5KPN4VZP1B49NW1E0C5K)

### By project <a href="#h_01g0md4jrrhege6n1x1q15mrrc" id="h_01g0md4jrrhege6n1x1q15mrrc"></a>

If you are looking for a specific project, you can enter the **name** of your project and select “By project” from the dropdown list.\
You will get the list of all projects matching the name you have entered.

[![image3.png](https://flagship.zendesk.com/hc/article_attachments/4687108049436/image3.png)](#h_01G0MD4JRRHEGE6N1X1Q15MRRC)

### By use case <a href="#h_01g0md5czmd3qwsbhsat922663" id="h_01g0md5czmd3qwsbhsat922663"></a>

If you are looking for a specific use case, you can enter the **name**, **ID** or **Slug** of your use case and select “By use case” from the dropdown list.\
You will get the list of all use cases matching the name, ID or Slug you have entered.\
You can also search for a **variationGroupId** or **variationId** specific to a use case.

[![image1.png](https://flagship.zendesk.com/hc/article_attachments/4687087803548/image1.png)](#h_01G0MD4JRRHEGE6N1X1Q15MRRC)

| <p>⭐ Good to know</p><p>The <strong>variationGroupId</strong> and <strong>variationId</strong> are values returned by the DecisionAPI.</p> |
| ------------------------------------------------------------------------------------------------------------------------------------------ |

When filtering by use case, a second dropdown appears to refine your search.\
You can select the **status** of your use case (Active/Paused) and/or its **type** (AB Test, Perso, Deployment, Feature Toggle).\
You will get the list of all use cases matching the combination of these filters.

![image4.png](/files/1H9mhvOQ7MN40y0KvQd3)

### By flag <a href="#h_01g0md5kpn4vzp1b49nw1e0c5k" id="h_01g0md5kpn4vzp1b49nw1e0c5k"></a>

If you are looking for a specific flag and want to know in which use cases it is used, you can enter the **flagName** and select “By flags” from the dropdown list.\
You will get the list of all use cases containing this flag in their configuration.

![image2.png](/files/zcUAtSFuhmcs7FG7v8Mk)

## ⚙️ Use case

Here are two use cases where the search function can be useful:

* You are working with several teams and each has its own projects within the same Flagship account. You’d like to see the projects your team is working on exclusively. You can use the search bar to enter the name of your project.
* You want to release a feature to your users and you don’t remember which project the use case is located in. To avoid searching each project, you can select the “*By use case*” filter from the first dropdown list and by “*Feature toggle*” from the second one and enter the name of your use case in the search bar. It will open the project with the use case that matches the name you entered.

**Need additional information?**

Submit your request at <product.feedback@abtasty.com>

Always happy to help!


---

# 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.abtasty.com/flagship-deprecated/navigating-the-interface/running-a-search-on-the-dashboard.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.
