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

# Overview

> The foundational ideas behind Aomi: Apps, tools, the runtime, simulation, and non-custodial wallets.

This section explains the ideas behind Aomi. Each page has one job. Read them in order if you are new, or jump straight to the one you need.

<CardGroup cols={2}>
  <Card title="What is Aomi?" icon="sparkles" href="/docs/concepts/what-is-aomi">
    The one minute mental model: the three surfaces and the core idea.
  </Card>

  <Card title="How It Works" icon="diagram-project" href="/docs/concepts/how-it-works">
    The flow from a user message to a signed transaction.
  </Card>

  <Card title="Architecture" icon="sitemap" href="/docs/concepts/architecture">
    The component view: Runtime, tools and Apps, and host wallet interop.
  </Card>

  <Card title="Non-Custodial Automation" icon="shield-check" href="/docs/concepts/non-custodial-wallets">
    How signing stays in your wallet, with simulation before every transaction.
  </Card>

  <Card title="Security" icon="lock" href="/docs/concepts/security">
    The full safety model: auth, session isolation, simulation, and the threat model.
  </Card>

  <Card title="Skills" icon="robot" href="/docs/concepts/skills">
    Drop in Agent Skills that teach AI coding tools how to drive Aomi.
  </Card>

  <Card title="Glossary" icon="list" href="/docs/concepts/glossary">
    Every Aomi term, A to Z, starting with the load-bearing ones.
  </Card>
</CardGroup>

## Where to go next

* Ready to build? See the [Quickstart](/docs/getting-started/quickstart).
* Want the full picture? See the [Integration Guide](/docs/guides/integration).
* Want the API? See the [Reference](/docs/reference/index).
