> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/control-center/billing/buy-credits.md).

# Buy Credit

## Overview

Credit are a form of prepaid currency used to access AI features within GenStudio. When you use AI models, your credit balance is reduced based on the number of tokens used by the model. You can purchase additional credit at any time. **Only account owners on a paid plan can purchase additional credit.**

## Steps to Purchase Credit

1. **Navigate to the Billing Section:** Go to the "Account" tab in the SkyDeck.ai Control Center, then select "Billing".
2. **Click the "Buy Credit" Button:** The "Buy Credit" button is only visible to account owners on a paid plan. Click on it if available.

   <figure><img src="/files/oN4f5JDHpnSSeksIUVPh" alt=""><figcaption><p>Buy Credit Button</p></figcaption></figure>
3. **Enter the Amount:** A modal window will appear. Enter the amount of credit you wish to purchase in the input field.

   <figure><img src="/files/X9UoncIPpGPgXtt9kGfX" alt=""><figcaption><p>Buy Credit Modal</p></figcaption></figure>
4. **Confirm Your Purchase:** Click the "Buy Credit" button in the modal.
5. **Confirmation:** You will see a confirmation message if your purchase was successful. The transaction might take a moment to process. Your credit balance will be updated shortly.

## Important Notes

* Credit is non-refundable.
* The minimum amount you can purchase is $1.
* The maximum amount you can purchase is $100,000.
* Credit is consumed based on your usage of LLMs within GenStudio.

If you encounter any issues while purchasing credit, please contact <support@skydeck.ai> for assistance.


---

# 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.skydeck.ai/control-center/billing/buy-credits.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.
