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

# What XP is

> XP is WowWeb AI's internal currency. How it's structured, what actions cost, why two wallets.

XP is the internal "currency" of WowWeb AI. Every AI action (site creation, edit, admin panel) deducts XP based on the work done and AI mode.

You see your total balance in the dashboard header. But you actually have two wallets, and the spend order is designed in your favor.

## Two types of XP

<CardGroup cols={2}>
  <Card title="Plan XP" icon="rotate" color="#7C3AED">
    Comes with your monthly subscription and refreshes each month. If unused, it expires when the next subscription payment runs. This prevents the plan from accumulating indefinitely.
  </Card>

  <Card title="Add-on XP" icon="gem" color="#7C3AED">
    Packs purchased separately. **Don't expire**, they stay with you forever, even if you change plans or temporarily disable your subscription.
  </Card>
</CardGroup>

<Tip>
  On deduction, plan XP is spent first, then add-on XP. Your purchased XP is safe.
</Tip>

## What actions cost

| Action                | Simple mode | Smart mode |
| --------------------- | :---------: | :--------: |
| Create new site       |   30-60 XP  |  80-150 XP |
| Edit via chat         |   10-25 XP  |  30-80 XP  |
| Single element edit   |   5-15 XP   |  10-25 XP  |
| Create admin panel    |   20-50 XP  |  20-50 XP  |
| Auto-fix build errors |     free    |    free    |

The exact cost of each generation is shown under the AI's response before you confirm.

## Why XP, not "requests"

"Requests" is a bad unit: changing one color and rebuilding half a site are very different actions. XP is deducted in proportion to actual AI work: prompt length, number of files changed, model mode. Fairer: small edits cost little, big ones cost more.

## When XP isn't deducted

<Note>
  **XP is only deducted after a successful AI response.**
</Note>

* On system errors (502, timeout): XP is not deducted.
* If site build fails: auto-fix repairs it for free, on us.
* If something went wrong and XP was deducted in vain: contact support, we'll refund.

## What happens if you stop paying

Your balance needs XP, and we deduct them monthly per your plan. If your subscription doesn't renew and the balance reaches zero, the project is fully closed. We pay for servers and hosting, so we can't keep unpaid projects running indefinitely.

Recommendation: renew the subscription in advance or top up XP so you don't lose the project.

## What's next

<CardGroup cols={2}>
  <Card title="Pricing plans" icon="credit-card" href="/en/billing/plans">
    Compare Basic, Advanced, and Pro.
  </Card>

  <Card title="Add-on packs" icon="cart-plus" href="/en/billing/topup">
    When plan XP isn't enough: prices and terms.
  </Card>
</CardGroup>

## FAQ

<AccordionGroup>
  <Accordion title="How much XP per edit iteration?">
    Depends on edit size and mode. Single element edit: 5-15 XP in Simple mode. Major section rebuild with text and style changes: 30-80 XP in Smart mode.
  </Accordion>

  <Accordion title="Can I see my deduction history?">
    No, we don't expose a debit history.
  </Accordion>

  <Accordion title="Bigger plan or buying XP?">
    If you create sites regularly: bigger plan wins. If load is uneven (one month a lot, another almost nothing): take Basic and buy add-on packs as needed.
  </Accordion>
</AccordionGroup>
