Skip to content
Cloudflare Docs

Screenshots

A screenshot is a picture of a software tool, in this case usually of the Cloudflare dashboard.

We only recommend screenshots in specific scenarios, as they have a higher maintenance cost than other types of content.

When to use

Use screenshots sparingly and intentionally. For example, it's appropriate to use a screenshot when the task is simple but often confuses users or is hard to describe with words alone.

A canonical example of this would be Find account and zone ID because:

  • It's a high driver of SEO traffic to our Community.
  • We tried explaining with words alone and that did not solve the confusion.
  • It's a task specifically related to new users, where they are less familiar with Cloudflare concepts or navigation patterns.

Guidelines

Screenshots should:

  • Maintain the original aspect-lock ratio.
  • Keep resolution at 72dpi.
  • Keep width at 500-600 pixels.
  • Avoid sharing sensitive information (you may need to edit the underlying HTML in your browser).
  • Avoid including visuals that change frequently, such as sidebar navigation.
  • Have descriptive alt text.

Usage

![Alt text](~/assets/images/$PRODUCT_NAME/$IMAGE_NAME.png)

Add screenshots to the corresponsding $PRODUCT_NAME folder under /src/assets/images/. You may want to add subfolders for organizational purposes.

Maintenance

We avoid screenshots without a clear purpose because they are difficult to maintain. This is because:

  • The UI might change and our team might not know.
  • Even if you do know what changed, it's difficult to find which screenshots might reference a particular UI flow.
  • If something is changed, you need to fully re-take the screenshot to replace it. This could involve adding fake data or hiding sensitive information.