# Welcome

Welcome to the API Access section of the documentation. This API is designed to help developers seamlessly integrate **colormass** into their applications, enabling advanced data management, configurator integration, and exporting functionalities. With our API, you can create custom workflows, automate processes, and build tailored solutions to suit your business needs.

## Jump right in

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Configurator</strong></td><td>Integrate configurators into your website.</td><td><a href="/files/QZU091soTqV4il5HJbIt">/files/QZU091soTqV4il5HJbIt</a></td><td></td><td><a href="/pages/W1cri26jmNYwSAYwV31L">/pages/W1cri26jmNYwSAYwV31L</a></td></tr><tr><td><strong>Data Exporter</strong></td><td>Integrate automatic outputs into your website.</td><td><a href="/files/RT6MKOqoLsVl2UKLIudZ">/files/RT6MKOqoLsVl2UKLIudZ</a></td><td></td><td><a href="/pages/YBo8QV1EAmG6LOZOIHc7">/pages/YBo8QV1EAmG6LOZOIHc7</a></td></tr></tbody></table>

## Configurator

In the configurator documentation you can learn about the ways you can integrate colormass configurators into your website. There are various levels of integration, starting from changing basic styling elements of our components until completely using your own UI and only communicating with the 3D viewer through an API.

Just to provide an example you can find the following custom configurators that were integrated using the colormass API.

* [**Designtex DDS**](https://designtex.com/digital-studio/): This custom application empowers users to visualize customized patterns in real time, offering a dynamic and interactive experience. This visualization capability is seamlessly integrated with Designtex's ecommerce platform, streamlining the process of pattern selection and customization for users. Ultimately, this system results in the production of the desired pattern, which is a printed sample.
* [**VADO Vanity Builder**](https://www.vado.com/cameo-vanity-builder)**:** This configurator was assembled utilizing the colormass 3D backend and seamlessly integrated via the colormass API. The frontend of the configurator was created by VADO to ensure perfect alignment with the brand.

Learn more about configurator integrations [here](/dev/configurator/introduction.md).

## Data Exporter

* [**Designtex Downloads**](https://shop.designtex.com/circulate/): If you visit any of the product pages of Designtex. You can find that the material exports are integrated into the website, eliminating the need to always download and upload files to the CMS.

<figure><img src="/files/7GzljA3HXCegfp3DQ8ud" alt="" width="375"><figcaption></figcaption></figure>

* [**Maharam Downloads**](https://www.maharam.com/maharam/products/flex/colors/005-weaver)**:** Similarly on the Maharam product pages you will also see that material exports are directly integrated into the website.

<figure><img src="/files/3SgQeovKNAK8bUEb9SMa" alt="" width="70"><figcaption></figcaption></figure>

Learn more about data integrations [here](/dev/data-exporter/integration.md).

{% hint style="info" %}
If you would like to create Configurators or Exports of your material then please head to the [Tutorials](https://docs.colormass.com/) section of the documentation.
{% endhint %}


---

# 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/dev/readme.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.
