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

# Overview

> Build autonomous AI agents with the most popular agentic framework

<Card title="$elizaOS Token Information" icon="coins" href="/tokenomics" color="#0B35F1">
  Tokenomics, contract addresses, vesting schedules, and token release details
</Card>

## Build AI Agents That Actually Work

Three commands. That's all it takes.

```bash theme={null}
bun i -g @elizaos/cli     # Install the CLI
elizaos create            # Create your project
elizaos start             # Your agent is live
```

elizaOS is the TypeScript framework for building AI agents that think, learn, and act autonomously. Define a personality, add plugins, deploy anywhere.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart" horizontal />

  <Card title="What You Can Build" icon="lightbulb-on" href="/what-you-can-build" horizontal />

  <Card title="Deploy to Eliza Cloud" icon="cloud" href="/guides/deploy-to-cloud" horizontal />

  <Card title="Plugin Registry" icon="puzzle-piece" href="/plugin-registry/overview" horizontal />
</CardGroup>

***

## Why elizaOS?

<CardGroup cols={3}>
  <Card title="90+ Plugins" icon="puzzle-piece">
    Discord, Twitter, Telegram, Ethereum, Solana, OpenAI, and more
  </Card>

  <Card title="Persistent Memory" icon="brain">
    Agents remember and learn from every interaction
  </Card>

  <Card title="Deploy Anywhere" icon="server">
    Local, Docker, Eliza Cloud, or your own infrastructure
  </Card>
</CardGroup>

Your agents can trade onchain, manage social media, create content, analyze data, or interact with any API, blockchain, or repository.

***

## Get Started

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/installation" horizontal />

  <Card title="Create a Plugin" icon="wrench" href="/guides/create-a-plugin" horizontal />

  <Card title="REST Reference" icon="terminal" href="/rest-reference/agents/create-a-new-agent" horizontal />

  <Card title="CLI Reference" icon="command" href="/cli-reference/overview" horizontal />
</CardGroup>

***

## Design Philosophy

**Ship Fast** — Three commands to a live agent. No boilerplate, no config hell.

**Scale Freely** — Start with a character file. Scale to millions of interactions.

**Truly Open** — Every line is open source. Extend through plugins, contribute to core, build the future together.

<Card title="Contribute to Core" icon="code-branch" href="/guides/contribute-to-core">
  Join the community building the most popular agentic framework
</Card>
