> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/maigpt/faq/usage.md).

# 利用量とクレジット

MaiGPT は従量課金制を採用しており、利用した分だけが計算されます。以下では使用量に関する基本的な考え方をご説明します。

***

## 使用量とは <a href="#what-is-usage" id="what-is-usage"></a>

AI と対話するたびに、システムはメッセージの長さや複雑さに応じて使用量を計算します。使用量は通常、会社が一括で管理・支払いを行うため、ご自身でお支払いいただく必要はありません。

***

## 使用量を消費する操作 <a href="#operations-that-consume-usage" id="operations-that-consume-usage"></a>

| 操作              | 使用量                |
| --------------- | ------------------ |
| 通常の対話           | 低                  |
| ファイルをアップロードして分析 | 中（ファイルサイズに応じて）     |
| ナレッジベースへの問い合わせ  | 中                  |
| Deep Research   | 高（複数回の検索と分析を行います）  |
| AI 画像生成         | 中                  |
| 深く考える           | やや高（通常の対話より多くなります） |

***

## 使用量の確認方法 <a href="#how-to-check-usage" id="how-to-check-usage"></a>

{% hint style="info" %}
使用量の確認方法は会社の設定によって異なります。お使いの画面に使用量が表示されている場合は、そのまま確認できます。表示されていない場合は、管理者に使用状況をお問い合わせください。
{% endhint %}

***

## 使用量を節約するコツ <a href="#tips-to-save-usage" id="tips-to-save-usage"></a>

* **質問が具体的なほど使用量は少なくなります** — 具体的な質問は曖昧な質問よりも回答が短くなり、使用量が抑えられます
* **同じ会話を活用しましょう** — 会話を続けるほうが新しい会話を始めるよりも節約になります。背景を繰り返し説明する必要がないためです
* **適切な機能を選びましょう** — 簡単な質問には Deep Research や深く考える機能を使う必要はありません

***

## 次のステップ <a href="#next-steps" id="next-steps"></a>

* [モデルの違いと選び方](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/faq/model-comparison.md)
* [セキュリティとプライバシー](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/faq/security.md)
* [MaiGPT の概要に戻る](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/maigpt.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://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/maigpt/faq/usage.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.
