> 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/creators/start/plans-in-detail/plus.md).

# Plus

An advanced plan that lets you **create unlimited scenes, share them** with your contacts and users, and **monetize** them! With the Plus plan, you'll have full access to **all the features of Coderblock Studio**, publish your scenes, organize events and sell your creations on the Coderblock Hub marketplace!

If you opt for the **annual plan**, you'll also benefit from a significant discount (**40% off!**) and have access to **15 catalogue templates** to use as models for building your experiences!

<figure><img src="/files/2w4UqJbdhJd5BE00djoD" alt=""><figcaption><p><a href="https://pay.coderblock.com/b/eVaaIa3nP0Jx9e828j?prefilled_promo_code=CBVL40&#x26;_gl=1*1bbl1z*_gcl_au*NTc2NzcwLjE3MTgxODMzOTc.">Plus 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/creators/start/plans-in-detail/plus.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.
