> 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/build/explain.md).

# AI アシスタントの機能

## AI アシスタントの構築目的と用途 <a href="#ai-agent-purpose-and-use" id="ai-agent-purpose-and-use"></a>

AI アシスタントは、多様な業界や利用シーンで幅広く活用でき、企業の繰り返し作業を自動化し、業務効率を高めることで、チームが付加価値の高い業務やコア競争力の強化に専念できるよう支援します。

以下は、企業の一般的な業務フローにおける AI アシスタントの活用例です。

<figure><img src="/files/uk7sXn0h3EAKu82QbB16" alt=""><figcaption></figcaption></figure>

AI アシスタントはさまざまな業界に適用でき、スマートな自動化とリアルタイムなやり取りという強みを発揮して、企業のプロセス最適化、サービス品質の向上、ユーザー体験の改善を支援します。以下に、各業界でよく見られる AI アシスタントの活用シーンを参考として示します。

<table><thead><tr><th width="214.15234375">業界</th><th>活用シーン</th></tr></thead><tbody><tr><td>EC・小売</td><td>スマートカスタマーサポート、購入レコメンド、返品プロセスの処理</td></tr><tr><td>金融・保険</td><td>保険相談、資産運用のレコメンド、リスクに関する Q&#x26;A</td></tr><tr><td>教育</td><td>授業アシスタント、学習診断、語学練習</td></tr><tr><td>医療</td><td>健康相談、予約受付、患者教育の補助</td></tr><tr><td>官公庁</td><td>公共サービスの照会、政策に関する Q&#x26;A、住民からのフィードバック</td></tr><tr><td>製造業</td><td>社内ナレッジ管理、メンテナンス操作ガイド</td></tr><tr><td>旅行・観光</td><td>旅程のレコメンド、ガイド、リアルタイムな Q&#x26;A サポート</td></tr></tbody></table>

## MaiAgent AI アシスタント設定の4ステップ <a href="#maiagent-ai-agent-setup-four-stages" id="maiagent-ai-agent-setup-four-stages"></a>

MaiAgent の AI アシスタントの設定フローは、大きく4つの段階に分けられます。以下では各段階の目標と機能を簡単に説明します。詳しい操作手順については、これ以降の章で順を追ってご紹介します。

### 1. 新しい AI アシスタントを作成する <a href="#create-new-ai-agent" id="create-new-ai-agent"></a>

ニーズに応じて AI アシスタントをカスタマイズできます。適切な言語モデルを選択し、RAG（検索拡張生成）のソースを設定し、AI アシスタントの役割やタスクの位置づけを定義することで、企業のシーンに合ったインテリジェントなアシスタントを構築できます。

### 2. AI アシスタントに参考資料を提供する <a href="#provide-ai-agent-reference-materials" id="provide-ai-agent-reference-materials"></a>

ナレッジベースの設定、FAQ（よくある質問）の作成、Web クローラーなどのデータソースの導入を通じて、AI アシスタントに充実した知識基盤を構築し、回答の正確性と実用性をさらに高めます。

### 3. AI アシスタントを正式に公開する <a href="#launch-ai-agent" id="launch-ai-agent"></a>

ニーズに応じて、AI アシスタントを外部に公開するか、社内利用に限定するかを決定できます。外部公開を選択した場合は、自社 Web サイトへの埋め込みや、LINE・Messenger などのチャネルとの連携を通じて、既存のプラットフォームに柔軟に統合できます。

### 4. AI アシスタントの運用効果を追跡する <a href="#track-ai-agent-performance" id="track-ai-agent-performance"></a>

すべての会話、回答品質、Webhook、および利用分析機能を活用してパフォーマンスを追跡し、AI アシスタントの継続的な最適化と体験向上の判断材料とします。

<figure><img src="/files/j4XbpNrf8OmblACocmJi" alt=""><figcaption></figcaption></figure>

AI アシスタントの構築を始める前に、いくつかの役立つ記事をぜひお読みください。

{% hint style="info" %}
🗣️[LLM（大規模言語モデル）の選び方は？](https://docs.maiagent.ai/tech/quickstart/llm)
{% endhint %}

{% hint style="info" %}
🔎[RAG（Retrieval-Augmented Generation、検索拡張生成）とは？](https://docs.maiagent.ai/tech/quickstart/rag)
{% endhint %}

{% hint style="info" %}
👨‍👩‍👧‍👦[役割指示（システムプロンプト）とは？](https://docs.maiagent.ai/tech/ai-agents/system-prompt)
{% endhint %}


---

# 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/build/explain.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.
