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

# Retrieval and SIP

> Retrieve governed context and build the SIP.

## Overview

Retrieval is how context leaves EDN. You search stored records, or build a SIP
for a session, and EDN returns a deterministic, provenance-gated set of records
your model can consume. See [Core concepts](/developer/core-concepts) for how
retrieval and the SIP work.

## Endpoints

<CardGroup cols={2}>
  <Card title="Search" icon="magnifying-glass" href="/api-reference/search">
    Retrieve records by similarity to a query.
  </Card>

  <Card title="Build SIP" icon="layer-group" href="/api-reference/build-sip">
    Assemble the Session Initialisation Package for a session.
  </Card>
</CardGroup>

<Note>
  A fuller retrieval and SIP tutorial is coming. The endpoint pages above
  document every field and let you try each call.
</Note>
