---
title: Getting started
description: Start building Agents on Cloudflare that maintain state, make decisions, and execute workflows.
image: https://developers.cloudflare.com/dev-products-preview.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/agents/llms.txt  
> Use this file to discover all available pages before exploring further.

[Skip to content](#%5Ftop) 

# Getting started

Start building agents that can remember context, communicate with users, and act on their own. Pick the path that matches what you want to build first.

## Choose a path

[ Quick start ](https://developers.cloudflare.com/agents/getting-started/quick-start/) Build a small stateful counter agent and learn the core Agent, state, and client SDK model. 

[ Build a chat agent ](https://developers.cloudflare.com/agents/getting-started/build-a-chat-agent/) Build a streaming AI chat agent with Workers AI, server tools, client tools, and approvals. 

[ Add Agents to an existing project ](https://developers.cloudflare.com/agents/getting-started/add-to-existing-project/) Install the Agents SDK into an existing Workers application and wire up routing. 

[ Testing your Agents ](https://developers.cloudflare.com/agents/getting-started/testing-your-agent/) Write tests with Vitest and the Workers test pool. 

## All getting started pages

* [ Quick start ](https://developers.cloudflare.com/agents/getting-started/quick-start/)
* [ Add to existing project ](https://developers.cloudflare.com/agents/getting-started/add-to-existing-project/)
* [ Testing your Agents ](https://developers.cloudflare.com/agents/getting-started/testing-your-agent/)
* [ Build a chat agent ](https://developers.cloudflare.com/agents/getting-started/build-a-chat-agent/)
* [ Prompt an AI model ](https://developers.cloudflare.com/workers/get-started/prompting/)

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/directory/","name":"Directory"}},{"@type":"ListItem","position":2,"item":{"@id":"/agents/","name":"Agents"}},{"@type":"ListItem","position":3,"item":{"@id":"/agents/getting-started/","name":"Getting started"}}]}
```
