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

# Welcome to MaiAgent

MaiAgent is a platform designed to create AI assistants for enterprises and public sectors, offering industry-leading response accuracy and security protection. It provides various modules and features that enable practical AI implementation in business scenarios, helping enterprises and team organizations upgrade with AI.

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

***

## MaiAgent Resources and Services

<figure><img src="/files/fRXk4u6dVT1UlZQm5l6y" alt=""><figcaption><p>MaiAgent Services</p></figcaption></figure>

***

## Getting Started with MaiAgent

Register for MaiAgent and contact <mark style="color:blue;"><sales@maiagent.ai></mark>. Our team will understand your needs in detail and activate your trial service.

{% embed url="<https://admin.maiagent.ai/>" %}

***

## Quick Start

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td></td><td>FAQ Customer Service Assistant</td><td></td></tr><tr><td></td><td>Internal Knowledge Assistant</td><td></td></tr><tr><td></td><td>OCR Text Extraction Assistant</td><td></td></tr></tbody></table>

***

## About Us

MaiAgent Co., Ltd.

Business Registration Number: 60688078

Address: 11F., No. 438, Guangfu S. Rd., Guangxin Vil., Da'an Dist., Taipei City 106, Taiwan

Email: <sales@maiagent.ai>

Website: <https://maiagent.ai/>


---

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