> 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/cherrystudio.md).

# CherryStudio(推荐)

### 客户端支持

<picture><source srcset="/files/1O0wHfV4X9NonvktzX5R" media="(prefers-color-scheme: dark)"><img src="/files/sIeIHiPnwwDzo8ZaKzfN" alt="" data-size="line"></picture> Windows        <picture><source srcset="/files/yxhg2LNsF4sBl3iPS2WT" media="(prefers-color-scheme: dark)"><img src="/files/aHADqWBf8wgPkNR49BTp" alt="" data-size="line"></picture> MacOS      <picture><source srcset="/files/45lbdbVRBAENRhRltE57" media="(prefers-color-scheme: dark)"><img src="/files/bvMIUHzIvcew4Q57QFjF" alt="" data-size="line"></picture> Linux

***

CherryStudio软件相关文档都写在了CherryStudio项目文档里,可以直接到项目文档查看, 等项目文档完善后会复制一份到ocoolAI文档里.

{% embed url="<https://docs.cherry-ai.com/>" %}

## 将ocoolAI接入CherryStudio方法

### 一、获取API秘钥（key）

进入令牌页面（可点击下方链接直达），复制初始令牌或创建一个新的令牌，[点此查看创建教程](/site/readme/addkey.md#xin-jian-mi-yao-key)

{% embed url="<https://one.ocoolai.com/token>" %}

### 二、配置CherryStudio

进入设置--找到模型服务--找到ocoolAI--填入API秘钥--打开右上角开关

<figure><img src="/files/kwDaw1thLln08K0UYV5C" alt=""><figcaption></figcaption></figure>

### 三、添加模型

参考CherryStudio的文档，点击下方链接查看

{% embed url="<https://docs.cherry-ai.com/cherrystudio/preview/settings/providers#tian-jia-mo-xing>" %}


---

# 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/cherrystudio.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.
