> 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/ru-men/quickstart.md).

# 获取应用

## Web 平台

Shade 提供一个完整的 Web 平台，让你可以随时随地轻松快速地搜索和分享你的文件。除了我们的桌面客户端提供的实时访问文件系统和快速传输外，你可以使用 Shade 的完整功能。Web 版本很容易访问——只需前往 [app.shade.inc](https://app.shade.inc/) 或者点击 **开始使用** 标签页在 [shade.inc](https://shade.inc/).

## 本地应用

通过 Shade 桌面应用，你可以解锁 Shade 的全部强大功能。Shade 桌面应用针对快速上传进行了优化，更重要的是，可通过 Shade 文件系统实时访问你所有的文件。

你可以在以下网址下载适用于 MacOS Intel、MacOS Silicon 和 Windows 的 Shade 应用： <https://shade.inc/download>。我们建议在批量上传时使用桌面应用，而不是 Web 版。

## 常见问题

<details>

<summary>我该如何更新桌面应用？</summary>

Shade 内置自动更新器，可在 Mac、Linux 和 Windows 上运行。它会下载我们定期发布的最新构建版本，并在你下次启动应用时提示你更新。我们的 AI 模型是在本地运行的，因此当我们在你的机器上更新模型时，某些更新可能需要更长时间。

</details>

<details>

<summary>桌面应用和 Web 应用有什么区别？</summary>

Web 适合做几件事——快速查看和分享文件、管理权限，以及在你没有下载 Shade 时随时上传文件。

Shade 桌面版通过 Shade 文件系统提供完整的 Web 体验以及更多功能。桌面端是 ShadeFS 大放异彩的地方，它能够在整个文件尚未下载完成之前就访问文件。将 shade 盘挂载到你的电脑上，并开始在你的应用程序中使用文件。

如果你计划传输超过 5 GB 的数据，我们强烈建议你使用桌面应用。

</details>

<details>

<summary>你们多久发布一次？你们会提供更新吗？</summary>

是的，我们会活跃于我们的 [Discord](https://discord.com/invite/h8wqFMJ4vK) 并定期发布变更日志更新。通常我们会尝试每两周发布一次，具体取决于发布范围。

</details>


---

# 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/ru-men/quickstart.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.
