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

# Website features

> Optional modules you enable per project — CMS, forms, store, auth, App Data, and more.

Optional modules you **turn on** under **Features** in the project dashboard. Each adds backend capability and dashboard sections your pages can use via the [client SDK](/api-reference/sdk/overview).

<Note>
  These are different from [Webstorio features](/guides/webstorio-features) (pages, branding, SEO, etc.), which are always available in the dashboard.
</Note>

## Header & Footer

Site-wide chrome on every page.

| Feature    | What it does                       |
| ---------- | ---------------------------------- |
| **Header** | Navigation bar shared across pages |
| **Footer** | Footer shared across pages         |

Edit header/footer as dedicated system pages in the page list.

## Content & CMS

Structured content for blogs, articles, docs, and portfolios.

* **Content types** and **entries**
* **Categories** for organization
* **Dynamic pages** that list and display entries

→ [Content & CMS guide](/guides/content-and-cms)

**Plans:** Free (limited entries); unlimited on Growth+.

## Form & Survey

Contact forms, surveys, and lead capture.

* Field builder in the dashboard
* Submissions stored per form
* Embed on any page via AI or SDK

→ [Forms guide](/guides/forms)

**Plans:** Starter+ (Free: no forms).

## Online Store

Product catalog, cart, and orders.

* Products, categories, and store pages
* Checkout and order management in the dashboard

→ [Online store guide](/guides/online-store)

**Plans:** Starter+.

## User Authentication

Visitors sign in with **Sign in with Webstorio** (platform OAuth).

* Session-aware pages (e.g. order history)
* Configurable sign-in paths and redirects
* Site user management in the dashboard

→ [User Authentication guide](/guides/user-authentication)

**Plans:** Growth+ (25,000 site users); higher limits on Pro+.

## App Data

Custom **database tables** — directories, inventories, member lists, or any structured data you define.

* Typed fields and validation in the dashboard
* **API access presets** per table (public read, signed-in write, etc.)
* Query from pages via `window.webstorio` SDK methods

→ [App Data guide](/guides/app-data)

**Plans:** Growth (10 tables, 5,000 rows); unlimited on Pro+.

## Coming soon

| Feature               | Description               |
| --------------------- | ------------------------- |
| Payment Gateway       | Cards, e-wallets, QRIS    |
| Booking System        | Scheduling and providers  |
| Ticketing System      | Event tickets             |
| Donation & Funding    | Contributions             |
| Launch & Waitlist     | Pre-launch capture        |
| Feedback & Suggestion | User feedback with voting |

## Available for agents

| Feature                              | Description                                                                                      |
| ------------------------------------ | ------------------------------------------------------------------------------------------------ |
| [MCP Server](/developer/connect-mcp) | AI agents manage CMS, forms, store, and App Data ([tool reference](/api-reference/mcp/overview)) |

<Note>
  Check the in-app roadmap or [webstorio.com/roadmap](https://webstorio.com/roadmap) for the latest status.
</Note>

## How website features connect to pages

When a feature is enabled, the **AI page builder** knows about it. Example prompts:

* *"Blog listing from my Blog Post content type"*
* *"Product grid from the online store"*
* *"Contact form wired to my Lead form"*

The builder uses `window.webstorio.*` so published pages talk to your backend automatically.

## Plan limits (website features)

**Free** covers basic CMS on a single page — enough for a link directory or invitation-style site. **Starter** unlocks forms and the online store. **Growth+** adds user auth and App Data.

| Resource        | Free | Starter | Growth    |
| --------------- | ---- | ------- | --------- |
| Content entries | 5    | 1,000   | Unlimited |
| Forms           | —    | 5       | Unlimited |
| Products        | —    | 20      | Unlimited |
| App Data tables | —    | —       | 10        |

Higher tiers (Pro, Enterprise) raise or remove caps. See [webstorio.com/pricing](https://webstorio.com/pricing).
