> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.meetgail.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.meetgail.com/_mcp/server.

# AI

> Nodes that hand a task to an AI agent to read, classify, summarize, decide, or work with documents.

AI nodes let a workflow think about its data instead of just moving it. Hand an
agent some text, a set of documents, or an open-ended task, and it returns
structured results the rest of the workflow can act on. Reach for these when a
step needs judgment, extraction, or work that would be hard to spell out with
fixed rules.

#### [Agent](/platform/workflows/node-reference/ai/agent)

Give an agent a prompt and get back structured fields you define.

#### [Document Analysis](/platform/workflows/node-reference/ai/document-analysis)

Check uploaded files for required documents and pull key details off them.

#### [Run Skill](/platform/workflows/node-reference/ai/run-skill)

Run a reusable Skill that can write and run code in a private sandbox.