> 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/russian/cherry-studio.md).

# Cherry Studio

- [Описание проекта](https://docs.cherryai.com.cn/docs/russian/cherry-studio/readme.md)
- [Руководство по загрузке и установке](https://docs.cherryai.com.cn/docs/russian/cherry-studio/installation.md)
- [Установка в Windows](https://docs.cherryai.com.cn/docs/russian/cherry-studio/installation/windows.md): Руководство по установке версии для Windows
- [Установка в macOS](https://docs.cherryai.com.cn/docs/russian/cherry-studio/installation/macos.md): Руководство по установке версии для macOS
- [Linux](https://docs.cherryai.com.cn/docs/russian/cherry-studio/installation/linux.md): Руководство по установке версии для Linux
- [Обновление и откат](https://docs.cherryai.com.cn/docs/russian/cherry-studio/installation/upgrade-downgrade.md): Выберите путь переключения версии и перед действиями защитите данные V1 и V2.
- [Предупреждение о разрушительном обновлении](https://docs.cherryai.com.cn/docs/russian/cherry-studio/installation/v2-breaking-update-notice.md): Перед обновлением до V2 необходимо знать о миграции данных, путях версий и ограничениях на откат.
- [Различия в функциях](https://docs.cherryai.com.cn/docs/russian/cherry-studio/installation/v1-v2-feature-differences.md): Сравнение основных функций V1 и V2, способов обработки данных и пунктов проверки после обновления.
- [Обновление V1 до V2](https://docs.cherryai.com.cn/docs/russian/cherry-studio/installation/v1-to-v2-migration.md): Сделайте резервную копию данных V1, выполните миграцию напрямую с помощью V2.0.2 и проверьте элементы, требующие повторной настройки.
- [Откат V2 до V1](https://docs.cherryai.com.cn/docs/russian/cherry-studio/installation/v2-to-v1-downgrade.md): Верните исходные данные V1 и безопасно обработайте резервные копии V2, базу данных и данные Agent.
- [Описание функций](https://docs.cherryai.com.cn/docs/russian/cherry-studio/preview.md)
- [Стартовая панель](https://docs.cherryai.com.cn/docs/russian/cherry-studio/preview/launchpad.md)
- [Диалог — ассистент](https://docs.cherryai.com.cn/docs/russian/cherry-studio/preview/chat.md)
- [Работа — агент](https://docs.cherryai.com.cn/docs/russian/cherry-studio/preview/agent.md): Агент, который позволяет ИИ автономно выполнять задачи
- [Рисование](https://docs.cherryai.com.cn/docs/russian/cherry-studio/preview/drawing.md)
- [Перевод](https://docs.cherryai.com.cn/docs/russian/cherry-studio/preview/translation.md)
- [Мини-приложения](https://docs.cherryai.com.cn/docs/russian/cherry-studio/preview/app.md)
- [Генеративные мини-приложения](https://docs.cherryai.com.cn/docs/russian/cherry-studio/preview/app/generative-mini-apps.md): Создание, установка и использование пользовательских мини-приложений, которые могут вызывать возможности ИИ Cherry Studio
- [База знаний](https://docs.cherryai.com.cn/docs/russian/cherry-studio/preview/knowledge-base.md)
- [Файлы](https://docs.cherryai.com.cn/docs/russian/cherry-studio/preview/files.md)
- [Партнер по кодингу](https://docs.cherryai.com.cn/docs/russian/cherry-studio/preview/code-cli.md)
- [Заметки](https://docs.cherryai.com.cn/docs/russian/cherry-studio/preview/notes.md)
- [Быстрый помощник](https://docs.cherryai.com.cn/docs/russian/cherry-studio/preview/quick-assistant.md)
- [Помощник по выделенному тексту](https://docs.cherryai.com.cn/docs/russian/cherry-studio/preview/selection-assistant.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 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/russian/cherry-studio.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.
