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

# Concepts

Key concepts that underpin Monad's architecture.

<CardGroup cols={2}>
  <Card title="Asynchronous I/O" href="/monad-arch/concepts/asynchronous-io">
    How Monad uses async I/O to keep the CPU productive while communication is in progress
  </Card>

  <Card title="Pipelining" href="/monad-arch/concepts/pipelining">
    Dividing tasks into smaller stages that can be processed in parallel
  </Card>
</CardGroup>
