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

# 预算审批

> 当预算保护需要人工审核时,批准或拒绝暂停的 Hive Agent 运行

Budget Approval 会在 Hive Agent 继续花费前暂停运行。运行会等待接收人批准更多预算或拒绝继续。

## 运行什么时候会暂停? <a href="#when-runs-pause" id="when-runs-pause" />

Fetch Hive 会在计划前和每个重复 pass 开始时检查预算。

当运行超过 **Budget Hint (USD)** 且 **Budget Strictness** 为 **Conservative** 时,可能暂停。**Balanced** 通常继续,但可能降低并发。**Aggressive** 会在暂停前允许更多工作。

**Budget Cap (USD)** 默认仍是真正的硬上限。

如果 Hive Agent 配置为在达到 hard cap 时请求审批,运行会暂停而不是停止。审批页面会显示当前花费、暂停时的 hard cap、预计下一步工作,以及建议增加的预算。

## 谁会收到审批? <a href="#recipient" id="recipient" />

Fetch Hive 会优先发送给 Hive Agent 创建者。如果创建者不再是账户成员,则发送给账户 owner。

如果设置了 **Notification email**,会发送到该邮箱。若 **Budget Notification** 为 **Telegram**,会发送到连接的 Telegram 账户。Telegram 不可用时会回退到 email。

## 如何批准更多预算? <a href="#approve-budget" id="approve-budget" />

打开 email 或 Telegram 中的 magic link。

查看目标、花费摘要、当前 hard cap、估算金额和过期时间。

输入 **Additional budget (USD)**,然后点击 **Approve and continue**。

对于 hard cap 审批,**Additional budget (USD)** 是必填项。对于 soft hint 审批,它是可选项。

## 如何拒绝继续? <a href="#decline-budget" id="decline-budget" />

打开链接并点击 **Decline**。运行会保持 blocked 并结束,不会继续循环。

## 链接过期后会怎样? <a href="#expiry" id="expiry" />

链接会在 24 小时后过期。如果可用,点击 **Send a fresh link** 发送新链接。

## 审批如何影响剩余运行? <a href="#after-approval" id="after-approval" />

批准后,当前运行可以继续超过 soft hint。hard cap 仍然生效。

对于 hard cap 审批,批准不会绕过 cap。Fetch Hive 会按你输入的金额提高 cap,然后在继续前再次检查预算。如果金额太低,运行可能会再次暂停。

预计金额是基于 token 和费率表的下一步预算检查估算,不是完成整次运行的保证成本。重试、验证器拒绝和 Compose 尝试都可能需要更多预算。

另请参阅: [Creating and Configuring](./creating-and-configuring) 中的预算设置,以及 [Notifications](./notifications) 了解全部提醒类型。
