---
title: Dynamic lists
description: Use dynamic lists in documentation.
image: https://developers.cloudflare.com/cf-twitter-card.png
---

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

[Skip to content](#%5Ftop) 

# Dynamic lists

## Definition

Dynamic lists automatically add or remove elements based on set criteria.

## Used in

When at all possible, Cloudflare seeks to avoid creating static representations of dynamic options.

## Structure

Potential examples include:

* Exhaustive listing of fields
* Replicating API content in developer docs
* Maintaining lists of potential options in the UI (i.e., Alert types)
* Verified Bots

The preferred approach would be speak more generally to the categories or specific, high-value fields.

```json
{"@context":"https://schema.org","@type":"TechArticle","@id":"https://developers.cloudflare.com/style-guide/documentation-content-strategy/component-attributes/dynamic-lists/#page","headline":"Dynamic lists · Cloudflare Style Guide","description":"Use dynamic lists in documentation.","url":"https://developers.cloudflare.com/style-guide/documentation-content-strategy/component-attributes/dynamic-lists/","inLanguage":"en","image":"https://developers.cloudflare.com/cf-twitter-card.png","dateModified":"2026-04-24","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":"/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/component-attributes/","name":"Component attributes"}},{"@type":"ListItem","position":5,"item":{"@id":"/style-guide/documentation-content-strategy/component-attributes/dynamic-lists/","name":"Dynamic lists"}}]}
```
