> 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/customer-portal/license-management.md).

# License Management

The image below shows the number of World Creator seats (licenses) you might own by example. The Account Manager will see all seats listed, while the user will only see their own seat.

{% hint style="info" %}
Only the Account Manager can assign seats, cancel subscriptions or add new seats to the active account.
{% endhint %}

<figure><img src="/files/6dW8txHTxwAgS9bauMuY" alt=""><figcaption></figcaption></figure>

As you can see in the image above, each license offers some specific actions:

* View\
  Shows all license information such as email, password, maintenance / subscription dates, license type and license model<br>
* Assign\
  Lets you assign a license to a user<br>
* Reset License / Unlock Workstations\
  Lets you reset all activations (in case your workstation has changed). This action can be performed five times per month to prevent license abuse.<br>
* Renew Maintenance / Renew Subscription\
  Lets you renew your mainetannce subscription plan or your rental subscription plan<br>
* Canel Maintenance / Cancel Subscription\
  Lets you cancel your mainetannce subscription plan or your rental subscription plan<br>
* Upgrade to Professional\
  Lets you upgrade your Indie license to a Professional license<br>
* Upgrade to Studio\
  Lets you upgrade your Professional license to a Studio license<br>
* Upgrade to Enterprise\
  Lets you upgrade your Professional or Studio license to an Enterprise license

Typically, the very first step after purchasing World Creator, is, to assign a free seat to a user. For example, if you are an individual who purchased World Creator, you need to assign a free seat (license) to yourself. To do so, go to License in the customer portal, select the free license (which is marked as unassigned) and click on Assign.&#x20;

Next, a window opens up, where you must enter a valid email address and click on Assign License.

<figure><img src="/files/2aVpvfoMrprDAGGxVUfw" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Once you have assigned a seat, you must use the seats email and password to activate World Creator.
{% endhint %}


---

# 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/customer-portal/license-management.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.
