> ## 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={3}>
  <Card title="Quickstart" icon="square-arrow-up-right" href="/quickstart">
    Continue to the full quickstart for Agents, Scraping, and additional examples.
  </Card>

  <Card title="SDK Reference" icon="book" href="/sdk-reference/manual/index">
    Start from the SDK entrypoint for Sessions, Agents, 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="Web Agents" icon="microchip-ai" href="/concepts/agents">
    AI web agents & automation framework. Build agents that browse, understand, and complete tasks autonomously.
  </Card>

  <Card title="Functions" icon="flower" href="/concepts/functions">
    Deploy your scripts as API endpoints. Serverless automations and agents you can invoke and schedule anywhere.
  </Card>

  <Card title="Scraping" icon="database" href="/concepts/scraping">
    Extract structured data with AI. Turn any website into structured data. Use agents or direct scrape endpoints.
  </Card>
</CardGroup>

## Products

Tools to speed up the build, debug, and deploy automations lifecycle.

<CardGroup cols={3}>
  <Card title="Agent Builder" icon="sparkles" href="/product/agent-mode">
    Create automation scripts with an AI conversation.
  </Card>

  <Card title="Demonstrate Mode" icon="hand-pointer" href="/product/demonstrate-mode">
    Record workflows and get automation scripts automatically.
  </Card>

  <Card title="Studio" icon="code" href="/product/studio">
    Edit & debug in live browser enabled IDE and one-click deploy.
  </Card>
</CardGroup>

## Agent Tools

Empower your agents with secure credentials and authentic identities.

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

  <Card title="Identities" icon="fingerprint" href="/concepts/personas">
    Emails and phone numbers for agents. Verified identities to interact authentically across platforms.
  </Card>
</CardGroup>
