> 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/start-uploading-assets.md).

# 开始上传素材

你可以从浏览器、手机、桌面应用、文件管理器、飞机、三星智能冰箱上传到 Shade——你懂的。

{% embed url="<https://youtu.be/ja56PFUPS4I?si=VvOfJKxpGDYFDiki>" %}

<figure><img src="/files/f5beac7624944f0864b27bb72634349e673fe514" alt=""><figcaption></figcaption></figure>

## 从浏览器上传

这就像拖放一样简单。就这样。如果你想更花哨一点，也可以点击右上角的上传按钮。

## 从桌面应用上传

同样也很简单——只需拖放，或者点击右上角的按钮。

## 从已挂载的驱动器上传

由于 Shade 可以在你的桌面上像已挂载的驱动器一样运行，所以你可以把它当作驱动器来使用。你上传到已挂载驱动器的任何内容都会在应用中自动建立索引。

## 上传状态

当文件上传到 Shade 后，你可以在左下角的状态菜单中查看上传状态。打开此菜单后，会显示你的素材当前所处的任务状态，包括：

{% tabs %}
{% tab title="上传状态" %}

* 每个驱动器的上传名称、大小、位置和时间戳
* 能够停止和启动上传，并导航到已上传文件
  {% endtab %}

{% tab title="下载状态" %}

* 下载的名称、状态和时间戳
* 这些是否为 Shade 生成的代理文件
  {% endtab %}

{% tab title="索引状态" %}

* 基础任务，包括文件同步、元数据更新以及预览/代理生成
* AI 任务，包括视觉和音频索引以及自定义元数据生成
* 附加任务，包括调色板、面部识别和转录
  {% endtab %}

{% tab title="挂载状态" %}

* 与你已挂载驱动器的同步状态
  {% endtab %}
  {% endtabs %}


---

# 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/start-uploading-assets.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.
