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

# Introduction

> Leme is an AI coworker that connects to your company's tools and gets real work done

Leme gives your company an AI coworker: an agent that connects to the tools you already use and executes tasks — building reports, analyzing data, drafting documents, answering customers, running routines — instead of only answering questions.

You talk to your agent where your team already works: in the web app, in Slack, Teams or WhatsApp, or by email. It can also start work on its own, from a schedule, a webhook, or an API call from your systems.

Everything the agent does is governed. You decide which tools it can touch, which actions run freely, which ones require a human to approve, and which are off entirely — and every action is recorded.

## Start here

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create your first agent and put it to work in minutes.
  </Card>

  <Card title="Agents" icon="robot" href="/agents">
    Give your agent a name, a personality, and capabilities.
  </Card>

  <Card title="Connections" icon="plug" href="/connections">
    Connect the tools your agent will work with.
  </Card>

  <Card title="Permissions & approvals" icon="shield-check" href="/permissions">
    Control what the agent can do — and when a human signs off.
  </Card>
</CardGroup>

## Put it to work

<CardGroup cols={2}>
  <Card title="Channels" icon="messages" href="/channels">
    Bring the agent into Slack, Teams, WhatsApp, or email.
  </Card>

  <Card title="Triggers" icon="bolt" href="/triggers">
    Run the agent automatically on a schedule or from events.
  </Card>

  <Card title="Pages" icon="file-lines" href="/pages">
    Turn agent answers into shareable web pages.
  </Card>

  <Card title="API" icon="code" href="/api/overview">
    Activate agents from your own systems and collect the results.
  </Card>
</CardGroup>
