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

# Admin panel

> Separate dashboard for site management: content, leads, payments, analytics. No developer needed.

The admin panel is your site's separate personal dashboard. You manage content, leads, payments, and analytics without a developer.

## What's in it

<CardGroup cols={2}>
  <Card title="Home" icon="chart-line">
    Visitors over 7 days, 30 days, year. Lead count.
  </Card>

  <Card title="Settings" icon="toggle-on">
    Toggle any site section on/off in one click. Hide pricing during holidays, then turn it back on.
  </Card>

  <Card title="Leads" icon="inbox">
    All forms from the site land here. Reply to clients, set statuses.
  </Card>

  <Card title="Cash" icon="cash-register">
    List of your orders and payments if YooKassa or SBP is connected.
  </Card>

  <Card title="Knowledge base" icon="book">
    Notes and instructions the AI considers when editing the site.
  </Card>
</CardGroup>

## How to create the admin panel

<Steps>
  <Step title="Open Features">
    In the builder header, "Features" tab, "Admin panel" item.
  </Step>

  <Step title="Everything's enabled">
    Toggles (section management, analytics, leads, chat, cash) are on by default. You get max capabilities right away.
  </Step>

  <Step title="Click Create">
    The AI adds a full admin panel to your site. Takes \~1 minute, costs a bit of XP.
  </Step>

  <Step title="Sign in to admin">
    Open `your-site.wowweb.app/admin`. The AI shows the login and temporary password after creation. First sign-in prompts you to set your own password.
  </Step>
</Steps>

<Note>
  Admin panel creation costs 20-50 XP, fixed price regardless of plan.
</Note>

## Section toggles

The "Settings" section shows a list of all site sections (Hero, Services, Pricing, Testimonials, Contacts, etc.). Each with its own toggle.

Need to temporarily hide a section (e.g., pricing during peak load)? One click and it's gone from the site. Toggle back on, it reappears. No rebuild, instant.

## If you added new sections

If you added new blocks after creating the admin panel, hit "Rebuild admin panel". The AI updates the toggle list and adds new sections to settings.

## What's next

<CardGroup cols={2}>
  <Card title="Leads and CRM" icon="inbox" href="/en/management/leads-crm">
    How forms and customer leads work.
  </Card>

  <Card title="Files and DB" icon="database" href="/en/management/storage">
    Site file storage and database.
  </Card>

  <Card title="Project rules" icon="book" href="/en/management/knowledge-base">
    What the AI should remember about your brand.
  </Card>

  <Card title="Accept payments" icon="credit-card" href="/en/integrations/payments">
    YooKassa and SBP in admin.
  </Card>
</CardGroup>

## FAQ

<AccordionGroup>
  <Accordion title="Is admin panel available on every plan?">
    Admin panel is available from Advanced plan and up. On Basic, only Telegram lead notifications.
  </Accordion>

  <Accordion title="How many users can work with the admin panel?">
    Currently one admin account per site. Team roles are planned.
  </Accordion>

  <Accordion title="What if I accidentally deleted a section via the admin panel?">
    The toggle doesn't delete a section, only hides it. Toggle back on and the section reappears with all data.
  </Accordion>
</AccordionGroup>
