> ## 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.

# Error guards

> Multi-level checks on every edit: color scheme stays put, custom styles persist.

AI tools sometimes "hallucinate": they may accidentally change things you didn't ask for. To prevent this, we built multi-level checks into the system. They work invisibly on every edit, but thanks to them, the site holds its style and doesn't "drift" during editing.

## What this means for you

<CardGroup cols={2}>
  <Card title="Color scheme stays put" icon="palette">
    Asked to "make a card darker"? Only the card changes, not the whole site palette.
  </Card>

  <Card title="Custom styles persist" icon="sparkles">
    All your unique effects (glows, animations, shapes) stay in place.
  </Card>

  <Card title="Admin panel doesn't break" icon="gauge">
    Even after site edits, section toggles keep working.
  </Card>

  <Card title="Leads aren't lost" icon="inbox">
    Forms are auto-checked and connected to admin.
  </Card>

  <Card title="Images don't disappear" icon="image">
    All your photos and logos stay.
  </Card>

  <Card title="SEO doesn't reset" icon="magnifying-glass">
    Page title and meta-data stay yours, search rankings don't reset.
  </Card>
</CardGroup>

## Why this matters

Many AI builders deliver a great first result, but on edits the site "drifts": loses its style, admin breaks, important elements vanish. The user makes 10 edits and ends up with something completely different from what they wanted.

That doesn't happen with us, the system holds the site's identity through every iteration.

## What's next

<CardGroup cols={2}>
  <Card title="Auto-fix" icon="wand-sparkles" href="/en/how-it-works/autofix">
    What if an edit still breaks the build.
  </Card>

  <Card title="Version history" icon="clock-rotate-left" href="/en/editing/history">
    Roll back to any previous site version.
  </Card>
</CardGroup>
