> 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/procurement-portal/purchasing-licenses.md).

# Purchasing Licenses

To purchase a World Creator licence, select one of the available options and click the appropriate purchase button. For demonstration purposes, we will now show you how to purchase a perpetual Enterprise licence for your customer.

Click the Buy Perpetual Licence button as shown in the image below:

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

A window will open telling you that if you click the Buy Now button, you will be agreeing to the licence terms listed, as shown in the image below:

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

Click the Buy Now button to confirm and open the purchase dialogue box as shown below:

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

Depending on the country you are in, this dialogue box may display different payment options. As you can see in the image below, you can choose from Credit/Debit Card, PayPal, Google Pay, Get a Quote, Pay with Amazon and Bank Transfer:

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

Fill out the form and click the Pay button to purchase a World Creator licence. If the purchase went well, you will see a quick purchase confirmation window as shown in the image below:

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

Depending on the number of licences you have purchased, it will display one or more product keys that you will need to give to your customer. You will also receive these in a separate purchase confirmation email.


---

# 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/procurement-portal/purchasing-licenses.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.
