> For the complete documentation index, see [llms.txt](https://documentation.ocoolai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.ocoolai.com/app_guides/app/assischat-jiao-cheng.md).

# AssisChat教程

**客户端支持**

&#x20;iOS/iPadOS  MacOS

> **注意:** 该APP不支持自定义模型，且预设的模型太少不是很推荐，根据自己喜好选择。

## 下载

* 在AppStore搜索下载即可，logo如下图<br>

  <figure><img src="https://vip.123pan.cn/1821083851/ocoolai/pic/asslogo.webp" alt="" width="188"><figcaption></figcaption></figure>

## 配置

1. 安装好后打开APP，点击右上角设置按钮\
   ![设置按钮](https://vip.123pan.cn/1821083851/ocoolai/pic/ass.jpg)
2. 点击会话源\
   ![会话源](https://vip.123pan.cn/1821083851/ocoolai/pic/ass1.jpg)
3. 填入你的API key
4. 填入API地址`one.ooo.cool`或`one.ocoolai.com`（注意不用加https\://）
5. 点击验证并保存\
   ![配置](https://vip.123pan.cn/1821083851/ocoolai/pic/ass2.jpg)
6. 回到主界面点击`+`即可创建会话


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.ocoolai.com/app_guides/app/assischat-jiao-cheng.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
