# Proxy Generation and Complex Previews

When your assets are uploaded to Shade, our system generates H264 proxies at 1080p and \~6000K bitrate which you can view within the browser and app. These proxies can be downloaded for team members that intend to work off of proxies instead of original files.

{% embed url="<https://youtu.be/VM_yEbNp9xM?si=7eXFajvmKuMbZOH0>" %}

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

### FAQs

<details>

<summary>Do I have to wait for a proxy to be generated before someone can download my asset?</summary>

No. As soon as your file is uploaded, it becomes available to anyone else shared on to that file. You can comment, download, and review metadata while our proxy and AI jobs run in the background. Shade also generates preview images for your video which becomes scrubbable from the asset page as soon as it has processed.

</details>

<details>

<summary>Are proxies available through the ShadeFS mount?</summary>

No. The ShadeFS mount streams the raw file to you computer. The proxy file can be downloaded from the app and then uploaded back through the app or mount. This is useful for when you anticipate using the ShadeFS mount with poor internet connection. The original media can be relinked and you timeline can be exported once you have a stronger connection.

</details>

<details>

<summary>What file types do you support for proxy generation and previews?</summary>

All of our supported file types and capabilities can be found [here](https://shade.inc/file-support).

</details>


---

# Agent Instructions: 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:

```
GET https://academy.shade.inc/assets/markdown.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
