---
title: Implementation guide
description: Write implementation guide documentation.
image: https://edgetunnel-b2h.pages.dev/cf-twitter-card.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://edgetunnel-b2h.pages.dev/style-guide/llms.txt  
> Use this file to discover all available pages before exploring further. 

[Skip to content](#%5Ftop) 

# Implementation guide

## Purpose

Walk the reader through best practices for the [implementation](https://edgetunnel-b2h.pages.dev/reference-architecture/implementation-guides/) of a solution using Cloudflare.

Disambiguation

This page describes the content strategy for an implementation guide. For help with Cloudflare products, refer to [Implementation guides](https://edgetunnel-b2h.pages.dev/reference-architecture/implementation-guides/).

## Tone

instructional, straightforward

## content\_type

**YAML**

```yaml
pcx_content_type: implementation-guide
products:
  - product-a
  - product-b
  - product-c
```

For more details, refer to [pcx\_content\_type](https://edgetunnel-b2h.pages.dev/style-guide/frontmatter/custom-properties/#pcx%5Fcontent%5Ftype).

## Components

### Required

[**Title**](https://edgetunnel-b2h.pages.dev/style-guide/documentation-content-strategy/component-attributes/titles/): Short verb phrase in second-person imperative. Do not use gerund phrases.

[**Steps**](https://edgetunnel-b2h.pages.dev/style-guide/documentation-content-strategy/component-attributes/steps-tasks-procedures/): Numbered steps that complete a task.

[**Next steps**](https://edgetunnel-b2h.pages.dev/style-guide/documentation-content-strategy/component-attributes/next-steps/): What users should see as the end result of the steps and/or actionable next steps.

### Optional

[**Prerequisites**](https://edgetunnel-b2h.pages.dev/style-guide/documentation-content-strategy/component-attributes/prerequisites/): Tasks or conditions that must be completed before a user can complete a series of steps.

[**Notes/warnings**](https://edgetunnel-b2h.pages.dev/style-guide/documentation-content-strategy/component-attributes/notes-tips-warnings/)

[**Examples**](https://edgetunnel-b2h.pages.dev/style-guide/documentation-content-strategy/component-attributes/examples/)

[**Diagrams**](https://edgetunnel-b2h.pages.dev/style-guide/documentation-content-strategy/component-attributes/diagrams/)

**Screenshots**

[**Related links**](https://edgetunnel-b2h.pages.dev/style-guide/documentation-content-strategy/component-attributes/links/): Bulleted list of links to associated resources.

## Template

```plaintext
---
pcx_content_type: implementation-guide
title: Second-person imperative verb phrase
description: Implement <Cloudflare solution> to <what the implementation accomplishes>. Covers <key steps or components>.
---


# Second-person imperative verb phrase


Context for procedure


## Prerequisites


## 1. First step


## 2. Second step


## Next steps
```

```json
{"@context":"https://schema.org","@type":"TechArticle","@id":"https://edgetunnel-b2h.pages.dev/style-guide/documentation-content-strategy/content-types/implementation-guide/#page","headline":"Implementation guide · Cloudflare Style Guide","description":"Write implementation guide documentation.","url":"https://edgetunnel-b2h.pages.dev/style-guide/documentation-content-strategy/content-types/implementation-guide/","inLanguage":"en","image":"https://edgetunnel-b2h.pages.dev/cf-twitter-card.png","dateModified":"2026-04-24","publisher":{"@type":"Organization","name":"Cloudflare","url":"https://www.cloudflare.com/"},"isPartOf":{"@type":"WebSite","@id":"https://edgetunnel-b2h.pages.dev/#website","name":"Cloudflare Docs","url":"https://edgetunnel-b2h.pages.dev/"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/directory/","name":"Directory"}},{"@type":"ListItem","position":2,"item":{"@id":"/style-guide/","name":"Style Guide"}},{"@type":"ListItem","position":3,"item":{"@id":"/style-guide/documentation-content-strategy/","name":"Product docs content strategy"}},{"@type":"ListItem","position":4,"item":{"@id":"/style-guide/documentation-content-strategy/content-types/","name":"Content types"}},{"@type":"ListItem","position":5,"item":{"@id":"/style-guide/documentation-content-strategy/content-types/implementation-guide/","name":"Implementation guide"}}]}
```
