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

# AI Assistant Features

## Purpose and Use Cases of AI Assistants

AI assistants can be widely applied across diverse industries and use cases, helping enterprises automate repetitive tasks and improve operational efficiency, allowing teams to focus on high-value work and core strengths.

Below are common examples of AI assistant applications in enterprise workflows:

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

AI assistants can be applied across various industries, leveraging intelligent automation and real-time interaction to help enterprises optimize processes, improve service quality, and enhance user experience. The following table lists common AI assistant use cases by industry for reference.

<table><thead><tr><th width="214.15234375">Industry</th><th>Use Cases</th></tr></thead><tbody><tr><td>E-commerce &#x26; Retail</td><td>Intelligent customer service, product recommendations, return process handling</td></tr><tr><td>Finance &#x26; Insurance</td><td>Policy inquiries, financial planning recommendations, risk Q&#x26;A</td></tr><tr><td>Education</td><td>Course teaching assistant, learning diagnostics, language practice</td></tr><tr><td>Healthcare</td><td>Health consultations, appointment scheduling, patient education support</td></tr><tr><td>Government</td><td>Public service inquiries, policy Q&#x26;A, public feedback</td></tr><tr><td>Manufacturing</td><td>Internal knowledge management, maintenance operation guides</td></tr><tr><td>Travel &#x26; Tourism</td><td>Itinerary recommendations, guided tours, real-time Q&#x26;A support</td></tr></tbody></table>

## Four Stages of MaiAgent AI Assistant Setup

The MaiAgent AI assistant setup process consists of four stages. Below is a brief description of the goals and features for each stage. Complete step-by-step instructions are provided in the following sections.

### 1. Create a New AI Assistant

Customize the AI assistant to your needs — select an appropriate language model, configure RAG (Retrieval-Augmented Generation) sources, and define the AI assistant's role and mission to build an intelligent assistant tailored to your business scenario.

### 2. Provide Reference Materials for the AI Assistant

Build a solid knowledge foundation for the AI assistant by configuring a knowledge base, creating FAQ entries, or importing web crawler data. This further improves the accuracy and usefulness of responses.

### 3. Launch the AI Assistant

Decide whether to make the AI assistant publicly available or restrict it to internal use. For public deployment, integrate it through your company website, LINE, Messenger, or other channels for flexible integration with existing platforms.

### 4. Track AI Assistant Performance

Use conversation logs, response quality metrics, webhooks, and usage analytics for performance tracking, providing a basis for continuous optimization and experience improvement.

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

Before you start building an AI assistant, consider reading these helpful articles!

{% hint style="info" %}
🗣️[How to Choose an LLM (Large Language Model)?](https://docs.maiagent.ai/tech/quickstart/llm)
{% endhint %}

{% hint style="info" %}
🔎[What is RAG (Retrieval-Augmented Generation)?](https://docs.maiagent.ai/tech/quickstart/rag)
{% endhint %}

{% hint style="info" %}
👨‍👩‍👧‍👦[What is a System Prompt?](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:

```
GET https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/build/explain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
