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

# Page types

> The different page types available in the page builder.

## Pages within a QR code

A landing page can contain one or more pages. Single-page QR codes show one scrollable page; multi-page QR codes add navigation so visitors can switch between pages (see [Multi-page navigation](/page-builder/multi-page-navigation)). Each page has its own **page type**, which determines which blocks are available on it.

## Adding a page

<Steps>
  <Step title="Open Add a page">
    In the left sidebar's **Pages** section, click **+ Add**.

    <Frame caption="The Add a page sheet — creation methods above the divider, page types below it">
      <img src="https://mintcdn.com/scanova-api/q8t3kzcRTgAP7jV0/images/v2/page-builder/page-types/add-a-page-sheet.png?fit=max&auto=format&n=q8t3kzcRTgAP7jV0&q=85&s=09d88765f66657a771013bf04a67aa0b" alt="Add a page sheet with a Page Name field, three creation-method cards (AI Studio, Choose Template, Import from QR Code), an OR divider, and five page type options (General, Audio, Gallery, Documents, Intro Page) with General selected" width="1440" height="900" data-path="images/v2/page-builder/page-types/add-a-page-sheet.png" />
    </Frame>
  </Step>

  <Step title="Choose how to build it">
    Above the **OR** divider are three creation *methods*, not page types — pick one of these, or pick a page type below instead:

    * **AI Studio** — describe the page and let AI build it.
    * **Choose Template** — start from a pre-built layout.
    * **Import from QR Code** — copy a page from another QR code.
  </Step>

  <Step title="Or pick a page type directly">
    Below the divider, pick one of the five **PAGE TYPE** options (described below), then click **Add page**.
  </Step>
</Steps>

<Note>
  **AI Studio is a creation method, not a page type.** It sits alongside Choose Template and Import from QR Code, above the page-type list — it isn't one of the five options you pick from below the divider.
</Note>

## Page types

### General

Free-form page with any block types. The standard, general-purpose page — supports the full content-block set (text, images, video, maps, social profiles, buttons, forms, and more).

### Audio

Audio playlist with an optional intro page. Built around the **Audio Player** block, which manages a playlist of tracks that visitors can play, pause, and (optionally) download.

### Gallery

Image gallery with an optional cover page. A full-screen, swipeable image gallery — good for photography portfolios, product galleries, or event photo albums.

### Documents

File downloads with an optional intro page. Displays a PDF or other document for visitors to view or download — good for menus, brochures, instruction manuals, or price lists.

### Intro Page

Splash screen with a logo, tagline, and redirect. A dedicated landing screen you can put in front of the rest of a multi-page site — for example, a branded splash page that then sends visitors on to your main content.

## Creating a page-builder QR code via the API

The page type and block content you configure here live inside the builder itself, not in a payload you construct through the API. To create the underlying QR code for a page-builder site via the API, see [Create QR Code](/v1/api-reference/endpoint/qr_manager/create) and pick a landing-page category ID from the [Category List](/v1/api-reference/references/category-list) — for example `9` (Custom Page) for a general-purpose site.

## Related

* [Page Builder overview](/page-builder/overview) — the editor layout and how pages fit into a QR code.
* [Multi-page navigation](/page-builder/multi-page-navigation) — how visitors move between pages once you've added more than one.
* [Blocks reference](/page-builder/blocks-reference) — the blocks each page type unlocks.
* [Templates](/page-builder/templates) — starting a new page from a template instead of picking a page type directly.
