# Asset Compression

Optimize the asset and download its different versions using the [Convert & Compress page](/web-console/compute-pages/convert-and-compress-page.md).

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

By default, the generated assets will be added as new entries to the collection. If you prefer downloading the files, toggle the checkbox:

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

## File Converter

Convert the assets to a different file type.

<figure><img src="/files/hKjwFPl4wGXgY3iLJyir" alt="" width="296"><figcaption></figcaption></figure>

## Standard Compression

Compress the asset using Draco compression.

## Ultimate Compression

Compress the asset using echo3D's proprietary [Ultimate Compression](https://www.echo3d.com/cloud/echo3d-features/3d-compression/3d-model-ultimate-compression-tool).

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

{% hint style="warning" %}
Assets that go through Ultimate Compression cannot be compressed further.
{% endhint %}

## Polygon Reduction

Compress the asset by decimating its mesh.

You can set any decimation percentage value.

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

## Rescaling

Resize the asset uniformly.

You can set any scale percentage value.

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


---

# 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://docs.echo3d.com/web-console/manage-pages/content-page/asset-compression.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.
