> For the complete documentation index, see [llms.txt](https://docs.m-xr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.m-xr.com/marso-studio/reference/credits-and-billing.md).

# Credits & billing

Marso Studio runs on **credits**. Every generation step spends a set number, and your balance is shown at the top of the screen at all times.

### Buying credits

1. Click **Credits** at the top of the screen.
2. Choose the **Alpha Studio Pack** — **£20 for 200 credits**.

> Pricing and packs are still being finalised during early access and may change.

### Earning credits with feedback

Submitting detailed feedback through the in-app feedback form currently earns you **10 credits**. Your input directly shapes the product during early access — see the [Early access brief](/marso-studio/getting-started/early-access-brief.md).

### Free credits

Users will receive 20 free credits each day they log into Marso Studio.

### Checking your balance and usage

* Your credit balance is shown at the **top of the UI at all times**.
* For a full breakdown, open your **account → Usage & billing**, where you can review both your balance and your usage.

### What each step costs

| What you do                     | Node                  | Credits |
| ------------------------------- | --------------------- | ------- |
| Apply PBR materials             | Generate PBR Textures | **10**  |
| Image → 3D model (single image) | Generate 3D Model     | **4**   |
| Images → 3D model (multi-view)  | Generate 3D Model     | **5**   |
| Generate a multi-view image set | Multiview             | **4**   |
| Generate an image               | Image Generation      | **1**   |
| Edit an image                   | Image Edit            | **1**   |
| Upload an image                 | Image                 | Free    |
| Load a 3D model                 | Load 3D Model         | Free    |

See the [Nodes reference](/marso-studio/reference/nodes-reference.md) for what each step does.


---

# 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.m-xr.com/marso-studio/reference/credits-and-billing.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.
