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

# Продвинутый курс

- [Введение в понятия: помощник / агент / навык / MCP / канал](https://docs.cherryai.com.cn/docs/russian/advanced-basic/concepts-101.md)
- [Руководство по использованию MCP](https://docs.cherryai.com.cn/docs/russian/advanced-basic/mcp.md)
- [Установка среды MCP](https://docs.cherryai.com.cn/docs/russian/advanced-basic/mcp/install.md)
- [Настройка и использование MCP](https://docs.cherryai.com.cn/docs/russian/advanced-basic/mcp/config.md)
- [Автоматическая установка MCP](https://docs.cherryai.com.cn/docs/russian/advanced-basic/mcp/auto-install.md)
- [Встроенная конфигурация MCP](https://docs.cherryai.com.cn/docs/russian/advanced-basic/mcp/builtin.md)
- [Настройка базы знаний Dify](https://docs.cherryai.com.cn/docs/russian/advanced-basic/mcp/dify.md)
- [Частые вопросы](https://docs.cherryai.com.cn/docs/russian/advanced-basic/mcp/faq.md)
- [Руководство по использованию цепочки вызовов](https://docs.cherryai.com.cn/docs/russian/advanced-basic/trace.md)
- [Руководство по использованию Code Tools](https://docs.cherryai.com.cn/docs/russian/advanced-basic/code-tools.md): Инструменты
- [API-сервер](https://docs.cherryai.com.cn/docs/russian/advanced-basic/api-server.md)
- [Навыки](https://docs.cherryai.com.cn/docs/russian/advanced-basic/skills.md)
- [Канал](https://docs.cherryai.com.cn/docs/russian/advanced-basic/agent-channels.md)
- [Планировщик задач](https://docs.cherryai.com.cn/docs/russian/advanced-basic/scheduled-tasks.md)
- [Глобальная память](https://docs.cherryai.com.cn/docs/russian/advanced-basic/memory.md)
- [OpenClaw](https://docs.cherryai.com.cn/docs/russian/advanced-basic/openclaw.md)
- [Быстрые фразы](https://docs.cherryai.com.cn/docs/russian/advanced-basic/quick-phrase.md)
- [Примеры Agent](https://docs.cherryai.com.cn/docs/russian/advanced-basic/agent-an-li.md)
- [Обвал цен на золото поставил в тупик? Я сделал на Kimi K2.5 + Cherry Studio «супер-инструмент для разбора итогов» (включая дизайн Agent + полный туториал)](https://docs.cherryai.com.cn/docs/russian/advanced-basic/agent-an-li/gold-price-case.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/advanced-basic.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.
