> For the complete documentation index, see [llms.txt](https://docs.labii.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.labii.com/user-guide/navbar/search.md).

# 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
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://docs.labii.com/user-guide/navbar/search.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.
