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

# AI 应用教程

Poixe AI 提供统一且规范化的 API 接口协议，可将多种主流 AI 应用无缝接入到你的工作流或产品中。

你通常只需要两样东西：`base_url` 和 `api_key` ——把它们填到对应的“接口配置”里，就能直接开始对话或调用。

本节将介绍几个常见的应用场景与接入方式，助你快速上手。

<CardGroup cols={2}>
  <Card title="对话应用：Cherry Studio" icon="message" href="/cn/use-cases/chat/cherry-studio">
    在 Cherry Studio 中配置接口，并添加模型后开始对话。
  </Card>

  <Card title="编程应用：Claude Code" icon="code" href="/cn/use-cases/code/claude-code">
    把 Poixe 接入编程工具，选择合适模型用于写代码、改代码与解释代码。
  </Card>
</CardGroup>
