# Chatbox教程

**客户端支持**

* Windows
* MacOS
* Web
* iOS/iPadOS
* Android

## 下载Chatbox

1. 进入 [Chatbox官网下载页](https://chatboxai.app/zh)，根据你所用的系统选择对应的软件下载
2. 下载完成后直接安装

## 配置Chatbox

1. 点击设置
2. `模型提供方`保持默认的`OPENAI API`
3. `API秘钥`填写你在ocoolAPI站点生成的秘钥，如果没有或者不会生成可以查看获取秘钥教程
4. `API域名`填`https://one.ooo.cool`或`https://one.ocoolai.com`
5. 然后保存即可

## 添加模型教程

1. 点击`+`号新增一个对话
2. 点击对话默认标题`Untitled`
3. 配置对话设置:
   * 设置标题（模型名或助手名）
   * 设置角色预设（可保持默认）
   * 设置头像（可选）（[头像素材下载](https://www.123pan.com/s/oAHxjv-cGBiH.html)）
   * 特定模型设置中选择该对话的模型
   * 列表外的模型选择`自定义模型`，模型名到价格页选择你想要的面抄过去即可
   * 其余参数可保持默认，也可以按自己需求调整

这样一个模型就设置成功了，可重复以上步骤添加不同的模型。


---

# 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://documentation.ocoolai.com/app_guides/app/chatbox-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.
