> ## Documentation Index
> Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Deep search

> Search logs, traces, and spans by meaning instead of exact keywords

Deep search helps you find relevant production evidence when you do not know the exact trace name, tag, attribute, or keyword. Ask for the situation in plain language, and Adaline searches across logged trace and span content to find semantically related results.

Use it when conventional filters are too literal: a user intent, answer shape, tool behavior, policy concern, or recurring issue may appear in many different words.

<img src="https://mintcdn.com/adaline/o8h3k4eQQbaIV193/images/platform-v2/monitor/deep-search-entry-current.png?fit=max&auto=format&n=o8h3k4eQQbaIV193&q=85&s=808ece50df7f96dd7bb5098db6cee0ba" alt="Traces table with the Deep search entry button visible above filtered production logs" title="Open Deep search from Traces" style={{ width: "100%" }} width="1804" height="1082" data-path="images/platform-v2/monitor/deep-search-entry-current.png" />

## Search by meaning

Start from a phrase that describes what you want to find:

* `users asking about cancellation but keeping old data`
* `cooking questions about substitutions or technique`
* `assistant gives an answer without using the right tool`
* `model response sounds confident but misses the user constraint`

Deep search returns matched log content with the source type, related prompt or span context, and the matching text. Open a result to move back into the normal trace or span view and inspect the surrounding request.

<img src="https://mintcdn.com/adaline/o8h3k4eQQbaIV193/images/platform-v2/monitor/deep-search-results-current.png?fit=max&auto=format&n=o8h3k4eQQbaIV193&q=85&s=eb8a6d9a4aa8f04bc215e6824c6263a8" alt="Deep search results for cooking questions with user and model matches across logged traces" title="Deep search results" style={{ width: "100%" }} width="1804" height="1082" data-path="images/platform-v2/monitor/deep-search-results-current.png" />

## Use source filters

Source filters help you search the right part of the log. For example, search **User message** when you care about what users asked, **Model response** when you care about what the assistant said, and **Tool call** or **Tool response** when the issue might be in tool usage.

| Source             | Use it for                                                         |
| ------------------ | ------------------------------------------------------------------ |
| **User message**   | User intent, phrasing, requests, complaints, or edge cases.        |
| **Model response** | Final answers, refusals, tone, omissions, or incorrect claims.     |
| **Reasoning**      | Intermediate reasoning content when your instrumentation sends it. |
| **Tool call**      | Tool names, arguments, routing decisions, or function calls.       |
| **Tool response**  | Returned data, empty results, errors, or stale context.            |
| **Retrieval**      | RAG snippets, search results, or retrieved context.                |
| **Orchestration**  | Routing, handoffs, workflow steps, or multi-agent control flow.    |
| **Guardrail**      | Safety checks, moderation decisions, or policy enforcement.        |

<img src="https://mintcdn.com/adaline/o8h3k4eQQbaIV193/images/platform-v2/monitor/deep-search-sources-current.png?fit=max&auto=format&n=o8h3k4eQQbaIV193&q=85&s=22f5e772b4ad0261aa3e128249d2a301" alt="Deep search source menu with user message, model response, reasoning, tool call, tool response, retrieval, orchestration, and guardrail options" title="Deep search source filters" style={{ width: "100%" }} width="1804" height="1082" data-path="images/platform-v2/monitor/deep-search-sources-current.png" />

## When to use Deep search

Use Deep search when the evidence is conceptual. Use filters when the evidence is exact.

| Need                                                                  | Best tool                                                      |
| --------------------------------------------------------------------- | -------------------------------------------------------------- |
| Find logs with a known status, prompt, environment, tag, or attribute | [Filter, search, export logs](/monitor/filter-and-search-logs) |
| Find requests that mean the same thing but use different words        | Deep search                                                    |
| Find examples of a vague answer pattern or tool behavior              | Deep search, then open traces                                  |
| Build a repeatable incident view after finding examples               | Filters and saved views                                        |
| Preserve or share the result set                                      | Export filtered logs                                           |

Deep search is discovery, not the final decision. Treat results as leads, then open the source trace or span before adding a dataset row, changing an evaluator, starting Improve, or making a release decision.

## Turn matches into action

After you find useful matches:

1. Open several results and inspect the surrounding trace or span.
2. Check whether the same pattern appears in [Behaviors](/behaviors/overview).
3. Add representative spans to [Datasets](/datasets/overview) when the case should become regression coverage.
4. Create or refine [Evaluators](/evaluators/overview) when the pattern should be measured continuously.
5. Start [Improve](/improve/overview) when the evidence points to a prompt-level fix.

<CardGroup cols={2}>
  <Card title="Filter, search, export logs" icon="filter" href="/monitor/filter-and-search-logs">
    Use exact filters and exports after finding the right evidence.
  </Card>

  <Card title="Inspect a trace" icon="panel-right-open" href="/monitor/analyze-log-spans">
    Open a Deep search result and review the full trace context.
  </Card>

  <Card title="Understanding Behaviors" icon="git-fork" href="/behaviors/understanding-behaviors">
    See whether the matched examples are part of a repeated pattern.
  </Card>

  <Card title="Use logs to improve prompts" icon="wand-sparkles" href="/monitor/use-logs-to-improve-prompts">
    Turn production evidence into datasets, evaluators, and Improve cycles.
  </Card>
</CardGroup>
