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

# 応用チュートリアル

- [概念入門：アシスタント / エージェント / スキル / MCP / チャンネル](https://docs.cherryai.com.cn/docs/jp/advanced-basic/concepts-101.md)
- [MCP使用チュートリアル](https://docs.cherryai.com.cn/docs/jp/advanced-basic/mcp.md)
- [MCP環境のインストール](https://docs.cherryai.com.cn/docs/jp/advanced-basic/mcp/install.md)
- [MCPの設定と使用](https://docs.cherryai.com.cn/docs/jp/advanced-basic/mcp/config.md)
- [MCPを自動インストール](https://docs.cherryai.com.cn/docs/jp/advanced-basic/mcp/auto-install.md)
- [内蔵MCP設定](https://docs.cherryai.com.cn/docs/jp/advanced-basic/mcp/builtin.md)
- [Difyナレッジベースを設定](https://docs.cherryai.com.cn/docs/jp/advanced-basic/mcp/dify.md)
- [よくある質問](https://docs.cherryai.com.cn/docs/jp/advanced-basic/mcp/faq.md)
- [呼び出しチェーン使用チュートリアル](https://docs.cherryai.com.cn/docs/jp/advanced-basic/trace.md)
- [Code Tools使用チュートリアル](https://docs.cherryai.com.cn/docs/jp/advanced-basic/code-tools.md): ツール
- [APIサーバー](https://docs.cherryai.com.cn/docs/jp/advanced-basic/api-server.md)
- [スキル](https://docs.cherryai.com.cn/docs/jp/advanced-basic/skills.md)
- [チャンネル](https://docs.cherryai.com.cn/docs/jp/advanced-basic/agent-channels.md)
- [定時タスク](https://docs.cherryai.com.cn/docs/jp/advanced-basic/scheduled-tasks.md)
- [グローバルメモリ](https://docs.cherryai.com.cn/docs/jp/advanced-basic/memory.md)
- [OpenClaw](https://docs.cherryai.com.cn/docs/jp/advanced-basic/openclaw.md)
- [クイックフレーズ](https://docs.cherryai.com.cn/docs/jp/advanced-basic/quick-phrase.md)
- [Agent事例](https://docs.cherryai.com.cn/docs/jp/advanced-basic/agent-an-li.md)
- [金価格の急落に頭を抱えた？私はKimi K2.5 + Cherry Studioで「振り返り神器」を作った（Agent設計＋完全チュートリアル付き）](https://docs.cherryai.com.cn/docs/jp/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/jp/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.
