> For the complete documentation index, see [llms.txt](https://docs-en.coderblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.coderblock.com/coderblock-studio/subscription-plans/plans-for-companies/premium.md).

# Premium

When you purchase the Premium Plan, in addition to all the content and extra features of the Plus Plan, you'll have the ability to harness the power of artificial intelligence in your virtual world. This includes the use of our Digital Humans and other internal Metaverse applications.

In addition, the Premium plan includes strategic and project consulting, which is invaluable when your organisation needs guidance and direction on the experiences you need to build to meet your pre-defined business objectives. You'll also get access to dedicated technical support.

<figure><img src="/files/QjBuaFsh9SzNwfl7D2ZO" alt="" width="375"><figcaption><p><a href="https://pay.coderblock.com/b/8wM7vY9MdbobeysfZ4?prefilled_promo_code=CBVL40B2B&#x26;_gl=1*1grs77*_gcl_au*NTc2NzcwLjE3MTgxODMzOTc.">Premium Plan</a></p></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-en.coderblock.com/coderblock-studio/subscription-plans/plans-for-companies/premium.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.
