# "Find in" conversation

Use **Find in Conversation** to quickly locate keywords or phrases inside the conversation you already have open. This works in:

* Threads
* Group chats
* Direct messages (DMs)

**You can open Find in Conversation with:**

* **Mac:** `CMD + F`
* **Windows:** `CTRL + F`

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

{% hint style="info" %}
This is useful when you already know which conversation contains the information you need and want a faster way to scan messages.
{% endhint %}

### How Find in Conversation Works

When you enter a keyword or phrase:

* Glue searches messages in the currently open conversation only.
* Results are not currently exact match only. Partial matches are also included.
* The total number of matches appears in the "find" bar and you can arrow up/down to see more results.
* The keyword and message containing it are highlighted in the conversation view.

### Navigate Between Matches

Use the arrow buttons in the Find in Conversation bar to move between matching messages.

* **Up arrow:** Go to the previous match
* **Down arrow:** Go to the next match

Glue automatically scrolls to each matching message as you move through results.

### When to Use Find in Conversation vs Search

| Use Case                                                     | Recommended Tool         |
| ------------------------------------------------------------ | ------------------------ |
| Find a keyword inside the conversation you already have open | Find in Conversation     |
| Search across multiple chats, channels, or people            | Global Search or Glue AI |
| Quickly jump between repeated mentions in one thread         | Find in Conversation     |
| Discover where a topic was discussed                         | Global Search or Glue AI |


---

# 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.glue.ai/conversations/find-in-conversation.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.
