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

# Introduction

Notte is the unified platform for AI agents and automation scripts that need to use the browser. Build, debug, and deploy production workflows with cloud browsers, web agents, scraping, serverless functions, credentials, and identities in one place.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="square-arrow-up-right" href="/quickstart">
    Continue to the full quickstart for Sessions, Fetch, and additional examples.
  </Card>

  <Card title="Templates" icon="copy" href="https://www.notte.cc/templates">
    Start from ready-made browser automation templates for common workflows.
  </Card>

  <Card title="SDK Reference" icon="book" href="/sdk-reference/manual/index">
    Start from the SDK entrypoint for Sessions, Vaults, Personas, and Functions.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/authentication">
    Explore authentication, endpoints, parameters, and API responses.
  </Card>
</CardGroup>

## Platform

The building blocks for your web agents and automations.

<CardGroup cols={2}>
  <Card title="Sessions" icon="tv" href="/concepts/sessions">
    Remote browser infrastructure. Fast, scalable browsers with anti-detection, proxies, and captcha solving.
  </Card>

  <Card title="Authentication" icon="key" href="/concepts/vaults">
    Vaults, browser profiles, and personas for logged-in workflows.
  </Card>

  <Card title="Functions" icon="https://mintcdn.com/notte/laVxhSjtZz3-wqG3/logo/square-function.svg?fit=max&auto=format&n=laVxhSjtZz3-wqG3&q=85&s=d294a42f7a09939e5a532b4b524541f4" href="/concepts/functions" width="24" height="24" data-path="logo/square-function.svg">
    Deploy your scripts as API endpoints. Serverless automations you can invoke and schedule anywhere.
  </Card>

  <Card title="Fetch" icon="download" href="/concepts/scraping">
    Extract structured data with AI. Turn any website into structured data.
  </Card>
</CardGroup>

## Authentication

Credentials and identities for logged-in workflows.

<CardGroup cols={3}>
  <Card title="Vaults" icon="lock" href="/concepts/vaults">
    Secure credential storage. Keep passwords, API keys, and sensitive data encrypted.
  </Card>

  <Card title="Browser Profiles" icon="user" href="/features/sessions/browser-profiles">
    Persist cookies and login state across sessions.
  </Card>

  <Card title="Personas" icon="fingerprint" href="/concepts/personas">
    Emails and phone numbers for sign-up and 2FA. Verified identities to interact across platforms.
  </Card>
</CardGroup>
