---
title: Maintenance
description: Maintain video content 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) 

# Maintenance

Producing a video is just the beginning. Videos are inherently harder to edit than text, making maintenance more complex. Even small changes often require re-recording, re-timing, or adjusting visuals. This makes it critical to ensure script accuracy and alignment with documentation from the start.

To keep videos up-to-date, we follow a simplified, two-pronged approach:

* **AI-Assisted Periodic Checks**: Upload videos to Gemini for automated checks against documentation and dashboard UI.

  * Detect outdated workflows, UI elements, or inconsistencies.
* **Internal Feedback & Updates**: Rely on product managers (PMs), subject matter experts (SMEs), and internal signals when UI or functionality changes.

  * Update scripts, visuals, or narration as needed and re-upload the video.

We are currently developing an internal tool for code-driven screen demos. When product code updates, the tool automatically updates video footage, minimizing manual re-recording and ensuring tutorials and demos reflect the latest product state.

```json
{"@context":"https://schema.org","@type":"TechArticle","@id":"https://developers.cloudflare.com/style-guide/how-we-docs/how-we-video/maintenance/#page","headline":"Maintenance · Cloudflare Style Guide","description":"Maintain video content in documentation.","url":"https://developers.cloudflare.com/style-guide/how-we-docs/how-we-video/maintenance/","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/how-we-docs/","name":"How we docs"}},{"@type":"ListItem","position":4,"item":{"@id":"/style-guide/how-we-docs/how-we-video/","name":"How we video"}},{"@type":"ListItem","position":5,"item":{"@id":"/style-guide/how-we-docs/how-we-video/maintenance/","name":"Maintenance"}}]}
```
