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

# Use cases

> End products built on Infino, starting with agent memory, a ready-made OpenClaw plugin. Runnable RAG and hybrid-search examples live in the tutorials.

What Infino is used for. Each use case links the ready-made artifact and how to build it
yourself.

<CardGroup cols={2}>
  <Card title="Agent memory" icon="brain" href="/use-cases/agent-memory">
    Long-term memory for AI agents: hybrid recall over everything an agent has seen.
    Ready-made as the `memory-infino` plugin for OpenClaw.
  </Card>
</CardGroup>

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