# Convert & Compress

On this page, you can process 3D assets, convert between formats, and compress and optimize files.&#x20;

{% embed url="<https://www.youtube.com/watch?v=2iXXCx8u70U&ab_channel=echo3D>" %}

## Assets from Collection

3D assets from your collection are automatically available for processing.&#x20;

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

You can choose different models from your collection by clicking the dropdown above the asset:

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

## 3D Models

For this type of asset, you can:

* Convert the models to different file formats (fbx, glb, glft, obj, stl, usdz, and more).
* Compress the models using Standard Draco or the [echo3D Ultimate Compression](https://www.echo3d.com/cloud/3d-model-compression-optimization)
* Compress the models to poly-reduced versions
* Compress the model's textures&#x20;
* Rescale the model to other sizes
* Upload compressed versions directly to the platform or download the new model

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

#### Texture Compression

Each of an asset's textures can be compressed by clicking the "Compress Texture" toggle switch in the Texture Compress section. The following settings are also available to control how the texture is compressed:

* Format: Jpeg, Png, WebP, Ktx2
* Resolution: 256x256, 512x512, 1024x1024, 2048x2048, 4096x4096
* Quality: 0-100%

The "Compressed Size" and "Total GLB File Size" will show an estimate of the final post-compression sizes.&#x20;

To compress multiple textures at once, simply select a different Material or Texture from the dropdown, and also click the  "Compress Texture" toggle switch for it. To generate the model with these compressed textures, click the blue "Compress" button at the bottom of the section.&#x20;

<figure><img src="/files/79L56A3v1GWrBpEKbLNC" alt=""><figcaption></figcaption></figure>

## Images

For this type of asset, you can:

* Compress the images to lighter versions
* Convert them to 3D models

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

## Videos

For this type of asset, users of [paid](mailto:sales@echo3D.com) plans can:

* Compress the videos to lighter versions
* Convert video to GIF

<figure><img src="/files/Y8NyuTB4BT0EvNwvsBGZ" 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/compute-pages/convert-and-compress-page.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.
