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

# Web 控制台

> 每一屏是干什么的，以及你真正会用到哪些。

控制台是观察进展、对比结果和治理平台的地方。提交仍然在 `sf` 里做——
两边走的是同一套 API，所以不存在「某个功能只有控制台有」这种意外。

<Frame caption="仪表盘：按卡型的集群 GPU、全局 GPU-时，以及提交热力图。">
  <img src="https://mintcdn.com/starforge/GatXR2rI5-_Vm4_H/images/console/dashboard.png?fit=max&auto=format&n=GatXR2rI5-_Vm4_H&q=85&s=0a8b0c8c293f965771f24a3f744adf2a" alt="StarForge 仪表盘" width="2160" height="1350" data-path="images/console/dashboard.png" />
</Frame>

## 全部页面

| 页面                                        | 路径                 | 用来做什么                       |
| ----------------------------------------- | ------------------ | --------------------------- |
| [仪表盘](/zh-Hans/console/dashboard)         | `/`                | 集群水位、你的配额、进行中的作业、最近提交       |
| [作业列表](/zh-Hans/console/jobs)             | `/jobs`            | 作业列表，带筛选和批量操作               |
| [作业详情](/zh-Hans/console/job-detail)       | `/jobs/:id`        | 曲线、日志、验证、系统、配置、产物、诊断        |
| [对比复盘](/zh-Hans/console/review)           | `/review`          | 叠加多个 run，决定留哪一个             |
| [提交台账](/zh-Hans/console/runs)             | `/runs`            | 按时间排列的提交记录                  |
| [项目](/zh-Hans/console/projects)           | `/projects`        | 按仓库聚合的 run，以及项目记忆           |
| [评测](/zh-Hans/console/benchmarks)         | `/benchmarks`      | 跨 run、跨基准的分数矩阵              |
| [Rubric](/zh-Hans/console/rubrics)        | `/rubrics`         | 成文的判分标准、版本与使用记录             |
| [环境](/zh-Hans/console/environments)       | `/environments`    | Agent RL 环境，以及每个声明了什么       |
| [Playground](/zh-Hans/console/playground) | `/playground`      | 和某个 checkpoint 对话，或做 A/B    |
| [模型](/zh-Hans/console/models)             | `/models`          | 注册表：版本、推广、验收卡               |
| [部署](/zh-Hans/console/model-deployments)  | `/deployments`     | 受管服务、revision、token、Reflow  |
| [方法](/zh-Hans/console/methods)            | `/methods`         | 方法 catalog 与全部可调超参          |
| [数据](/zh-Hans/console/datasets)           | `/data`            | 数据集与空间：版本、文件清单、数据质量         |
| [插件](/zh-Hans/console/plugins)            | `/plugins`         | 扩展货架，以及管理员治理                |
| [用量](/zh-Hans/console/usage)              | `/usage`           | 你的配额、GPU-时与成本归因             |
| [MCP](/zh-Hans/console/mcp)               | `/mcp`             | 把 Cursor 或 Claude 接到你的作业数据上 |
| [集成](/zh-Hans/console/integrations)       | `/integrations/hf` | 关联 Hugging Face 账号          |
| [个人资料](/zh-Hans/console/profile)          | `/profile`         | 昵称、密码、已登录设备                 |
| [通知](/zh-Hans/console/notifications)      | 铃铛图标               | 你的消息流                       |
| [分享](/zh-Hans/console/sharing)            | —                  | 作业或复盘的只读公开链接                |
| [新手教程](/zh-Hans/console/tutorial)         | `/tutorial`        | 产品内的上手引导                    |

管理员另外还有——它们在侧栏底部的**管理**入口后面，进去之后侧栏会整个换成管理导航：

| 页面                                    | 路径                | 用来做什么              |
| ------------------------------------- | ----------------- | ------------------ |
| [用户与配额](/zh-Hans/console/admin)       | `/admin/users`    | 账号、角色、GPU 与存储配额    |
| [设置](/zh-Hans/console/admin-settings) | `/admin/settings` | 平台开关、镜像、硬件注册表、时段窗口 |
| [定时任务](/zh-Hans/console/admin-tasks)  | `/admin/tasks`    | 后台任务的排期与运行历史       |
| [审计](/zh-Hans/console/audit)          | `/admin/audit`    | 谁提交了、谁被拒了、谁改了什么    |

## 两件值得早点知道的事

<Columns cols={2}>
  <Card title="搜索无处不在" icon="search">
    ⌘K 打开搜索面板，覆盖作业、run、数据集和模型。通常比一层层点进去快。
  </Card>

  <Card title="锁着的卡片是功能，不是故障" icon="lock">
    AI 诊断、Ask Agent 和 MCP 在部署把它们限制为管理员专用时会显示一张锁着的卡片。
    `FORGE_PREMIUM_PUBLIC` 可以向所有人开放。
  </Card>
</Columns>
