# Search

## Overview

Use Search to quickly locate tables, projects, and records across Labii. This category covers global search from the navbar and detailed search workflows inside list views.

{% embed url="<https://youtu.be/-_XxLYlowcA>" %}

## In this category

* [Global search](/user-guide/navbar/search/global-search.md): Search across **Tables**, **Projects**, and **Records** from one centralized search panel.
* [Search at list view](/user-guide/navbar/search/search-at-list-view.md): Use **Quick Search**, **Deep Search**, **Advanced Search**, and **Bulk Search** in list views.
* [Search query](/user-guide/navbar/search/search-query.md): Build field-based query expressions (including `in` with comma-separated values) for filters and advanced search.

## Choose the right search

* Use **Global search** when you are not sure where the data is located.
* Use **Search at list view** when you are already in a specific table or project and need precise filtering.
* Use **Search query** when you need reusable, expression-based query syntax.

{% hint style="info" %}
For bulk ID matching in Advanced Search, use the **In** lookup expression and provide IDs as a comma-separated list.
{% 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://docs.labii.com/user-guide/navbar/search.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.
