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

# 控制台导航

> 了解 AIOAGI 控制台和常用外部入口。

本页整理 AIOAGI 用户最常用的入口。建议把控制台、开发者指南和本文档加入团队书签。

## 常用入口

<CardGroup cols={2}>
  <Card title="AIOAGI 官网" icon="globe" href="https://aioagi.tech">
    查看平台介绍、服务能力和最新入口。
  </Card>

  <Card title="控制台" icon="gauge-high" href="https://api.aiearth.dev">
    管理 API Key、余额、应用和模型。
  </Card>

  <Card title="开发者指南" icon="book-open" href="https://aiearthdev.apifox.cn/">
    查看接口说明、在线调试、Mock 和测试能力。
  </Card>

  <Card title="卡密商城" icon="cart-shopping" href="https://shop.aiearth.dev/">
    购买 API 额度卡密，并回到控制台钱包兑换。
  </Card>

  <Card title="CSDN 企业社区" icon="users" href="https://devpress.csdn.net/aioagi">
    查看社区教程、企业服务信息和技术内容。
  </Card>

  <Card title="Link3 Link Hub" icon="link" href="https://link3.cc/aioagi">
    查看 AIOAGI 聚合链接和多渠道入口。
  </Card>

  <Card title="可视化操作手册" icon="file-lines" href="https://cscitech.feishu.cn/docx/G1fEdSZDMoMnTCx5XUOcRmeonOu">
    按步骤了解平台使用流程和常见操作。
  </Card>
</CardGroup>

## 应用入口

<Table>
  <thead>
    <tr>
      <th>应用</th>
      <th>地址</th>
      <th>用途</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>GPT APPs</td>
      <td><a href="https://api.aiearth.dev/console/chat/0">打开应用</a></td>
      <td>通用聊天与模型体验。</td>
    </tr>

    <tr>
      <td>ChatGPT Next</td>
      <td><a href="https://api.aiearth.dev/console/chat/1">打开应用</a></td>
      <td>使用 ChatGPT Next 风格的聊天工作台。</td>
    </tr>

    <tr>
      <td>Academic Agents Studio</td>
      <td><a href="https://agents.aiearth.dev">打开应用</a></td>
      <td>面向学术研究全流程的智能体平台。</td>
    </tr>

    <tr>
      <td>服务状态与支持</td>
      <td><a href="/service-status">查看页面</a></td>
      <td>查看系统性能、社区渠道和企业支持说明。</td>
    </tr>
  </tbody>
</Table>

## 社区与支持

<CardGroup cols={2}>
  <Card title="QQ 技术支持群" icon="comments">
    官网首页展示的 QQ 群号为 `9499698745`。加群前请以官网最新信息为准。
  </Card>

  <Card title="微信咨询" icon="message">
    官网首页展示企业咨询可添加微信 `AIOAGI`。价格、资源包和售后政策以最终沟通为准。
  </Card>
</CardGroup>

## 团队使用建议

* 将控制台权限分配给可信成员。
* 为不同团队创建独立 API Key 或 Token 组。
* 使用统一的模型命名和环境变量规范。
* 在上线前用开发者指南完成接口调试。
