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

# Coding Agent 接入概览

> 帮助开发者快速将 TextIn Docflow 文档 Skill 接入 AI Coding Agent，实现智能文档检索与代码生成

## 01 什么是 Docflow 文档 Skill

TextIn Docflow 文档 Skill 是一个为 AI Coding Agent 提供的技能插件，让你的编程助手能够：

* **检索文档和内容** — 快速查找 TextIn Docflow 相关的 API 文档和技术资料
* **生成示例代码** — 根据文档自动生成可用的代码片段
* **辅助开发** — 在开发过程中实时获取技术指引和最佳实践

## 02 快速开始

<CardGroup cols={2}>
  <Card title="安装 Coding Agent" icon="robot" href="./install-coding-agent">
    选择并安装一款 AI Coding 工具
  </Card>

  <Card title="安装 Docflow 文档 MCP" icon="plug" href="./install-docflow-mcp">
    连接 TextIn Docflow 文档服务
  </Card>

  <Card title="安装 Docflow 文档 Skill" icon="wand-magic-sparkles" href="./install-docflow-skill">
    为 Agent 安装 Docflow 技能
  </Card>

  <Card title="场景示例" icon="code" href="./example-search-docs">
    查看实际使用场景和示例
  </Card>
</CardGroup>
