> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/ce/extensibility-and-integrations/add-ons/builderio.md).

# Emporix Builder.io Plugin

[Builder.io](https://www.builder.io/) is a visual and headless CMS platform that allows you to build webpages faster thanks to predefined building elements. You might want to use this solution to create or enhance your online store website or application. To facilitate integration between Emporix Commerce Engine and Builder.io, we have created a plugin that helps you connect your data and build your store even faster. The Builder.io Emporix plugin is made available through [Builder.io Integrations](https://www.builder.io/m/integrations).

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

Within the Builder tool, you can find the plugin on the plugins list:

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

### Purpose

The Emporix Builder.io plugin provides a standardized and fast integration of data from Commerce Engine. The Builder.io can use data like product and categories when creating data models within Builder.io. Therefore, using the plugin when working on your storefront, you are able to fetch the product data from Commerce Engine and add it to your webpage straightaway.

### Configuration

If you want to use Builder.io and the Emporix Builder.io plugin to build your webpage, only configuration is required.\
All the steps how to enable the plugin and start working with it are described in [Builder.io](https://github.com/BuilderIO/builder/tree/main/plugins/emporix) documentation.\
When enabling the plugin, you need to provide:

* your tenant name
* your Storefront API ClientID

{% hint style="info" %}
Find your Storefront API ClientID within your API Keys.
{% endhint %}

To learn about the plugin, see [Emporix Builder.io Plugin](https://github.com/BuilderIO/builder/tree/main/plugins/emporix).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developer.emporix.io/ce/extensibility-and-integrations/add-ons/builderio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
