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

# Automatic search

> One query; the service chooses fact, deep, or filtered search

Returns a job. Single-shot: no session, no clarification back. Before searching,
the service selects fact search for focused lookups, high-effort deep search for
analysis and investigation, or filtered search for catalog entries.

The result wraps the chosen pipeline's native output unchanged, plus
`routing` (how it was chosen) and `output_job_id` — the job that owns the
output's receipts and cursors. A filtered output's `next_cursor` pages through
`POST .../filtered-search` without another routing decision.

See [Search](/guides/search).

| Path                        | SDK                       |
| --------------------------- | ------------------------- |
| `POST .../automatic-search` | `client.search.automatic` |
