> ## Documentation Index
> Fetch the complete documentation index at: https://firecrawl.web3doc.top/llms.txt
> Use this file to discover all available pages before exploring further.

# 集成

> Firecrawl 允许您将整个网站转换为 LLM 就绪的 markdown

<CardGroup cols={2}>
  <Card
    title="Langchain"
    icon={
  <img
    src="https://raw.githubusercontent.com/hellofirecrawl/docs/main/images/integrations/langchain.png"
    alt="Firecrawl 文档加载器"
  />
}
    href="integrations/langchain"
  >
    查看 Firecrawl 文档加载器
  </Card>

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

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

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

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

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

  <Card
    title="Camel AI"
    icon={
  <img
    src="https://raw.githubusercontent.com/hellofirecrawl/docs/main/images/integrations/camelai.jpg"
    alt="CamelAI"
  />
}
    href="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="integrations/sourcesyncai"
  >
    使用网络数据构建 RAG 应用程序
  </Card>
</CardGroup>
