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

# Use cases: agent memory and retrieval with Infino

> What Infino is used for, starting with agent memory. Runnable RAG and hybrid-search examples live in the tutorials.

What Infino is used for, and how to build each one.

<CardGroup cols={2}>
  <Card title="Agent memory" icon="brain" href="/docs/use-cases/agent-memory">
    Long-term memory for AI agents: hybrid recall over everything an agent has seen,
    with SQL over the same store.
  </Card>
</CardGroup>

For runnable, build-it-yourself examples (RAG, hybrid search, code search, and more),
see the [Tutorials](/docs/tutorials).
