> ## Documentation Index
> Fetch the complete documentation index at: https://firecrawl-docs-firecrawl-replit-connector.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 集成

> Firecrawl 帮你将整站内容转换为适配 LLM 的 Markdown

<CardGroup cols={2}>
  <Card title="Vercel Marketplace" icon="bolt" href="zh/quickstarts/vercel-marketplace">
    将 Firecrawl 添加到 Vercel 项目中，并自动配置 API 密钥
  </Card>

  <Card
    title="Langchain"
    icon={
<img
src="https://raw.githubusercontent.com/hellofirecrawl/docs/main/images/integrations/langchain.png"
alt="Firecrawl Document Loader"
/>
}
    href="zh/integrations/langchain"
  >
    查看 Firecrawl Document Loader
  </Card>

  <Card
    title="LlamaIndex"
    icon={
<img
src="https://raw.githubusercontent.com/hellofirecrawl/docs/main/images/integrations/llamaindex.jpeg"
alt="Firecrawl Reader"
/>
}
    href="zh/integrations/llamaindex"
  >
    查看 Firecrawl Reader
  </Card>

  <Card
    title="Dify"
    icon={
<img
src="https://raw.githubusercontent.com/hellofirecrawl/docs/main/images/integrations/dify.jpeg"
alt="Dify"
/>
}
    href="zh/integrations/dify"
  >
    从网页提取结构化数据
  </Card>

  <Card
    title="Flowise"
    icon={
<img
src="https://raw.githubusercontent.com/hellofirecrawl/docs/main/images/integrations/flowise.png"
alt="Flowise"
/>
}
    href="zh/integrations/flowise"
  >
    直接从网站同步数据
  </Card>

  <Card
    title="CrewAI"
    icon={
<img
src="https://raw.githubusercontent.com/hellofirecrawl/docs/main/images/integrations/crewai.png"
alt="Crew AI"
/>
}
    href="zh/integrations/crewai"
  >
    协同 AI 代理执行网页抓取任务
  </Card>

  <Card
    title="Langflow"
    icon={
<img
src="https://raw.githubusercontent.com/hellofirecrawl/docs/main/images/integrations/langflow.webp"
alt="Langflow"
/>
}
    href="zh/integrations/langflow"
  >
    设计可视化网页数据管道
  </Card>

  <Card
    title="Camel AI"
    icon={
<img
src="https://raw.githubusercontent.com/hellofirecrawl/docs/main/images/integrations/camelai.jpg"
alt="CamelAI"
/>
}
    href="zh/integrations/camelai"
  >
    设计可视化网页数据管道
  </Card>

  <Card
    title="SourceSync.ai"
    icon={
<img
src="https://raw.githubusercontent.com/hellofirecrawl/docs/main/images/integrations/sourcesyncai.png"
alt="SourceSync.ai"
/>
}
    href="zh/integrations/sourcesyncai"
  >
    使用网页数据构建 RAG 应用
  </Card>
</CardGroup>
