> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/library/search-for-assets-by-combining-multiple-tags.md).

# Search for Assets by Combining Multiple Tags

HIVO allows you to enter and combine multiple Tags to refine your Asset search. For each Tag added to the search bar, you can choose how it should be applied to the search criteria.

### Select a Matching Option for a Tag

After entering a Tag in the search bar:

* Select the chevron next to the Tag.
* Open the options menu.
* Select the matching option you want to apply.

<figure><img src="https://2446612760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0sjg5GpIPr5HzBTJYqYe%2Fuploads%2Fl4JvEL3ifwsGaEE7Nu6q%2FGroup%201098.png?alt=media&amp;token=aa9bf4de-e30c-4ab2-8f7c-c19ed045e8b6" alt=""><figcaption></figcaption></figure>

HIVO provides the following options:

<table><thead><tr><th width="263.453125">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Required Match</strong></td><td>The Asset must contain this Tag. This is the default option and uses the <code>AND</code> operator.</td></tr><tr><td><strong>Optional Match</strong></td><td>Combines this Tag with other Optional Match Tags using the <code>OR</code> operator.</td></tr><tr><td><strong>Must Not Match</strong></td><td>Excludes Assets containing this Tag from the search results.</td></tr><tr><td><strong>Remove</strong></td><td>Removes the Tag from the search criteria.</td></tr></tbody></table>

### Example: Search Using the HIVO, demo and 2025 Tags

Enter the following Tags in the search bar:&#x20;

* HIVO
* demo
* 2025

By default, all Tags are set to **Required Match**. HIVO will therefore return only Assets containing all three Tags: HIVO AND demo AND 2025

If you want to find Assets that must contain the `HIVO` Tag and also contain either the `demo` or `2025` Tag:

* Keep the `HIVO` Tag set to **Required Match**.
* Select the chevron next to the `demo` Tag and choose **Optional Match**.
* Select the chevron next to the `2025` Tag and choose **Optional Match**.

The search criteria will then become: HIVO AND (demo OR 2025)

👉 The results will include:

* Assets tagged with `HIVO` and `demo`.
* Assets tagged with `HIVO` and `2025`.
* Assets tagged with all three Tags: `HIVO`, `demo` and `2025`.

{% @howdygo/embed url="<https://app.howdygo.com/share/10922b79-1bdf-44be-a32a-51dc3e9a2a76>" %}

👉 **Note:** New Tags are set to **Required Match** by default. You only need to change the matching option when you want to combine Tags using different search conditions.

If you have any questions, don't hesitate to ask, we're always here to help!


---

# 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://support.hivo.co/library/search-for-assets-by-combining-multiple-tags.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.
