# Overview

The Component Builder is a custom property editor designed to edit and preview all Avonni Components used in Flows.&#x20;

{% hint style="danger" %}

#### Lightning Web Security: Recommended for Best Performance

The performance and behavior of Avonni Components can be impacted if Lightning Web Security is disabled in your Salesforce Org.

* We **strongly recommend** enabling [**Lightning Web Security**](https://developer.salesforce.com/docs/platform/lightning-components-security/guide/lws-enable.html) to ensure optimal functionality.
  {% endhint %}

<figure><img src="/files/GQb4Ae37s1WTpB2tJ9i4" alt=""><figcaption><p>Access the Component Builder</p></figcaption></figure>

With the Component Builder, you can:

1. **See a Preview**: It offers a canvas for a live preview of the Avonni Component you're creating.
2. **Adjust Settings**: On the right side, various tabs are available to adjust settings.
   * [**Properties Pane**](/flow/component-builder/properties-panel.md): This shows all customization options for Avonni Flow Screen Components. Here, you can tweak the primary settings of the component.
   * [**Interactions Pane**](/flow/component-builder/interactions-panel.md): This feature helps you set up user interactions, such as navigating in Salesforce or displaying a message, without requiring coding. For instance, you can decide what happens when someone clicks on an action.
   * [**Style Pane**](/flow/component-builder/style-panel.md): Here, you can modify the appearance of the Avonni Component to match your desired style


---

# 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.avonnicomponents.com/flow/component-builder/overview.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.
