# Beae Page Builder

{% stepper %}
{% step %}

### **Go to admin app** <mark style="color:orange;">Beae Page Builder</mark> **-> Edit product template**

<figure><img src="/files/W64FJn3Dwp3BjpwQmSTq" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Open section feature product**

Click **add block** -> **Basic** -> **Code**

<div data-full-width="true"><figure><img src="/files/Mt1MZr90sqnj5XWk94qA" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Add code to show app

<mark style="color:orange;">Show Vairant Swatch App</mark>

```html
<div class="globo-swatch-product-detail"></div>
```

<mark style="color:orange;">Show Group Product As Variants</mark>

```html
<div class="globo-product-groups-detail"></div>
```

<mark style="color:orange;">Show Product Bundles</mark>

```html
<div class="globo_color_swatch_bundle_combo"></div>
```

<mark style="color:orange;">Show Quantity Breaks</mark>

```html
<div class="globo_color_swatch_bundle_quantity_break"></div>
```

<mark style="color:purple;">Example add code: Show variant swatch app</mark>

<figure><img src="/files/WJD1o9LrenWAyLXK56K2" alt=""><figcaption><p>Example add code show variant swatch app</p></figcaption></figure>
{% endstep %}

{% step %}

### Keep variant picker default of Beae Page Builder

> Please keep variant picker default, if it show double variant picker beae page builder and Globo variant swatch, you can <mark style="color:red;">enable</mark> **hide on desktop** and **hide on mobile** to working perfect

<figure><img src="/files/mEPTmaRobORq0QAIlZls" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save and public your page builder

You can preview your change in online store after public template
{% endstep %}

{% step %}

### **Need more help?**

If you need more help, contact our support team, we are always here to assist.
{% endstep %}
{% endstepper %}


---

# 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.globo.io/app-integrations/beae-page-builder.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.
