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

# Search the workspace

> What your AI tools can do with search.

<Note>Action name: `search` · Read only (never changes anything)</Note>

Search the team's memory by meaning and keyword over the consolidated
pages. Returns a list of { id, title, url } matches; pass an id to
`fetch` to read the full document.

## Inputs

| Field   | Type   | Required | What it is                               |
| ------- | ------ | -------- | ---------------------------------------- |
| `query` | string | Yes      | What to search for, in natural language. |

<Accordion title="Full instructions the AI sees">
  ```text theme={null}
  This is the ChatGPT deep-research / company-knowledge entry point. It is a
  thin search alias with the result shape ChatGPT expects; other
  clients can use either. Naming is fixed by the ChatGPT connector contract,
  so it deliberately breaks the get_/create_ convention.

  USE WHEN: looking up prior work before reasoning from scratch; you have a
  topic but not a specific entry id. Then call fetch(id) for the full body.
  ```
</Accordion>
