> 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/ru-men/assign-license.md).

# 分配许可证

一旦您成功购买 World Creator，您将收到我们发送的一封电子邮件，其中包含您的个人登录信息（用户名/密码）。您需要使用这些信息通过我们的网站登录客户门户，在那里您可以管理您的个人资料和许可证，并下载 World Creator 应用程序、查看发票、报告错误、提交功能请求、下载示例、素材和桥接工具。

在您可以下载并激活 World Creator 之前，您必须先通过我们的网站登录客户门户。

<figure><img src="/files/816d8f41ba008643ed0eb92275253dca189f8498" alt=""><figcaption></figcaption></figure>

点击用户图标（见上图）将打开登录对话框：

<figure><img src="/files/8f5b71bd318317899cd237b47f3b1cf85db555ba" alt=""><figcaption></figcaption></figure>

成功登录后，您将看到客户门户的内容：

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

许可证中心可让您查看您的有效许可证、维护、订阅、席位分配以及可用的账户操作：

<figure><img src="/files/7765c2ed5674d4811f1bbe73cef2e52b3b12e264" alt=""><figcaption></figcaption></figure>

点击 **分配** 按钮：

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

输入想要激活 World Creator 的用户邮箱，然后点击“分配许可证”。


---

# 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/ru-men/assign-license.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.
