# ocoolAI文档

## ocoolAI文档

- [快速开始](https://documentation.ocoolai.com/site/readme.md)
- [注册/登录](https://documentation.ocoolai.com/site/readme/login_signup.md)
- [秘钥（key）生成](https://documentation.ocoolai.com/site/readme/addkey.md)
- [对接方法](https://documentation.ocoolai.com/site/readme/usekey.md)
- [CherryStudio(推荐)](https://documentation.ocoolai.com/app_guides/cherrystudio.md)
- [简介](https://documentation.ocoolai.com/app_guides/cherrystudio/synopsis.md)
- [其他应用教程](https://documentation.ocoolai.com/app_guides/app.md)
- [ChatGPT.好友](https://documentation.ocoolai.com/app_guides/app/chatgpthy.md)
- [LobeChat](https://documentation.ocoolai.com/app_guides/app/lobechat.md): LobeChat配置教程
- [nextchat](https://documentation.ocoolai.com/app_guides/app/nextchat.md)
- [Chatbox教程](https://documentation.ocoolai.com/app_guides/app/chatbox-jiao-cheng.md)
- [Bob教程](https://documentation.ocoolai.com/app_guides/app/bob-jiao-cheng.md)
- [AssisChat教程](https://documentation.ocoolai.com/app_guides/app/assischat-jiao-cheng.md)
- [BotGem教程](https://documentation.ocoolai.com/app_guides/app/botgem-jiao-cheng.md)
- [Cursor 配置指南](https://documentation.ocoolai.com/app_guides/app/cursor.md)
- [插件类教程](https://documentation.ocoolai.com/app_guides/plugins.md)
- [VSCode插件Aide配置教程](https://documentation.ocoolai.com/app_guides/plugins/vscode-cha-jian-aide-pei-zhi-jiao-cheng.md)
- [沉浸式翻译](https://documentation.ocoolai.com/app_guides/plugins/cjsfy.md)
- [浏览器自动化插件Automa](https://documentation.ocoolai.com/app_guides/plugins/automa.md)
- [浏览器插件ChatGPT Box](https://documentation.ocoolai.com/app_guides/plugins/liu-lan-qi-cha-jian-chatgpt-box.md)
- [浏览器插件ChatHub](https://documentation.ocoolai.com/app_guides/plugins/chathub.md)
- [coze开源版（宝塔）](https://documentation.ocoolai.com/app_guides/coze.md)
- [模型接口文档(未完成)](https://documentation.ocoolai.com/api/models_api.md)
- [Page 1](https://documentation.ocoolai.com/api/models_api/page-1.md)
- [系统接口文档](https://documentation.ocoolai.com/api/sys_api.md)
- [模型排名](https://documentation.ocoolai.com/other/model_rank.md)
- [司南OpenCompass排行榜](https://documentation.ocoolai.com/other/model_rank/sinan.md)
- [LiveBench排行榜](https://documentation.ocoolai.com/other/model_rank/livebench.md)
- [lmarena.ai排行榜](https://documentation.ocoolai.com/other/model_rank/lmarena.md)
- [错误代码](https://documentation.ocoolai.com/question/error_codes.md)
- [错误回复](https://documentation.ocoolai.com/question/error_reply.md)
- [Q\&A](https://documentation.ocoolai.com/question/q-and-a.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://documentation.ocoolai.com/site/readme.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.
