> For the complete documentation index, see [llms.txt](https://docs.world-creator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world-creator.com/zh/cai-gou-men-hu/the-dashboard.md).

# 仪表板

第一行包含您的帐户信息、我们和 FastSpring 向您发送的任何发票，以及指向此文档的链接。

<figure><img src="/files/5dc50765d3a8027f7725789c7babc6996007dc7f" alt=""><figcaption></figcaption></figure>

第二行显示可用的 World Creator 产品和许可证。经销商可以购买永久许可证、一年租赁和终身许可证。

{% hint style="info" %}
图片中显示的价格可能因不同的年度促销（例如黑色星期五促销、圣诞促销等）而有所不同。
{% endhint %}

<figure><img src="/files/15c04cb15c9ee0119b6678d2becaa7f9f8072b04" alt=""><figcaption></figcaption></figure>

第三行允许您为客户现有的永久许可证购买 12 个月的维护计划。

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


---

# 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://docs.world-creator.com/zh/cai-gou-men-hu/the-dashboard.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.
