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

# Search

Users can search for messages, threads, groups, or people in the search bar at the top of the app. Click into a result to pull up the search result thread list and view each relevant thread, and exit the search results when done.

Threads and groups in Glue make search faster and easier, getting you to the right conversation you're looking for.

## Scoped Search

You can search specifically within the context of a thread, group chat, or DM to narrow the context window of your search.

### Starting a scoped search

**From an open conversation**

* Open a thread, group chat, or DM
* Start a search by clicking on the search bar
* Select **Search within this conversation** from the filter dropdown

**From global search**

* Type `@GroupName` or `@ThreadName` or `@PersonName` search term in global search — be sure to include the `@` symbol to scope the search.
* Add your search term after the mention.

### What is supported in scoped search

* Scoped search currently supports searching within — `in:` — a single thread or chat. We will be releasing additional filtering options in future updates! Contact our support team if you are looking for specific filters.
* Scoped search is supported on the **desktop and web**. It is not supported on the mobile app.

{% hint style="info" %}
If you're looking to do a quick keyword search, you can also use `CMD+F` / `CTRL+F` to ["Find in" conversation](/conversations/find-in-conversation.md)
{% 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:

```
GET https://docs.glue.ai/inbox/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.
