# MatrixOne Intelligence 文档

将企业数据加工为 AI 可直接使用的数据，并在其上构建知识库问答与智能体应用。

```{raw} html
<div class="mo-hero-actions">
  <a class="mo-btn mo-btn--primary" href="quickstart.html">快速开始</a>
  <a class="mo-btn mo-btn--ghost" href="what-is-moi.html">MOI 是什么</a>
</div>
<nav class="mo-flow" aria-label="从数据到智能体">
  <a href="../data/ingest.html" title="上传文件，连接数据源">接入</a>
  <span class="mo-flow__sep">›</span>
  <a href="../data/organize.html" title="登记数据，管理去向">目录</a>
  <span class="mo-flow__sep">›</span>
  <a href="../data/processing.html" title="解析、分块、向量化">加工</a>
  <span class="mo-flow__sep">›</span>
  <a href="../ai/knowledge-base.html" title="供 AI 检索的数据集">知识库</a>
  <span class="mo-flow__sep">›</span>
  <a href="../ai/knowledge-base.html" title="基于您的数据回答，答案可溯源">问答</a>
  <span class="mo-flow__sep">›</span>
  <a href="../ai/agent.html" title="执行任务，写回结果">智能体</a>
</nav>
<p class="mo-flow-note">智能体的产出是新的数据，可以再次进入这条链路。为什么是这个顺序，<a href="../guides/index.html">指南</a>用一页讲清。</p>
```

## 常见任务

```{raw} html
<div class="mo-tasks">
  <a href="quickstart.html">把一批文档变成能回答问题的 AI</a>
  <a href="../data/ingest.html">连接业务数据库</a>
  <a href="../data/processing.html">用自然语言创建加工工作流</a>
  <a href="../ai/knowledge-base.html">回答不准，逐段排查</a>
  <a href="../ai/agent.html">让智能体执行任务</a>
  <a href="../reference/glossary.html">查一个名词的意思</a>
</div>
```

```{toctree}
:maxdepth: 1
:hidden:

MOI 是什么 <what-is-moi>
快速开始 <quickstart>
```
