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

# Landing page

> Share a standalone Tavus conversation with a link - fully hosted by Tavus, no website or embed code required.

## Overview

A **landing page** deployment is a shareable conversation experience that Tavus hosts for you on `*.maker.tavus.io`. Publish from the [PAL Maker](https://maker.tavus.io/dev), copy the link, and send it anywhere - email, social, ads, or a QR code. No script tags, no API keys, no backend.

It uses the same managed conversation flow as the [widget](/sections/deployments/widget) and [embed](/sections/deployments/embed): Tavus validates the deployment, creates the conversation server-side, and runs the call.

## What's on the page

You configure everything visually in PAL Maker.

**Hero** (landing-page channel settings):

| Setting                | Description                                                              |
| ---------------------- | ------------------------------------------------------------------------ |
| Template               | One of five layout variants for the hero section.                        |
| Logo                   | Optional brand mark shown on the page.                                   |
| Title & description    | Headline and supporting copy above the conversation.                     |
| Call-to-action buttons | Optional links (title + URL) in the hero or footer.                      |
| Background             | Default gradient or a custom background image.                           |
| Access                 | `public` (anyone can start) or `auth_required` (visitors sign in first). |

**Conversation flow** (shared with widget and embed deployments):

| Screen     | Description                                                |
| ---------- | ---------------------------------------------------------- |
| Preview    | Pre-call screen with title, description, and start button. |
| Haircheck  | Camera and microphone check when video is enabled.         |
| Call       | The live conversation with your PAL.                       |
| After call | Closing screen with optional call-to-action buttons.       |

The same [protections](/sections/deployments/overview#protecting-your-deployment) apply: call limits, optional deployment password, allowed-origin rules (Tavus-hosted pages are permitted automatically), and optional Cloudflare Turnstile bot protection.

## Getting started

1. In the PAL Maker, create a deployment and choose **Landing page** as the channel.
2. Pick your PAL, customize the hero and conversation screens, and set limits or access as needed.
3. Publish and copy the hosted link from PAL Maker.

<Tip>
  Want the conversation inside your own site instead? Use the [widget](/sections/deployments/widget) or [embed](/sections/deployments/embed).
</Tip>
