# Avvio del plug-in di esempio

### Esecuzione del plug-in di esempio

Un plug-in di esempio viene caricato con Plugin Playground. Fare clic sul pulsante di riproduzione per eseguire un plug-in.

![Step 1](/files/Ur1B1YtI3AvI4WngVXk2)

Verrà visualizzato un plug-in con 3 input numerici e il pulsante Create Block. Proseguire e testare il plug-in, che creerà un cubo in base ai valori di input forniti.

### Visualizzazione e modifica del codice

Se si desidera visualizzare il codice di questo plug-in, fare clic sul pulsante di modifica.

![Step2](/files/NDRaedsalgyAnn6bbqHU)

Verrà avviata una finestra di dialogo contenente tutti i principali elementi di un plug-in di FormIt: HTML, JavaScript e CSS.

![](/files/heBv5EgnVho9SpPZHNuL)


---

# 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://windows.help.formit.autodesk.com/it/plugins/how-to-develop-plugins/your-first-plugin/launching-the-sample-plugin.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.
