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

# Webstorio features

> Platform tools in the dashboard — website, branding, pages, visual editor, SEO, and more.

Built into the platform for every project. These are how you use Webstorio day to day.

## Website

Manage your site's identity, URL, and go-live state.

* **Subdomain** — `your-project.webstor.io` when you create a project
* **Publish / unpublish** — control when the site is public
* **Custom domains** — connect your own domain on paid plans (Starter+)
* **SSL** — automatic HTTPS on Webstorio and custom domains

→ [Publishing & domains](/guides/publishing-and-domains)

## Branding settings

Site-wide look and feel that applies across published pages and informs the AI builder.

Configure from **Project dashboard → Website branding**:

| Setting           | Purpose                                                               |
| ----------------- | --------------------------------------------------------------------- |
| **Brand colors**  | Primary, secondary, background, text                                  |
| **Fonts**         | Primary and secondary Google Fonts                                    |
| **Favicon**       | Browser tab icon                                                      |
| **Brand info**    | Markdown context (goal, audience, vibe) for AI                        |
| **Design system** | Markdown rules (patterns, typography, mood) for consistent generation |

Branding is available in page code as Tailwind utilities (`bg-brand-primary`,
`text-brand-text`, `border-brand-secondary`, `font-brand-primary`, …) and as CSS
variables (`--brand-primary`, etc.). The same tokens apply on live sites and in
the page builder preview.

## Page management

Create and organize every page on your site.

* **Add pages** — home, landing pages, system pages (header/footer), dynamic routes
* **Slugs & URLs** — static paths or wildcards like `blog/{content_entry_id}`
* **Draft vs published** — edit safely, publish when ready
* **Version history** — roll back AI or manual edits
* **Page SEO** — per-page title and description (see SEO below)

Open any page from **Project → Pages** to edit in the builder.

## Features management

Enable or disable **[website features](/guides/website-features)** (CMS, store, forms, etc.) per project.

1. Open your **project dashboard**
2. Go to **Features**
3. Toggle modules on or off

Disabled features stay out of your navigation, AI context, and public API. Enable only what you need.

## Visual editor

Point-and-click editing inside the page builder — no chat required.

* Click an element in the **preview** to select it
* Edit **text**, **links**, **images**, and **CSS classes**
* Changes apply to the underlying page code and save as a new version

Use the visual editor for small tweaks; use **AI chat** for larger layout changes.

## SEO

Built-in search and social metadata for every page.

* **Title** — browser tab and search result headline
* **Description** — meta description snippet
* **Open Graph** — preview when shared on social platforms
* **Defaults** — project name and description seed new pages

Set SEO per page in the editor or project settings. No plugin required.

## Also included

| Capability          | What it does                                              |
| ------------------- | --------------------------------------------------------- |
| **AI page builder** | Chat-driven design + code generation                      |
| **Analytics**       | Visitor and engagement metrics (retention varies by plan) |
| **Hosting**         | Served from Webstorio infrastructure                      |

→ [AI credits](/guides/ai-credits) · [Create your first site](/guides/create-your-site)
