Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions src/content/docs/fundamentals/get-started.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Get started
pcx_content_type: Get started
sidebar:
order: 2
---

Before you can begin using Cloudflare products, first [create an account](/fundamentals/account/create-account/).

## Learn about Cloudflare's offerings

### Build

**Build** is where developers create and deploy simple sites and full-stack applications on the [Workers compute platform](/workers/), and connect them to storage and database primitives like [KV](/kv/) (key-value data store), [D1](/d1/) (SQL database), [R2](/r2/) (object storage), [Queues](/queues/) (asynchronous messaging), [Durable Objects](/durable-objects/) (stateful coordination), and more.

Our compute, orchestration, AI, storage, media, and security services are integrated, so you can quickly extend existing apps or launch new ones while Cloudflare's global network takes care of infrastructure, scaling, and performance for you.

### Protect & Connect

**Protect & Connect** is where you establish fast and reliable connections between your websites, apps, and users, while protecting them from attackers and unwanted traffic.

Application security and performance focuses on resources available on the public Internet. Manage delivery performance by controlling and speeding up primarily [Layer 7 (Application) traffic](/fundamentals/reference/network-layers/), in addition to managing media such as video and images. Get started by [onboarding a domain](/fundamentals/manage-domains/add-site/).

Zero Trust protects private, internal users/devices and the resources they access. [Get started with Zero Trust](/cloudflare-one/setup/).

Network services extend protection and acceleration to cloud, on-premise, or hybrid networks, and you can also manage network connections and optimize Layer 3 (Network) and 4 (Transport) traffic. Get started with [Magic Transit](/magic-transit/) or [Magic WAN](/magic-wan/).
Loading