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

# Introduction

> Welcome to the Faces docs. Whether you're editing your first slide or connecting a custom domain, you'll find everything you need here.

## Guides

<CardGroup cols={2}>
  <Card title="Editing Content" icon="pen-to-square" href="/en/guides/content">
    Edit text, images, icons, and tables on your slides.
  </Card>

  <Card title="Controls" icon="sliders" href="/en/guides/controls">
    Fine-tune animations, sizes, and visual settings.
  </Card>

  <Card title="Layouts" icon="table-columns" href="/en/guides/layouts">
    Choose between slideshow and scroll layouts.
  </Card>

  <Card title="Publishing" icon="globe" href="/en/guides/publishing">
    Publish your project and share it with anyone.
  </Card>

  <Card title="Access Control" icon="shield-keyhole" href="/en/guides/access-control">
    Control who can view the published URL.
  </Card>

  <Card title="Custom Domains" icon="link" href="/en/guides/custom-domains">
    Connect your own domain to your project.
  </Card>

  <Card title="Multiplayer" icon="users" href="/en/guides/multiplayer">
    Collaborate in real time with your team.
  </Card>

  <Card title="Dashboard" icon="grid-2" href="/en/guides/dashboard">
    Browse, search, and manage your projects.
  </Card>

  <Card title="Billing & Credits" icon="credit-card" href="/en/guides/billing">
    Understand plans, credits, and subscriptions.
  </Card>

  <Card title="SEO" icon="magnifying-glass" href="/en/guides/seo">
    Make your project discoverable on search engines.
  </Card>

  <Card title="Export (PDF & PowerPoint)" icon="file-pdf" href="/en/guides/pdf-export">
    Download your project as a PDF or PowerPoint file.
  </Card>

  <Card title="Account Settings" icon="gear" href="/en/guides/account">
    Manage your password and security settings.
  </Card>
</CardGroup>

## For developers

Build on top of Faces programmatically with the API, CLI, or MCP server.

<CardGroup cols={2}>
  <Card title="REST API" icon="code" href="/en/api-reference/overview">
    Integrate project generation into your apps and workflows.
  </Card>

  <Card title="CLI" icon="terminal" href="/en/cli/installation">
    Generate projects from your terminal in one command.
  </Card>

  <Card title="MCP Server" icon="robot" href="/en/mcp/overview">
    Create projects through AI assistants like Claude.
  </Card>
</CardGroup>
