> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wowweb.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Chat edits

> How to edit your site through dialog with AI. Request examples, phrasing tips.

After creation, you can keep editing the site without limit. Each edit costs XP in proportion to the work involved.

## Just describe what to change

The AI parses request meaning even when wording is fuzzy. Talk to it like you'd talk to a designer.

<CardGroup cols={2}>
  <Card title="Content edits" icon="pen">
    "Replace phone with +7 (495) 123-45-67"

    "Put our logo in the header"

    "Add a testimonials section with three cards"
  </Card>

  <Card title="Visual edits" icon="palette">
    "Make Hero darker, add glow under headline"

    "Recolor all buttons to red"

    "Remove the pricing block"
  </Card>

  <Card title="Structural" icon="layer-group">
    "Swap Hero and Services"

    "Make services in two columns instead of three"
  </Card>

  <Card title="Natural language" icon="comment-dots">
    "Top thingie's not great, redo it"

    "Kinda boring, liven it up"

    "Too bright, calm it down"
  </Card>
</CardGroup>

<Tip>
  The AI gets natural language: "moodier", "warmer", "kinda boring". It figures out the meaning and does the right thing.
</Tip>

## Best practice: one edit at a time

Most sites need 3-10 edits after the first result. That's normal and by design, iteration beats overthinking.

Better to do 5 focused edits in sequence than one big edit with 5 points. Each separate edit is easier to roll back if something goes wrong.

## Be specific

<CardGroup cols={2}>
  <Card title="✓ Good" icon="check" color="#10B981">
    "In Hero section, increase headline font by 30% and change background to black #0a0a0a"
  </Card>

  <Card title="✗ Not great" icon="xmark" color="#EF4444">
    "Make Hero better"
  </Card>
</CardGroup>

## If an edit broke the site

The "Undo" button in the header rolls back the last edit and rebuilds the site in \~10 seconds. Press multiple times in a row. After Undo, "Redo" appears in case you change your mind.

More in [Version history](/en/editing/history).

## What's next

<CardGroup cols={2}>
  <Card title="Visual editor" icon="paintbrush" href="/en/editing/visual-editor">
    For one-element edits, faster to work with mouse.
  </Card>

  <Card title="Version history" icon="clock-rotate-left" href="/en/editing/history">
    Edit rollback and version management.
  </Card>

  <Card title="View code" icon="code" href="/en/editing/code-view">
    See what the AI actually built.
  </Card>

  <Card title="Project rules" icon="book" href="/en/management/knowledge-base">
    What the AI should remember on every edit.
  </Card>
</CardGroup>

## FAQ

<AccordionGroup>
  <Accordion title="How many edits can I make?">
    As many as you want. Each costs XP in proportion to the work. Average edits to final result: 5-15.
  </Accordion>

  <Accordion title="What if AI did something I didn't ask for?">
    Hit "Undo" and reword more specifically. For example, instead of "card dark, change", try "change services card background to dark gray".
  </Accordion>

  <Accordion title="Can I roll back to a version from a week ago?">
    Yes. The "History" section keeps all site versions, you can roll back to any. More in [Version history](/en/editing/history).
  </Accordion>
</AccordionGroup>
