> 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/ja/control-center/billing/buy-credits.md).

# クレジットの購入

## 概要

クレジットは、GenStudio内のAI機能にアクセスするために使用されるプリペイド通貨の一形態です。AIモデルを使用すると、モデルによって使用されるトークンの数に基づいてクレジット残高が減少します。いつでも追加のクレジットを購入できます。**有料プランのアカウント所有者のみが追加のクレジットを購入できます。**

## クレジット購入手順

1. **請求セクションに移動:** SkyDeck.ai コントロールセンターの「アカウント」タブに移動し、「請求」を選択します。
2. **「クレジットを購入」ボタンをクリック:** 「クレジットを購入」ボタンは、有料プランのアカウント所有者のみが表示されます。利用可能な場合はクリックしてください。

   <figure><img src="/files/mG4yYCOW4nnEDUt29IDH" alt=""><figcaption><p>クレジットを購入ボタン</p></figcaption></figure>
3. **金額を入力:** モーダルウィンドウが表示されます。購入したいクレジットの金額を入力フィールドに入力してください。

   <figure><img src="/files/KnB4ZfqNX9ni117GZKRc" alt=""><figcaption><p>クレジット購入モーダル</p></figcaption></figure>
4. **購入を確認:** モーダル内の「クレジットを購入」ボタンをクリックします。
5. **確認:** 購入が成功した場合、確認メッセージが表示されます。取引の処理には少し時間がかかる場合があります。クレジット残高はすぐに更新されます。

## 重要な注意事項

* クレジットは返金不可です。
* 購入できる最小額は1ドルです。
* 購入できる最大額は100,000ドルです。
* クレジットはGenStudio内でのLLMの使用に基づいて消費されます。

クレジットの購入中に問題が発生した場合は、<support@skydeck.ai>までご連絡ください。


---

# 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/ja/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.
