> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/en-us/question-contact/questions.md).

# Frequently Asked Questions

### Models and Connections

<details>

<summary>The API Key has already been entered in Model Services, so why can’t I chat yet?</summary>

Open \[Settings] → \[Model Services], confirm the provider is enabled, the API address is correct, and use the connection check. Then confirm \[Settings] → \[Default Model] is set to an actually available model under that provider. In enterprise proxy or firewall environments, also check the network proxy.

</details>

<details>

<summary>Why isn’t the model I want in the list?</summary>

First sync or manually add the model in Model Services, then check whether the model type and interface match. Different pages will filter models by capability; for example, Agent, drawing, and embedding models will not use exactly the same list.

</details>

<details>

<summary>What should I do when Agent says the API Gateway must be enabled?</summary>

Click \[Enable and Start] in the prompt, or open \[Settings] → \[API Gateway] to start it manually. If the status is still abnormal, check whether the port is occupied and whether local security software is blocking it.

</details>

### Agent and Tools

<details>

<summary>Why can’t Agent see local files?</summary>

Confirm the current task has selected the correct working directory, and that the directory is still accessible. Knowledge base binding cannot replace the working directory; the knowledge base is used to retrieve processed materials, while the working directory is used to read and write files directly.

</details>

<details>

<summary>Agent keeps waiting and doesn’t continue running—what should I do?</summary>

Open the \[Status] on the right to see whether there are pending permission requests, background commands, subtasks, or provider retries. If you need deeper information, enable developer mode and reproduce it once, then check the call chain.

</details>

<details>

<summary>I already installed the skill, so why isn’t Agent using it?</summary>

Open Agent edit window → \[Skills] to confirm it’s enabled, then send a new message. Installation and binding are two separate steps.

</details>

<details>

<summary>How do I get Agent to generate images?</summary>

First in \[Settings] → \[Default Model] → \[Drawing Model], choose an available model, then in Agent edit window → \[Built-in Tools], confirm \[Generate Image] is enabled. Return to \[Work] and simply describe the image.

</details>

### MCP and Automation

<details>

<summary>The MCP server has started, but Agent still can’t find the tools—what should I do?</summary>

Confirm you can see the tools in the server details, then check whether Agent \[MCP] is bound. Configuration changes take effect from the next message; tools being turned off or permissions not approved will also prevent invocation.

</details>

<details>

<summary>What should I do if the channel shows connected but doesn’t reply?</summary>

Check the bound Agent, workspace, allowed session IDs, and channel permission mode, then look at the channel logs. For platforms like Feishu and WeChat, also confirm bot permissions or the QR-code login status.

</details>

<details>

<summary>The scheduled task ran, so why didn’t I receive a message?</summary>

First check in \[Run History] whether the Agent succeeded. If it did but wasn’t delivered, check whether the channel has an available receiving target; usually you need to proactively send a message to the bot on the platform first.

</details>

### Data and Windows

<details>

<summary>Will deleting a working directory in Cherry Studio delete the disk files?</summary>

Deleting the working directory record from the Agent task list will not delete the directory on disk, but it will remove the task records under that directory. File operations performed by Agent may still modify real files, so check the permission mode.

</details>

<details>

<summary>How do I move a chat or Agent task to a separate window?</summary>

Right-click the topic, task, or top tab and choose \[Open in New Window]. The independent window can \[Always on Top], and you can also click \[Return to Main Window] to reattach it.

</details>

{% hint style="info" %}
If you can’t find the matching question, open the sidebar \[Help] → \[Feedback]. If the team needs to review private logs or the call chain, choose \[Upload Diagnostic Package]; if you’re unsure of the issue type, choose \[Ask the Feedback Assistant for Help] to organize reproduction details.
{% endhint %}


---

# 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://docs.cherryai.com.cn/docs/en-us/question-contact/questions.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.
