# Filtering in dashboard lists

Filtering helps you quickly find relevant items in your **Journey Map, Portfolio, Metric and Persona lists**. You can filter by multiple criteria, such as creator, tags, or last updated date, to refine your search.

### **How Filtering Works**

* Different filter criteria (e.g., creator, tags, status) always combine with AND.
* Within the same filter criterion (e.g., multiple tags), you can choose between AND and OR operators.

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

#### **Example: Filtering by tags**

Let’s say you want to filter journey maps by the tags **“current-state”** and **“Level 0”**:

* **Using OR** – Shows maps that have **either** "current-state" **or** "Level 0."
* **Using AND** – Shows only maps that have **both** "current-state" **and** "Level 0."

{% hint style="info" %}
💡 **Tip:** Active filters can be saved as views, either just for yourself, or for the whole team. [Learn more about saved views.](/dashboard/table-actions/saved-views.md)
{% endhint %}


---

# 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://helpdesk.smaply.app/dashboard/table-actions/filtering-in-dashboard-lists.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.
