# Exports

{% hint style="info" %}
It is possible to integrate exports directly into your website, so that you don't have to manually download and upload files. For more information check out the [Data Exporter](/dev/data-exporter/generating-exports.md) developer documentation.
{% endhint %}

A big advantage of an online 3D system like colormass is that since you are only storing a single source of truth, you can generate various kinds of export without having to store all those variations separately in the database.

## Types of Exports

On the right side of the screenshot below under *Material outputs* you can see four main outputs.

<figure><img src="/files/AkQOjn9mldx410byRQ3A" alt=""><figcaption><p>Material outputs</p></figcaption></figure>

For fall materials that have an online revision, various outputs can be generated:

* **Flat thumbnails** are images that are generated with a fixed dimension that is visible on the image. On the platform the following predefined sizes are available to be generated:

  <figure><img src="/files/LkIQqb580tQJYSdaDONe" alt="" width="181"><figcaption><p>Thumbnail sizes</p></figcaption></figure>
* **Tileable image** is an image that can be placed next to itself (above, below, or side-by-side) without creating an obvious seam. The size of the repeat (and hence the physical size visible on the image) is included in the name of the file.
* **Map exports** are the PBR exports where the maps can be exported based on the last material revision or texture set. This can mean standard PBR exports but you are also able to change between render engines (Vray, Corona, Cycles), workflows (Metallness/Roughness, Specular/Glossiness), file type and many other settings.

  <figure><img src="/files/7xYID9AiN1oR5rOmvdpm" alt="" width="150"><figcaption><p>PBR export settings</p></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.colormass.com/scanning-and-tiling/exports.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.
