# Cloud Pages overview

Use Cloud Pages for promo campaigns, lead capture forms, quizzes, and click-through pages. Build pages in the visual editor, publish them, and track form submissions to trigger journeys.

<Aside type="note">
Cloud Pages is available on request. Contact [Pushwoosh Support](https://help.pushwoosh.com/hc/en-us/requests/new) to enable it for your project.
</Aside>

## When to use Cloud Pages

Use Cloud Pages when you need campaign-specific web content and want to route users to the next action.

- **Promo pages:** Send users from email or push campaigns to a dedicated page on your domain.
- **Lead and subscription forms:** Collect email addresses and phone numbers to build Pushwoosh audiences.
- **Campaign pages and quizzes:** Launch a simple page with a CTA, fields, or a short quiz.

## How to build and manage pages

You can build and manage Cloud Pages in a drag-and-drop editor:

- Add and rearrange content blocks with drag-and-drop.
- Use HTML blocks for full layout control.
- Generate content blocks with AI Smart Blocks.
- Search, sort, and manage pages from the page list.


To create and publish your first Cloud Page, follow this step-by-step guide:

<LinkCard title="Create a Cloud Page" href="/product/content/cloud-pages/create-and-publish-a-cloud-page/" />

## How to publish pages

Every published page gets a public URL automatically:

```text
https://cloud-pages.svc-nue.pushwoosh.com/cloud-pages/v1/page/<page-code>
```

<Aside type="tip">
Custom domain publishing is configured by request through [Pushwoosh Support](https://help.pushwoosh.com/hc/en-us/requests/new). The page becomes available at `https://yourdomain.com/{slug}` only after the support team completes the setup.
</Aside>

## How to track form submissions

If your page includes a form, Pushwoosh fires `PW_FormSubmitted` on submission and saves submitted values to the user profile and tags, including `PW_CloudPageCode`.
You can use `PW_FormSubmitted` as a trigger in Customer Journey. [Learn more](/product/content/cloud-pages/create-and-publish-a-cloud-page/).