A Playbook is the canvas Aident uses to describe an automation. It has three sections, and all of them appear on screen at once when you open the editor. The shape is the same for every playbook, so once you’ve seen one, you’ve seen them all.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.

The Three Sections
Goal
What you want done, and what success looks like.
Integrations
The apps your playbook needs — Gmail, Slack, and the rest.
Plan
The input it takes in, the steps it follows, and the output it returns.
🎯 Goal
The Goal section is a short write-up of what the playbook is for — the problem it solves, the scope it covers, and how you’ll know it worked. It’s the source of truth Aiden uses when drafting and refining everything else. A complete Goal usually expresses:- What should happen — the outcome the playbook is responsible for.
- When it’s done — what success looks like.
- Where the result goes — who sees it, and in which channel or format.
⚙️ Integrations
The Integrations section lists every app the playbook depends on, shown as integration pills. Each pill carries a color that signals its readiness.White pill — ready to use
White pill — ready to use
Connected and authenticated. The playbook can use this app right away.
Orange pill — needs connecting
Orange pill — needs connecting
The app hasn’t been signed in to yet. Until it’s connected, any step that depends on it can’t run.
Red pill — something's wrong
Red pill — something's wrong
Aiden couldn’t resolve this app for one of the steps. Asking Aiden to fix it from the side chat repairs the reference.
📄 Plan
The Plan section is the executable part of the playbook. It’s split into three pieces — Input, Steps, and Output — that together describe how a single run flows from beginning to end.Input
The Input card at the top of Plan describes what the playbook expects to receive each time it runs. Inputs come from a manual run, a trigger event, or a scheduled run. There are two shapes:- Freeform — a single text prompt.
- Fields — named pieces of data with types: String, Number, Boolean, Date, Array, or Object.
Steps
The Steps are the ordered list of actions the playbook follows. Each step is a line of plain English that describes one thing the playbook does, in the order it does it. Two things show up inside a step:- Skills — the named actions Aident knows how to perform, shown as pills inline in the step.
- Input fields — if you’ve defined any, steps reference them by name so values flow through.
Output
The Output card at the bottom of Plan describes the shape of what the playbook returns when it finishes. The shape determines how the result appears on the Dashboard and how downstream tools or playbooks consume it. There are three shapes:- Freeform — plain text. Best for summaries, drafts, and reports.
- Structured — named fields with types. Best when another tool or playbook will read the result.
- CSV — rows and columns. Best for lists you’ll open in a spreadsheet.
Working with Aiden
The chat panel beside the canvas is how you change a playbook. Asking Aiden to “tighten the Goal”, “add a step that posts to Slack”, or “switch from Gmail to Outlook” updates the right section automatically. The canvas stays read-only while Aiden is editing — that’s how you know the change is in flight.Next Steps
Triggers
Configure when your playbook runs and what it takes in
Connect Your Tools
Sign in to the apps your playbook uses