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

# Introduction

> Publish an HTML page, get a link, share it — with no code, or straight from your agent.

**Shareable** turns any HTML page — a dashboard, report, deck, or infographic, often
something an AI built you — into a hosted page with a **shareable link** and access
control you actually understand. Think bit.ly, but for whole pages.

## Two ways to use it

<CardGroup cols={2}>
  <Card title="No code — just share" icon="hand-pointer" href="/guides/publish-a-page">
    Drag an HTML file in (or have Claude, ChatGPT, or Gemini build one), publish, and send the
    link. Choose who can see it, see who viewed, get notified. **Start here if you
    just want to share a page.**
  </Card>

  <Card title="From your agent or code" icon="terminal" href="/quickstart">
    Publish straight from Claude, ChatGPT, or any MCP client — or via the REST API.
    **Start here if you build pages with an agent or in code.**
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Bring (or generate) an HTML page">
    A complete, self-contained HTML document — CSS, fonts, and images inlined. Drag
    it in, paste it, or let your AI publish it for you.
  </Step>

  <Step title="Publish to a link">
    Each page gets a clean URL at `useshareable.com/p/your-slug`. Re-publish anytime;
    edits stay private until you push them live.
  </Step>

  <Step title="Control who sees it">
    Private, anyone-with-the-link, password, specific people, or verified-email —
    without ever changing the link.
  </Step>
</Steps>

<Note>
  Shareable is for **self-contained, static** HTML pages — not apps with a backend.
  Inline your assets so the page is fully portable. (You can still embed third-party
  [forms, scheduling, payments, and more](/guides/integrations).)
</Note>

## Keep exploring

<CardGroup cols={2}>
  <Card title="Using Shareable" icon="book-open" href="/guides/publish-a-page">
    No-code guides: publishing, sharing & access, analytics, notifications, versions, embeds.
  </Card>

  <Card title="Publish from your AI app" icon="plug" href="/guides/publish-from-ai">
    Let Claude, ChatGPT, or Gemini publish to Shareable for you — no code.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/pages">
    REST endpoints for creating, publishing, and managing pages.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Create an API key and authenticate your requests.
  </Card>
</CardGroup>
