# HTML Editor

The HTML Editor enables you to modify your [HTML capture](/help/capture-a-guideflow/how-to-capture-a-guideflow/html-capture.md) and customize how your product appears in your guideflows.

Here's a quick overview of what can be achieved with the HTML Editor:

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/zpelymwf3k>" %}

With the HTML Editor, you can:

* **Select and modify HTML elements** directly in your capture
* **Hide or blur sensitive information** such as customer names, emails, revenue numbers, or internal data
* **Change text, numbers, graphs, buttons, or images** to create polished demo environments
* **Use variables** to dynamically personalize values across your showcase. Learn how to create and use variables [here](/help/variables/create-and-edit-variables.md).
* **Apply changes to all steps** to duplicate your HTML modifications across multiple steps automatically
* **Use AI to randomize values** and quickly generate realistic-looking demo data

Whether you're preparing a sales demo, onboarding flow, or product walkthrough, the HTML Editor helps you keep your content clean, consistent, and presentation-ready.

### Example use cases

* Blur customer or employee data before sharing demos externally
* Replace real company names with placeholder brands
* Update pricing, analytics, or dashboard metrics
* Personalize demos with dynamic variables
* Keep styling and modifications consistent across an entire flow

The HTML Editor gives you full control over your captured experience without needing engineering support.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.guideflow.com/help/edit-your-guideflow/html-editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
