> For the complete documentation index, see [llms.txt](https://mazingxr.gitbook.io/mazing-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mazingxr.gitbook.io/mazing-world/project-management/credit-system.md).

# Credit System

## (a)Mazing Credit System 🪙

Welcome to the (a)Mazing World! To get you started, every new user receives **10 free credits** upon registration. These credits can be used to generate and download product visuals within our platform.

<figure><img src="/files/1iiOUWPvpoxzmzmWHK0t" alt=""><figcaption><p>Every new user receives 10 free credits</p></figcaption></figure>

## How to Use Credits?&#x20;

Credits allow you to access various AI-powered product visualization features in the (a)Mazing World.

## **Where Can You Spend Credits?**

* [**AI 3D Model Generation**](/mazing-world/product-guides/create-3d-model-with-ai.md) – 2 credits per generation
* **AI Project Download** – 4 credits per download
* [**AI 3D Video**](/mazing-world/ai-apps/create-ai-3d-videos.md) – 10 credits per video

## **Credit Allocation**

### **Free Trial** 🎉

Every new user, regardless of the selected plan, receives **10 free credits** during the trial period.\
(Equivalent to 1 project download and 3 AI generations.)

### **Credits After Trial Period**

Once the trial period ends, credits are granted based on the selected plan:

* **Starter Plan** – 20 credits
* **Premium Plan** – 50 credits
* **Business Plan** – 100 credits

These credits renew as per your subscription cycle and allow you to continue creating and downloading AI-generated product visuals seamlessly.

## [Start creating with the (a)Mazing Credit System today!](/mazing-world/product-guides/create-3d-model-with-ai.md) 🚀


---

# 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://mazingxr.gitbook.io/mazing-world/project-management/credit-system.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.
