> 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/help-center/help-center-zh/chang-jian-wen-ti/suo-yin-su-cai-xu-yao-duo-chang-shi-jian.md).

# 索引素材需要多长时间？

我们当前的系统包含一组索引节点，会根据素材类型通过多种不同任务对您的所有素材进行索引。通常耗时最长的任务是代理文件生成，以及我们负责运行嵌入向量和附加元数据的核心视觉任务。

最新基准测试表明，我们的代理文件处理速度通常可达您视频帧率的 16 倍；不过，这一速度会受到多种因素影响，例如您在同一时间上传的文件数量等。Shade 会尽最大努力按照先上传、先索引的原则解析并处理文件。 &#x20;


---

# 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/help-center/help-center-zh/chang-jian-wen-ti/suo-yin-su-cai-xu-yao-duo-chang-shi-jian.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.
