> 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-en/ai-agents/faq.md).

# FAQ Management

FAQ processes information into Excel files and stores them in the knowledge base. It is a user interface within the MaiAgent platform that allows users to easily create FAQs online. The fields include questions and answers. MaiAgent has built-in optimization and enhanced query capabilities, enabling it to respond even when users ask questions in vague ways or when the questions are related to the answers.

Example Question:

```
What are the features of MaiAgent?
```

Example Answer:

```
The main features of MaiAgent include:

1. Rapid Service Deployment: MaiAgent is the fastest development platform for launching generative AI assistant services.
2. Advanced Technical Architecture: Employs advanced technical architecture with comprehensive functionality.
3. Safe and Reliable: Technology verified by partners, secure and hallucination-free.
4. Powerful RAG Technology: Utilizes powerful RAG (Retrieval-Augmented Generation) technology, recognized by financial sector and public institutions.
5. Diverse Deployment Options: Offers multiple choices including public cloud, private cloud, and on-premises deployment, suitable for different requirements and security considerations.
6. Rich Backend Management Features: Includes rapid AI assistant creation and knowledge base management capabilities.
7. Multiple Application Scenarios: Successfully implemented across financial sector, public institutions, listed companies, medical companies, renowned brands, and chain hospitality businesses.
8. Flexible Language Model Selection: Based on different deployment options, various large language models can be chosen, such as GPT-4, Claude, Llama3, etc.
9. High-Quality Responses: Provides industry-leading response accuracy.
10. Security Protection: Features robust security protection, particularly suitable for handling sensitive data or regulated scenarios.
11. Modular Design: Offers various modules and functions for practical AI implementation in different business scenarios.
12. Rich Implementation Experience: Has 20+ successful implementations and partnerships with 10+ system integrators (SI).

These features make MaiAgent a comprehensive and flexible AI assistant development platform capable of meeting the needs of various enterprises and organizations.
```

***

Can answer questions like:

* What are MaiAgent's features?
* What are MaiAgent's strengths?
* What are MaiAgent's application scenarios?
* Which large language models can be used?
* Are there any cases in the financial industry?
* Is there an on-premises version?


---

# 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-en/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.
