> 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/pre-basic/settings.md).

# Software Settings

Cherry Studio's settings panel covers**model configuration, interface behavior, data backup, personalization**and all other preference options. This section is explained in detail by topic; below is the map:

### Models and defaults

| Documentation                                                              | Content                                                  |
| -------------------------------------------------------------------------- | -------------------------------------------------------- |
| [Model service settings](/docs/en-us/pre-basic/settings/providers.md)      | Provider addition, keys, API address, multi-key rotation |
| [Default model settings](/docs/en-us/pre-basic/settings/default-models.md) | Global default chat/embedding/assistant models           |

### Application behavior

| Documentation                                                                | Content                                                               |
| ---------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| [General settings](/docs/en-us/pre-basic/settings/general.md)                | Basic items such as language, proxy, notifications, startup, and tray |
| [Display settings](/docs/en-us/pre-basic/settings/display.md)                | Sidebar position, fonts, message style                                |
| [Keyboard shortcut settings](/docs/en-us/pre-basic/settings/key-shortcut.md) | Modify and enable/disable all shortcuts                               |
| [Voice features](/docs/en-us/pre-basic/settings/yu-yin-gong-neng.md)         | Voice input and text-to-speech                                        |

### Data and backups

| Documentation                                                                 | Content                                                      |
| ----------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [Data settings](/docs/en-us/pre-basic/data-settings.md)                       | WebDAV / S3 / note-type backups and third-party integrations |
| [Personalization settings](/docs/en-us/pre-basic/personalization-settings.md) | CSS, fonts, storage location                                 |

### Advanced capabilities (also under "Settings" in the main menu)

| Feature                                                          | Documentation                                        |
| ---------------------------------------------------------------- | ---------------------------------------------------- |
| [API server](/docs/en-us/advanced-basic/api-server.md)           | Expose local OpenAI-compatible API                   |
| [global memory](/docs/en-us/advanced-basic/memory.md)            | Cross-session memory system                          |
| [Skills](/docs/en-us/advanced-basic/skills.md)                   | Add specialized capabilities to assistants or agents |
| [Quick phrases](/docs/en-us/advanced-basic/quick-phrase.md)      | Manage reusable prompt templates                     |
| [channel](/docs/en-us/advanced-basic/agent-channels.md)          | Connect agents to Feishu/Telegram, etc.              |
| [scheduled tasks](/docs/en-us/advanced-basic/scheduled-tasks.md) | Run agents on a Cron schedule                        |
| [MCP servers](/docs/en-us/advanced-basic/mcp.md)                 | Model Context Protocol tool integration              |

{% hint style="info" %}
Settings changes will**take effect immediately**, no restart required. For core items such as Provider / Model / default models, it is recommended to first in `Settings → Data Settings → Backup` make a backup.
{% endhint %}

***

### 💡 Get help and submit feedback

If you encounter any questions, bugs, or have suggestions for feature improvements during configuration or use, please refer to [Feedback and Suggestions](/docs/en-us/question-contact/suggestions.md) the official channels provided there.


---

# 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/pre-basic/settings.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.
