# 助理

Afarensis Assistants API 为开发者提供了在其应用程序中构建人工智能助手的能力。这些 AI 助手能够根据用户指令，利用先进的模型、工具和知识库来响应查询。目前，Afarensis Assistants API 支持包括代码解释器、检索和函数调用在内的三种工具。

功能概述 代码解释器：使 AI 助手能够解释和执行代码，为用户提供即时反馈。 检索：助手可以快速检索信息，帮助用户获得所需答案。 函数调用：通过函数调用，AI 助手可以执行更复杂的任务，提高互动性和实用性。 探索 Assistants API 为了帮助您更好地了解和使用 Assistants API，我们提供了以下两种方式：

Assistants Playground：

通过 Assistants playground，您可以直观地测试 Assistants API 的各项功能，无需编写任何代码。 逐步集成指南：

我们提供了详细的逐步集成指南，帮助您在自己的应用程序中集成和使用 Assistants API。 开始使用 无论您是想通过 Assistants playground 快速体验 Assistants API，还是计划按照我们的集成指南将其集成到您的应用中，Afarensis 都为您提供了必要的工具和资源。我们致力于帮助您构建更智能、更高效的 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/zhu-li.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.
