> 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/tech/maiagent-tech-ja/ai-agents/faq.md).

# FAQ よくある質問の管理

FAQ は情報を Excel ファイルに変換してからナレッジベースに格納する機能で、MaiAgent プラットフォーム内でユーザーがオンラインで手軽に FAQ を作成できるユーザーインターフェースです。項目には質問と回答が含まれ、MaiAgent には検索の最適化と強化機能が組み込まれているため、ユーザーが曖昧な聞き方をした場合でも、また質問が回答に関連している場合でも、適切に回答できます。

質問の例：

```
MaiAgent の特長は何ですか
```

回答の例：

```
MaiAgent の主な特長は以下のとおりです：

1. 迅速なサービス公開：MaiAgent は、生成 AI アシスタントのサービスを最速で公開できる開発プラットフォームです。
2. 先進的な技術アーキテクチャ：先進的な技術アーキテクチャを採用し、機能が包括的かつ充実しています。
3. 安全で信頼性が高い：技術はパートナーによって実証済みで、安全であり、ハルシネーションを起こしません。
4. 強力な RAG 技術：強力な RAG（Retrieval-Augmented Generation）技術を採用しており、金融業界や公的機関から高く評価されています。
5. 多様な導入プラン：パブリッククラウド、プライベートクラウド、オンプレミス導入など複数の選択肢を提供しており、さまざまなニーズやセキュリティ上の考慮に応じて、適切な導入方式を選択できます。
6. 充実した管理画面機能：AI アシスタントの迅速な作成やナレッジベースの管理などの機能を備えています。
7. 多様な活用シーン：金融業界、公的機関、上場企業、医療関連企業、有名ブランド、宿泊チェーンなど、さまざまな分野ですでに成功裏に活用されています。
8. 柔軟な言語モデルの選択：導入プランに応じて、GPT-4、Claude、Llama3 などのさまざまな大規模言語モデルを選択して利用できます。
9. 高品質な回答：業界最高水準の回答精度を提供します。
10. セキュリティ対策：高度なセキュリティ保護能力を備えており、機密データの取り扱いや法規制の対象となるシーンに特に適しています。
11. モジュール式設計：多様なモジュールと機能を提供しており、AI をさまざまなビジネスシーンで実際に活用しやすくなっています。
12. 豊富な導入実績：すでに 20 件以上の導入実績があり、10 社以上のシステムインテグレーター（SI）と協業しています。

これらの特長により、MaiAgent は包括的かつ柔軟な AI アシスタント開発プラットフォームとなり、さまざまな企業や組織のニーズに応えることができます。
```

***

回答できる質問：

* MaiAgent にはどのような特長がありますか？
* MaiAgent の強みは何ですか？
* MaiAgent にはどのような活用シーンがありますか？
* どの大規模言語モデルを利用できますか？
* 金融業界の事例はありますか？
* オンプレミス版はありますか？


---

# 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/tech/maiagent-tech-ja/ai-agents/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.
