> 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/experience-cloud/experience-cloud-it/per-iniziare/quick-start-guide.md).

# Guida introduttiva

{% hint style="warning" %}

#### Importante

Prima di utilizzare Avonni Components sul tuo sito web Experience Cloud, assicurati di attivare il '**Lightning Web Security**' opzione. Questo interruttore si trova nel pannello delle impostazioni nella sezione '**Sicurezza e privacy**' sezione. I componenti Avonni potrebbero non funzionare correttamente se questa impostazione non è abilitata.

<img src="/files/d541abaad837ecc86941de1072685c103f132ae2" alt="" data-size="original">
{% endhint %}

## Accesso ai componenti Avonni

Dopo aver installato il [**pacchetto Avonni Experience Components**](https://appexchange.salesforce.com/appxListingDetail?listingId=2e584bb3-b5e0-415d-9347-d6567158d840\&channel=recommended\&cta=gin\&other_source=AppExchange+Recommended), puoi trovare e utilizzare questi componenti nell'editor del tuo sito Experience Cloud:

### **Trova i componenti**

1. Apri il tuo sito Experience in Experience Builder
2. Fai clic sul **pannello Componenti** (di solito nella barra laterale sinistra)
3. Scorri fino alla **Componenti personalizzati** sezione
4. Cerca componenti che iniziano con "AX -" (come AX - Data Table, AX - Calendar, AX - Kanban)

### **Aggiungi componenti alla tua pagina**

Una volta trovati i componenti AX nell'elenco dei Componenti personalizzati, trascinali semplicemente sulla tela della tua pagina. Quindi configura le impostazioni del componente nel pannello delle proprietà sulla destra.

Tutti i componenti AX per Experience Sites hanno il prefisso "AX -" per renderli facili da identificare e distinguere dai componenti standard di Salesforce.

<figure><img src="/files/66ad07c9cdebd0da55511f20b086de7417ab5455" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}

#### Nota

Se in precedenza hai installato il pacchetto Avonni Components per Screen Flow, tieni presente che i componenti di Experience Sites utilizzano un formato di denominazione diverso:

* **Componenti di Experience Sites:** AX - Nome componente (ad es., AX - Kanban, AX - Data Table)
* **Componenti di Screen Flow:** Avonni - Nome componente (ad es., Avonni Kanban, Avonni Data Table)

Entrambi possono coesistere nella tua org.
{% endhint %}

Questo processo garantisce che, una volta installati, i componenti Avonni siano prontamente disponibili e facilmente identificabili nell'ambiente di modifica del tuo Experience Site, consentendo un'integrazione e un utilizzo senza soluzione di continuità nei tuoi progetti digitali.


---

# 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/experience-cloud/experience-cloud-it/per-iniziare/quick-start-guide.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.
