> 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.md).

# よくある質問

MaiGPT のご利用時によく寄せられるご質問をまとめています。

***

## ご質問のカテゴリ <a href="#question-categories" id="question-categories"></a>

| カテゴリ                                                                                         | 回答内容                                  |
| -------------------------------------------------------------------------------------------- | ------------------------------------- |
| [**使用量と上限**](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/faq/usage.md)                | どの操作で使用量が消費されるか、使用量を節約する方法            |
| [**モデルの違いと選び方**](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/faq/model-comparison.md) | Claude、GPT、Gemini がそれぞれどのような場面に適しているか |
| [**セキュリティとプライバシー**](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/faq/security.md)      | データの保護方法、会話が外部に漏れることはないか              |

***

## クイック回答 <a href="#quick-answers" id="quick-answers"></a>

**MaiGPT と ChatGPT は何が違いますか？**

MaiGPT は企業専用の AI アシスタントです。データは社内に保持され、社内のナレッジベースを検索でき、複数の AI モデルに対応し、社内の IT 部門が一元管理します。

**料金を支払う必要はありますか？**

いいえ。使用量は会社が一元的に管理し、支払います。

**私の会話は安全ですか？**

すべての会話は社内環境で処理され、AI モデルの学習には使用されません。詳しくは[セキュリティとプライバシー](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/faq/security.md)をご覧ください。

***

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

* [使用量と上限](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/faq/usage.md)
* [モデルの違いと選び方](/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.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.
