# AI Data Editing

This update moves Supademo closer to fully dynamic, personalized demos. AI powered data editing that lets you modify demo data such as tables, text, and UI elements using natural language prompts.

{% @supademo/embed demoId="cml726r3r6l7ezsad5lzjzaxz" url="<https://app.supademo.com/demo/cml726r3r6l7ezsad5lzjzaxz>" %}

**How it works**

* Select any HTML element inside a demo
* Click Edit with AI
* Prompt Supademo AI to personalize content across a row, table, or entire section
* Preview changes and accept, reject, undo, or refine instantly

***

#### Prompt ideas and common scenarios

Edit with AI can be used for quick content updates, data expansion, and demo personalization. Below are common scenarios to help you get started.<br>

1. **Add or expand demo data**\
   If your demo doesn’t include enough sample content, you can duplicate existing rows or elements and generate realistic data.

**Example prompts:**

* “Duplicate this row and create five additional rows with similar sample data.”
* “Add more entries to this table with realistic values.”
* “Create three new records based on the format of this row.”<br>

2. **Localize demos for different regions**

   You can translate UI text or update location-based data to match your audience.

**Example prompts:**

* “Translate this section into French.”
* “Change these addresses to locations in Germany.”
* “Update the city and country values to reflect customers in Australia.”<br>

3. **Adjust content by industry or customer type**\
   Align demo data, reports, and workflows to specific industries or use cases.

**Example prompts:**

* “Update this report with metrics relevant to the healthcare industry.”
* “Change this table to reflect common KPIs for e-commerce companies.”
* “Rewrite this section for a finance operations team.”

***

#### **Why it's valuable** <a href="#why-its-valuable" id="why-its-valuable"></a>

✅ Personalize demos for specific prospects or industries without re recording\
✅ Turn one base demo into many tailored versions\
✅ Reduce demo creation time from hours to seconds


---

# 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.supademo.com/customize/edit-html/ai-data-editing.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.
