AI Editor: Saving, Previewing, and Resetting Safely
What this means
AI Editor lets you look at changes first. Nothing important is kept forever until you press Save changes.
Before you start
Quick check
Step-by-step
- Ask AI to make a change and then look at the preview.
- If the result looks good, click Save changes.
- If you want a bigger check, click Preview and inspect the page in another tab.
- If the change is wrong, ask AI again before saving.
- If you want to throw away AI Editor progress, open Reset.
- Read the warning and only continue if you are sure.
- After Reset, AI Editor starts again from the latest template output for that site.
Visual diagrams
Review before save
flowchart TD
A[AI returns fragment changes] --> B[Preview updates locally]
B --> C{Looks correct?}
C -->|Yes| D[Click Save changes]
C -->|No| E[Prompt AI again or edit manually]
E --> B
classDef blue fill:#dbeafe,stroke:#2563eb,stroke-width:2px,color:#0f172a;
classDef green fill:#dcfce7,stroke:#16a34a,stroke-width:2px,color:#052e16;
classDef orange fill:#fed7aa,stroke:#ea580c,stroke-width:2px,color:#431407;
class A,B blue;
class C orange;
class D,E green;