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

# WebsiteStudio: AI Website Builder Documentation

> Everything you need to install, configure, and build with WebsiteStudio — the AI website builder that generates real sites from plain language.

You describe your business in plain language and WebsiteStudio generates a complete, well-designed website — real PHP files you own and can edit. No templates. No drag-and-drop.

<CardGroup cols={2}>
  <Card title="Installation" icon="server" href="/getting-started/installation">
    Install WebsiteStudio on your server in minutes. Upload, configure, start building.
  </Card>

  <Card title="What is WebsiteStudio?" icon="circle-info" href="/getting-started/introduction">
    Learn how WebsiteStudio works and whether it's the right tool for you.
  </Card>

  <Card title="Prompting Guide" icon="message" href="/prompting/basics">
    Master the chat interface to build and refine your website with AI.
  </Card>

  <Card title="Agent API" icon="code" href="/agent-api/overview">
    Connect automation tools and AI agents to your WebsiteStudio installation.
  </Card>
</CardGroup>

## Get up and running

<Steps>
  <Step title="Check requirements">
    WebsiteStudio runs on any PHP 8.2+ hosting. See [Requirements](/getting-started/requirements) to confirm your server is ready.
  </Step>

  <Step title="Install VoxelSite">
    Upload the zip, open `yourdomain.com/_studio/` in your browser, and follow the installer. Takes under five minutes. See [Installation](/getting-started/installation).
  </Step>

  <Step title="Add your AI API key">
    During installation, choose your AI provider (Anthropic is recommended) and paste your API key. You can switch providers at any time in [Settings](/workspace/settings).
  </Step>

  <Step title="Describe your website">
    Type what you want to build in the chat. WebsiteStudio generates your site in a single response — real HTML, CSS, and PHP files on your server.
  </Step>
</Steps>

## Explore the docs

<CardGroup cols={3}>
  <Card title="Create" icon="wand-magic-sparkles" href="/create/chat">
    Chat, visual editor, code editor, designs, and site structure tools.
  </Card>

  <Card title="Manage" icon="gear" href="/manage/forms">
    Forms, actions, assets, email, SEO, and file export.
  </Card>

  <Card title="How It Works" icon="microchip" href="/how-it-works/ai-engine">
    Understand WebsiteStudio's AI engine, design system, and publishing pipeline.
  </Card>

  <Card title="Workspace" icon="users" href="/workspace/settings">
    Settings, team management, demo mode, and Studio customization.
  </Card>

  <Card title="Troubleshooting" icon="triangle-exclamation" href="/troubleshooting/common-issues">
    Common issues, Nginx configuration, and getting support.
  </Card>

  <Card title="Changelog" icon="clock-rotate-left" href="/changelog/changelog">
    What's new in each release.
  </Card>
</CardGroup>
