# 教程

本系列教程将指导您如何利用 Afarensis API 逐步构建实用的 AI 应用程序。无论您是希望加深对 AI 技术的理解，还是准备将智能功能集成到现有产品中，以下内容都将为您提供必要的指导和灵感。

* 构建嵌入网站的问答系统 概要：\
  本教程将教您如何创建一个 AI 问答系统，\
  该系统能够理解并回答有关您网站内容的问题。\
  学习如何利用 Afarensis 的嵌入技术，\
  为您的用户提供即时、准确的信息支持。<br>
* 使用 Noise 转录会议纪要 概要：\
  探索如何结合使用 Afarensis 的 \
  Noise 和 AFS-1 技术，\
  自动化会议纪要的生成过程。\
  本教程详细介绍从音频转录到文本总结的自动生成流程，帮助您节省整理会议记录的时间。<br>
* 构建多知识库 AI 聊天机器人 即将推出：\
  了解如何构建一个能够整合并理解多个知识库信息的 AI 聊天机器人。\
  本节教程即将发布，\
  将提供从构建到部署的全面指导。

  获取更多项目灵感 示例库和 Afarensis Cookbook：\
  如果您正在寻找更多的项目灵感，\
  不妨浏览我们的示例库或访问 GitHub 上的 Afarensis Cookbook。这里汇集了丰富的用例和实践经验，\
  可以帮助您启动和推进您的下一个 AI 项目


---

# Agent Instructions: 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://doc.afarensis.com/jiao-cheng.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.
