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

# Websites

> Create, edit, and manage your sites

## Creating a Site

Three ways to create a website:

| Method            | How                                                    | Link                                                     |
| ----------------- | ------------------------------------------------------ | -------------------------------------------------------- |
| **Prompt**        | Describe what you want, AI generates the site          | [app.getsite.ai](https://app.getsite.ai)                 |
| **AI Chat**       | Build your site through conversation                   | [app.getsite.ai/chat](https://app.getsite.ai/chat)       |
| **Clone & Remix** | Enter any URL, AI creates a new version inspired by it | [app.getsite.ai/explore](https://app.getsite.ai/explore) |

The AI generates complete HTML, CSS, and JavaScript with copy, images, and a responsive layout. Sites deploy automatically to a free `getsite.online` subdomain.

You can also browse and clone public sites from the [Explore](https://app.getsite.ai/explore) directory.

## AI Editor

Click any element on your site to edit it. Click a section to edit its code or regenerate it with AI. Open the chat to tell the AI Developer what to change in plain language — it understands things like "add a pricing section" or "make the header blue."

The full code editor (HTML/CSS/JS) is available on Developer plan and above.

## AI Images

Generate images from text descriptions using Flux models. Standard quality costs 1 credit, high quality costs 2 credits. All generated images are royalty-free. Stock photos from Unsplash are also available in the editor.

## Site Settings

Each site has a settings page at `app.getsite.ai/sites/:siteId`:

| Tab           | What it does                                                                                                           |
| ------------- | ---------------------------------------------------------------------------------------------------------------------- |
| **Links**     | Custom domains and live URLs                                                                                           |
| **SEO**       | Page title, meta description, Open Graph image                                                                         |
| **Scripts**   | Inject custom HTML/CSS/JS in head or body (Google Analytics, Facebook Pixel, HotJar, Intercom, Crisp, Mailchimp, etc.) |
| **Analytics** | Visitors, page views, referrers                                                                                        |
| **Forms**     | Form submissions from this site                                                                                        |
| **Versions**  | Version history and rollback                                                                                           |
| **A/B Tests** | Experiments assigned to this site                                                                                      |
| **Settings**  | Site name, password protection, delete                                                                                 |

## Version History

Every save creates a new version. You can restore any version with one click, fork a version as a new site, export to CodePen, or download as ZIP.

## SEO

Custom page titles, meta descriptions, and Open Graph tags. Automatic XML sitemaps and robots.txt per domain. All sites are responsive by default.

## Site Limits

| Plan      | Sites     |
| --------- | --------- |
| Maker     | 10        |
| Developer | 50        |
| Max       | Unlimited |

## Dashboard

View and manage all your sites at [app.getsite.ai/dashboard](https://app.getsite.ai/dashboard).

## Assets

Manage uploads, AI images, and AI design mockups at [app.getsite.ai/assets](https://app.getsite.ai/assets).
