---
title: Getting started
description: Set up your first Workers AI project using the dashboard, CLI, or REST API.
image: https://developers.cloudflare.com/dev-products-preview.png
---

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

[Skip to content](#%5Ftop) 

# Getting started

There are several options to build your Workers AI projects on Cloudflare. To get started, choose your preferred method:

* [ Workers Bindings ](https://developers.cloudflare.com/workers-ai/get-started/workers-wrangler/)
* [ REST API ](https://developers.cloudflare.com/workers-ai/get-started/rest-api/)
* [ Dashboard ](https://developers.cloudflare.com/workers-ai/get-started/dashboard/)

Note

These examples are geared towards creating new Workers AI projects. For help adding Workers AI to an existing Worker, refer to [Workers Bindings](https://developers.cloudflare.com/workers-ai/configuration/bindings/).

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