---
title: Deploy your first Worker
description: Build and deploy serverless applications with Workers.
image: https://developers.cloudflare.com/cf-twitter-card.png
---

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

[Skip to content](#%5Ftop) 

# Deploy your first Worker

Deploy your first Worker to the Cloudflare global network by

## Objectives

By the end of this module, you will learn:

* The difference between C3 (`create-cloudflare` CLI) and Wrangler.
* How to use the Cloudflare dashboard to manage your Workers.
* How to create and deploy your first Worker.

```json
{"@context":"https://schema.org","@type":"WebPage","@id":"https://developers.cloudflare.com/learning-paths/workers/get-started/#page","headline":"Deploy your first Worker · Cloudflare Learning Paths","description":"Build and deploy serverless applications with Workers.","url":"https://developers.cloudflare.com/learning-paths/workers/get-started/","inLanguage":"en","image":"https://developers.cloudflare.com/cf-twitter-card.png","dateModified":"2026-04-23","publisher":{"@type":"Organization","name":"Cloudflare","url":"https://www.cloudflare.com/"},"isPartOf":{"@type":"WebSite","@id":"https://developers.cloudflare.com/#website","name":"Cloudflare Docs","url":"https://developers.cloudflare.com/"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/directory/","name":"Directory"}},{"@type":"ListItem","position":2,"item":{"@id":"/learning-paths/","name":"Learning Paths"}},{"@type":"ListItem","position":3,"item":{"@id":"/learning-paths/workers/get-started/","name":"Deploy your first Worker"}}]}
```
