> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/shade-academy/shade-academy-zh/readme.md).

# 欢迎

欢迎来到 Shade！在这里你可以找到关于如何开始使用 Shade、如何使用 Shade 网页版和桌面应用，以及如何最佳配置工作区的文档。

### 马上开始

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>获取应用</strong></td><td>在浏览器或桌面端开始使用 Shade</td><td><a href="/files/e2a000a4cb676fb9a1c211e0fe08949669df7e36">/files/e2a000a4cb676fb9a1c211e0fe08949669df7e36</a></td><td></td><td><a href="/pages/2ef53448cc7fcaf3ee1e154231e60171979f43e2">/pages/2ef53448cc7fcaf3ee1e154231e60171979f43e2</a></td></tr><tr><td><strong>了解结构</strong></td><td>学习 Shade 组织方式的基础知识</td><td><a href="/files/2533c2adc4b3f64437b1e1fcc9adbe7a5ab39a25">/files/2533c2adc4b3f64437b1e1fcc9adbe7a5ab39a25</a></td><td></td><td><a href="/pages/16a6021f461034515d4abf3a5f05a411a2d0bdc9">/pages/16a6021f461034515d4abf3a5f05a411a2d0bdc9</a></td></tr><tr><td><strong>2 分钟内学会 80% 的 Shade</strong></td><td>如果你已经熟悉其他工具，就从这里开始</td><td><a href="/files/6a88bf251fd6c2c216802716ba921c2c0ea42e77">/files/6a88bf251fd6c2c216802716ba921c2c0ea42e77</a></td><td></td><td><a href="/pages/ef03a944e936738a1e6e6402143bac652db8a150">/pages/ef03a944e936738a1e6e6402143bac652db8a150</a></td></tr></tbody></table>


---

# 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://academy.shade.inc/shade-academy/shade-academy-zh/readme.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.
