# 计划与升级

## 概述

计划决定了您对 GenStudio 功能的访问级别以及可供您团队使用的成员席位数量。SkyDeck.ai 提供不同的订阅计划，每个计划都有自己的一套功能和定价。您可以选择最适合您需求和预算的计划。您可以随时升级或降级您的计划。

## 查看您当前的计划

1. **导航到账单部分：** 在 SkyDeck.ai 控制中心中，转到“帐户”选项卡，然后选择“账单”。
2. **当前计划详情：** 在账单页面，您将看到一个显示您当前计划的部分。这包括：

   * **计划名称：** 您当前订阅计划的名称（例如，“免费试用”、“基础版”、“高级版”）。
   * **订阅状态：** 您是处于免费试用、付费计划，还是您的计划已过期。
   * **月费：** 您当前计划每个席位的基本月费。
   * **总计：** 总月费，通过将每个席位的月费乘以您计划中包含的成员席位数量计算得出。
   * **信用余额：** 您当前可用于访问 40+ LLM 的帐户信用余额。
     * 对于 **Essential Plus** 和 **Advanced Plus** 计划，这包括基于席位数量的每月信用补充。
   * **成员席位：** 您计划中包含的成员席位数量。
   * **续订日期：** 您的订阅将续订的日期。

   <figure><img src="/files/eYoGZ3Tlm5YnMGNAnmGp" alt=""><figcaption><p>当前计划详情</p></figcaption></figure>

## 升级或更改您的计划

1. **找到“升级”或“更改计划”按钮：** 如果您正在使用免费试用版或您的计划已过期，您将看到一个“升级”按钮。如果您正在使用付费计划，您将看到一个“更改计划”按钮。
2. **浏览可用计划：** 点击按钮将打开一个模态窗口或将您重定向到一个新页面，在那里您可以查看和选择不同的订阅计划。
3. **选择新计划：** 选择最适合您需求的计划。
4. **确认您的选择：** 按照提示确认您的新计划选择。

<figure><img src="/files/AVRoen9mq9HvS9Chyo6G" alt=""><figcaption><p>计划选择模态</p></figcaption></figure>

## 重要说明

* 升级您的计划将立即生效。
* 降级您的计划可能会在当前计费周期结束时生效。
* 一旦您的计划变更成功，您将收到确认消息。

## **发票和收据**

要获取您的 SkyDeck.ai 订阅的发票或收据：

1. 在您的账单设置中点击“更改计划”选项。这将把您重定向到 Stripe 平台。
2. 在 Stripe 中，找到页面底部的“发票历史”部分。
3. 点击您希望查看的特定付款记录。
4. 在随后的屏幕上，您将找到下载所选交易的发票或收据的选项。

如果您在升级或更改计划时遇到任何问题，请联系 <support@skydeck.ai> 寻求帮助。


---

# Agent Instructions: 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:

```
GET https://docs.skydeck.ai/zh-cn/control-center/billing/plans-and-upgrades.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
