# Publishing your Dynamic Components

Once your Dynamic Component is built and saved, add it to a Lightning page so users can see it. After installing the Avonni Experiences Components package, the **AX – Dynamic Component** becomes available in Lightning App Builder.&#x20;

Drag it onto your page, then configure it to display your Dynamic Component.

## Step-by-Step Guide

{% stepper %}
{% step %}

#### Save and Activate

Click Save in the Dynamic Component builder, then click Activate to make your component available for addition to a Lightning page.
{% endstep %}

{% step %}

#### Open Lightning App Builder

Navigate to the page where you want to add your component (Home page, Account record page, etc.), click the **Setup gear icon** (⚙️), and select **Edit Page**.
{% endstep %}

{% step %}

#### Drag the "AX - Dynamic Component" Component

From the component list on the left (under "Custom - Managed"), drag the **AX - Dynamic Component** onto your page canvas.

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

{% hint style="warning" %}

#### For Legacy Package Installations

If you installed the legacy standalone Dynamic Components package (instead of the [**Avonni Experiences Components package**](https://appexchange.salesforce.com/appxListingDetail?listingId=2e584bb3-b5e0-415d-9347-d6567158d840\&channel=recommended\&other_source=AppExchange+Recommended)), look for **"Avonni Dynamic Component"** in the component list instead of "AX - Dynamic Component."
{% endhint %}
{% endstep %}

{% step %}

#### Select Your Component

In the Properties Panel on the right, use the dropdown to select your newly created Dynamic Component from the list of available components

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

{% step %}

#### Save and Activate

Click Save in the Lightning App Builder. If needed, click Activate and assign the page to the appropriate apps, record types, and profiles.
{% endstep %}
{% endstepper %}

**Done!** Your Avonni Dynamic Component is published and visible to users with access to that Lightning page, provided they have the [**required Avonni licenses and permissions**](/dynamic-components/getting-started/installation-and-licenses-management.md).

{% @arcade/embed flowId="ApD2Sr11jVEcRTrWEvUh" url="<https://app.arcade.software/share/ApD2Sr11jVEcRTrWEvUh>" %}


---

# 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/dynamic-components/core-concepts/publishing-your-dynamic-components.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.
