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

# 概览

> HingNet AI 平台用户文档总览

# 欢迎使用 HingNet AI 平台

这里是面向平台用户的使用文档，帮助你快速上手、熟练使用各项功能，并安全地集成到你的业务流程。

## 快速导航

<Columns cols={3}>
  <Card title="快速开始" icon="rocket" href="/quickstart" horizontal>
    三步完成注册、配置与首个调用。
  </Card>

  <Card title="控制台指南" icon="gauge" href="guide/console" horizontal>
    了解控制台导航与常用操作。
  </Card>

  <Card title="API 概览" icon="terminal" href="/api/overview" horizontal>
    查看接口能力、使用方式与示例。
  </Card>
</Columns>

## 常用入口

<Columns cols={3}>
  <Card title="账号与计费" icon="user" href="/account-billing">
    管理团队、订阅、额度与发票。
  </Card>

  <Card title="支持与工单" icon="lifesaver" href="/support">
    获取帮助、提交问题与联系支持。
  </Card>

  <Card title="安全与合规" icon="shield" href="/security">
    数据安全、权限与合规说明。
  </Card>
</Columns>

## 开发者

<Columns cols={2}>
  <Card title="API 认证" icon="key" href="/api/authentication">
    获取访问凭证并安全调用 API。
  </Card>

  <Card title="API 参考" icon="book" href="/api-reference/introduction">
    查看接口定义与请求示例。
  </Card>
</Columns>

## 帮助与更新

<Columns cols={2}>
  <Card title="常见问题" icon="circle-question" href="/faq">
    覆盖安装、配置、调用等常见疑问。
  </Card>

  <Card title="更新日志" icon="calendar-days" href="/changelog">
    了解每次发布的改动与修复。
  </Card>
</Columns>
