> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/flow/component-builder/properties-panel.md).

# Properties Panel

## Overview

The Properties Panel is present on the **right side** of the [Component Builder](/flow/getting-started/product-tour.md#avonni-component-builder). It displays all the properties you can apply to customize any selected Avonni Flow Screen Components. From the Properties panel, you can change all the main settings of each Avonni Component.

{% 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/mvwxLBnALgACiPZSyTlz" alt=""><figcaption></figcaption></figure>

## Accessing the Interactions Panel

1. Drag an Avonni Flow Screen Component
2. Open the Component Builder
3. The `Properties` Panel will be displayed by default.

## Manual vs Mapped value

All the component attributes can be set manually or `Mapped` from your flow resources. By pressing the <img src="/files/VUFJVpQQ4pAR2Gl0Ps5n" alt="" data-size="line"> button next to the attribute settings, you can select from `Manual`, `Mapped` or `Advanced` value.

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

## Related articles

{% content-ref url="/pages/l3QNGQCMCcYHDUNwgWVn" %}
[Create a variable and use it in a component property](/flow/tutorials/tips-and-tricks/create-a-variable-and-use-it-in-a-component-property.md)
{% endcontent-ref %}

{% hint style="info" %}
For some components, Advanced value is available to create a combined expression.
{% endhint %}


---

# 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://docs.avonnicomponents.com/flow/component-builder/properties-panel.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.
