# Chatbox

Chatbox 是一款实用的 AI 桌面应用。有关安装和 API 集成的更多信息，请查看 [**GitHub**](https://github.com/chatboxai/chatbox)。

## API Endpoint 管理

1. 进入 **设置 > 模型提供方 > OpenAI**。
2. 将 `https://gateway.theturbo.ai` 填写为 **API 主机**，并输入创建 AI 网关实例后生成的 **API 密钥**。
3. 点击 ***检查*** 以检查可用性。

<div align="left" data-with-frame="true"><figure><img src="/files/gV2xKyGozikq1SnIqULQ" alt=""><figcaption></figcaption></figure></div>


---

# 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://docs.console.zenlayer.com/welcome/cn/ai-gateway/ai-gateway-integration/chatbox.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.
