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

# Synti Documentation

> A local-first desktop AI agent that connects to your tools, runs skills, and automates work on your machine.

Synti is a native desktop application that runs an AI agent locally on your machine. It keeps your
credentials encrypted on disk, reaches external services only when you connect them, and gives the
agent real tools — data sources, skills, a browser, and document tooling — so it can get work done
rather than just chat.

<CardGroup cols={2}>
  <Card title="Install Synti" icon="download" href="/getting-started/installation">
    Download and set up Synti on macOS, Windows, or Linux.
  </Card>

  <Card title="Introduction" icon="book-open" href="/getting-started/introduction">
    What Synti is, who it's for, and the core ideas behind it.
  </Card>

  <Card title="Connect a source" icon="plug" href="/sources/overview">
    Give the agent access to MCP servers, REST APIs, and local files.
  </Card>

  <Card title="Write a skill" icon="wand-magic-sparkles" href="/skills/overview">
    Package repeatable instructions the agent can invoke on demand.
  </Card>
</CardGroup>

## Core concepts

<CardGroup cols={2}>
  <Card title="Conversations" icon="comments" href="/core-concepts/conversations">
    How sessions hold context and persist across runs.
  </Card>

  <Card title="Permissions" icon="shield-halved" href="/core-concepts/permissions">
    Control what the agent can read, edit, and execute.
  </Card>

  <Card title="Working directory" icon="folder-tree" href="/core-concepts/working-directory">
    The folder the agent operates in for a conversation.
  </Card>

  <Card title="Workspaces" icon="layer-group" href="/go-further/workspaces">
    Isolate projects, sources, and settings from one another.
  </Card>
</CardGroup>

## Go further

<CardGroup cols={2}>
  <Card title="Browser automation" icon="chrome" href="/browser/overview">
    Let the agent drive a real browser to read and act on the web.
  </Card>

  <Card title="Messaging" icon="paper-plane" href="/messaging/overview">
    Reach the agent from Telegram, WhatsApp, or Lark.
  </Card>

  <Card title="Automations" icon="robot" href="/automations/overview">
    Run the agent on a schedule or in response to events.
  </Card>

  <Card title="Headless server & CLI" icon="terminal" href="/server/headless">
    Run Synti remotely and drive it from the command line.
  </Card>
</CardGroup>
