> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/shade-academy/shade-academy-zh/guan-li-yu-an-quan/billing.md).

# 账单

计费在工作区级别进行管理。定价很简单：您将按席位和存储收费。您可以查看我们的定价方案 [这里](https://shade.inc/pricing)。席位按月按比例计费，存储按小时按比例计费。

我们在应用中的账单查看和管理分为 3 个页面。

<figure><img src="/files/fd11e9d650e9067dafa83c9e10d5aefd85307fab" alt=""><figcaption></figcaption></figure>

## 使用情况

您可以在 设置/使用情况 中找到工作区使用情况。此页面概述了工作区如何使用席位、存储、驱动器和积分。

## 方案

您可以在 设置/方案 中找到工作区方案。此页面概述了您当前的方案，以及您在该方案下可以使用的功能。

## 账单

您可以在 设置/账单 中找到工作区账单。此页面详细列出了您的方案、计费周期和即将到来的发票。

## 常见问题

### 我如何降低账单？

您可以将工作区成员改为他们需要访问的驱动器上的访客。请注意，即使驱动器访客拥有完全访问权限，也无法挂载这些驱动器或访问其元数据。批量购买存储是降低存储成本的另一种方式。您还可以考虑使用代理工作流来降低存储成本 [这里](https://academy.shade.inc/guides)。在代理工作流中，您将原始文件保留在磁盘或 NAS 上，并将代理同步到已挂载的 Shade 驱动器。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://academy.shade.inc/shade-academy/shade-academy-zh/guan-li-yu-an-quan/billing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
