> For the complete documentation index, see [llms.txt](https://aican.gitbook.io/aican/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aican.gitbook.io/aican/aican-system/plan.md).

# 方案管理

## 简介

「方案管理」用于查看目前团队的方案信息，包括方案类型、启用时间、到期时间及剩余使用天数。

当方案即将到期时，系统会于此页面显示提醒，并提供续费入口。

***

## 页面内容

本页面包含以下内容：

### 方案信息

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

可查看目前团队的：

* 方案名称
* 团队代号
* 启用时间
* 到期时间
* 剩余使用天数

***

### 方案续费

当方案剩余天数<mark style="color:red;">低于 14 天</mark>时，系统会于「方案管理」页面以红字显示提示信息，提醒您留意方案到期时间。

当方案到期后，系统将发送到期提醒通知，并依据目前的方案状态限制部分功能的使用权限。

建议提前联系商务人员办理续费，以避免影响系统使用。

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

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

{% hint style="danger" %}

#### 提醒

* 当方案即将到期时，建议提前联系商务人员办理续费，以避免影响系统使用。
* 若方案已经到期，系统将依照方案状态限制部分功能的使用权限。
* 方案到期后，原有资料仍会保留，不会立即删除。
  {% endhint %}

***

#### 下一步

至此，您已完成 AICAN Pro 后台操作手册的所有功能介绍。

***


---

# 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://aican.gitbook.io/aican/aican-system/plan.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.
