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

# What is Aident AI?

> Build workflow automations by describing them in plain English

<Frame>
  <img src="https://mintcdn.com/aidentai/z-2vW097sDgX0ee1/images/overview/header.png?fit=max&auto=format&n=z-2vW097sDgX0ee1&q=85&s=00192ede56e55854c65cdd2e84401c80" alt="Your first automation, written and working." width="2256" height="382" data-path="images/overview/header.png" />
</Frame>

Aident AI lets you build workflow automations by describing them in plain English. Instead of wiring up flowcharts or writing code, you tell **Aiden** — the AI assistant in the editor — what you want done. Aiden turns it into a **Playbook** you can run on demand, on a schedule, or when something happens in another app.

## Who It's For

Aident is built for people who do the work, not the plumbing. If you can write a task out in a short paragraph, you can automate it.

<CardGroup cols={2}>
  <Card title="Operators and ops leads" icon="user-gear">
    Recurring reports, handoffs, and check-ins that keep teams running.
  </Card>

  <Card title="Founders and small teams" icon="briefcase">
    Stitching together the handful of apps you already use, without hiring an engineer.
  </Card>

  <Card title="Sales, support, and marketing" icon="headset">
    Inbox triage, follow-ups, digests, and data entry that eat up your week.
  </Card>

  <Card title="Anyone tired of copy-paste" icon="clipboard">
    If the same steps show up every day, a playbook can take them over.
  </Card>
</CardGroup>

## What It Looks Like

When you open Aident, you'll see four main surfaces in the left sidebar.

<CardGroup cols={2}>
  <Card title="Home" icon="house">
    The big input where you describe a new automation. This is how every playbook begins.
  </Card>

  <Card title="Dashboard" icon="grid-2" href="/documentation/triggers">
    All your playbooks, their current status, active trigger state, and last run.
  </Card>

  <Card title="Capabilities" icon="bolt">
    Browse and connect the integrations that power your agents and playbooks.
  </Card>

  <Card title="Connections" icon="plug">
    Manage MCP access, reusable skills, channels, and sandbox-related setup.
  </Card>
</CardGroup>

Your credit balance and the **Upgrade** button sit in the user center below the sidebar, so you always know where you stand.

## The Playbook

Every automation you build is a Playbook. Open one and you'll see three stacked sections on the canvas.

<CardGroup cols={3}>
  <Card title="🎯 Goal" icon="bullseye">
    What you want done, and how you'll know it worked.
  </Card>

  <Card title="⚙️ Integrations" icon="plug">
    The apps your playbook needs — auto-discovered from your Steps.
  </Card>

  <Card title="📄 Plan" icon="list-check">
    An **Input** card, the ordered **Steps**, and an **Output** card.
  </Card>
</CardGroup>

Aiden drafts the first version from your description. You edit it directly, or ask Aiden in the side chat to rework anything. See [Playbooks](/documentation/playbooks) for the full tour.

## What You Can Automate

<AccordionGroup>
  <Accordion title="Email and communication">
    Summarize daily emails into a Slack digest, auto-reply to common questions, or route important messages to the right person.
  </Accordion>

  <Accordion title="Reporting and data">
    Pull numbers from a few tools into a weekly report, keep a spreadsheet updated, or watch a metric and alert when it crosses a line.
  </Accordion>

  <Accordion title="Tasks and projects">
    Turn Slack messages or emails into tasks, keep project status in sync across tools, and nudge follow-ups on a schedule.
  </Accordion>

  <Accordion title="Research and content">
    Research a topic and compile a summary, draft content from a template, or tag and file incoming information.
  </Accordion>
</AccordionGroup>

<Tip>
  A good starting description sounds like: "Every morning at 8am, check my Gmail for emails from clients, summarize them, and post the digest in #updates on Slack."
</Tip>

## Next Steps

<CardGroup cols={2}>
  <Card title="Get Started" icon="rocket" href="/get-started">
    Create your first automation in minutes
  </Card>

  <Card title="How It Works" icon="diagram-project" href="/documentation/how-it-works">
    See what happens from Home to a running playbook
  </Card>
</CardGroup>
