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

# Introduction

> The easiest way to start your agent project

<img className="block dark:hidden" src="https://mintcdn.com/agentops-312b3df7/8rX0doGEM8MDKNBz/logo/light.svg?fit=max&auto=format&n=8rX0doGEM8MDKNBz&q=85&s=7c4fa52f85a2a6e4fdbf0dc73bfae681" alt="AgentStack Logo" width="727" height="121" data-path="logo/light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/agentops-312b3df7/8rX0doGEM8MDKNBz/logo/dark.svg?fit=max&auto=format&n=8rX0doGEM8MDKNBz&q=85&s=12933348ff3e4fcef21742a1e63c1294" alt="AgentStack Logo" width="727" height="121" data-path="logo/dark.svg" />

AgentStack is a valuable developer tool for quickly scaffolding agent projects.

*Think `create-next-app` for Agents.*

### Features of AgentStack

* Instant project setup with `agentstack init`
* Useful CLI commands for generating new agents and tasks in the development cycle
* A myriad of pre-built tools for Agents

## What is *the agent stack*

The agent stack is the list of tools that are collectively the *agent stack*.

This is similar to the tech stack of a web app. An agent's tech stack is comprised of the following:

<img src="https://mintcdn.com/agentops-312b3df7/8rX0doGEM8MDKNBz/images/the_agent_stack.png?fit=max&auto=format&n=8rX0doGEM8MDKNBz&q=85&s=a934a50917a9b7af54606ff8359e2b26" alt="Agent Stack Example" width="2304" height="2467" data-path="images/the_agent_stack.png" />

Whether a project is built with AgentStack or not, the concept of the agent stack remains the same.

## What is **AgentStack**

Our project is called **AgentStack** because it's the easiest way to quickly scaffold your agent stack! With a couple CLI commands, you can create a near-production ready agent!

## First Steps

<CardGroup cols={2}>
  <Card title="Installation" icon="cloud-arrow-down" href="/installation">
    Install the AgentStack CLI
  </Card>

  <Card title="Quickstart" icon="circle-play" href="/quickstart">
    A quickstart guide to using the CLI
  </Card>

  <Card title="Overview" icon="cloud" href="https://www.loom.com/share/b87b6a42d99c435a9ee328bf3e57a594" target="_blank">
    High level overview of AgentStack
    ![thumbnail](https://cdn.loom.com/sessions/thumbnails/b87b6a42d99c435a9ee328bf3e57a594-c297554684e16934-full-play.gif)
  </Card>

  <Card title="Tutorial" icon="person-carry-box" href="https://www.loom.com/share/68d796b13cd94647bd1d7fae12b2358e?sid=7fdf595b-de84-4d51-9a81-ef1e9c8ac71c" target="_blank">
    Build a simple web scraper agent
    ![thumbnail](https://cdn.loom.com/sessions/thumbnails/68d796b13cd94647bd1d7fae12b2358e-5d62273c24a53191-full-play.gif)
  </Card>
</CardGroup>
