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

# StateSet ACP Quickstart

> Run the ACP handler and validate a basic checkout flow.

# StateSet ACP Quickstart

This quickstart gets the ACP handler running and points to the core checkout flow.

## 1) Build and run

```bash theme={null}
cd stateset-acp-handler
cargo build --release
cargo run --release
```

## 2) Review the ACP flow

ACP supports agentic checkout and delegated payments. The full flow and endpoint details live in the ACP guide:

* [ACP Guide](/stateset-sync-server/ACP_GUIDE)

## 3) Validate with the handler

The handler README includes request/response examples for each endpoint:

* [ACP Handler README](/stateset-acp-handler/README)
