> ## Documentation Index
> Fetch the complete documentation index at: https://superdoc-caio-pizzol-docs-ai-core-preset.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AI

> Edit .docx files with AI: from coding agents to embedded app workflows

SuperDoc gives AI models structured access to Word documents. Pick the path that fits how you work.

<CardGroup cols={2}>
  <Card title="MCP Server" icon="plug" href="/ai/mcp/overview">
    Connect coding agents (Claude Code, Cursor, Windsurf) to .docx files. Install once, edit documents through natural language.
  </Card>

  <Card title="LLM Tools" icon="wrench" href="/ai/agents/llm-tools">
    Embed document editing in your app. Nine intent tools for OpenAI, Anthropic, and Vercel AI SDK: search, edit, format, comment, and more.
  </Card>

  <Card title="Core preset" icon="cubes" href="/ai/agents/core-preset">
    A compact three-tool surface for document agents: inspect the document, run recipes, execute code. Every edit returns a receipt.
  </Card>
</CardGroup>

## Which path to pick

| You want to...                              | Use                                                                                         |
| ------------------------------------------- | ------------------------------------------------------------------------------------------- |
| Let a coding agent edit .docx files         | [MCP Server](/ai/mcp/overview)                                                              |
| Build AI document editing into your product | [LLM Tools](/ai/agents/llm-tools)                                                           |
| Use a compact, recipe-based tool surface    | [Core preset](/ai/agents/core-preset)                                                       |
| Stream model output into a live editor      | [Streaming pattern](/ai/agents/integrations#streaming-generated-text-into-a-visible-editor) |
