# Come sviluppare i plug-in

Per i tinkerer e gli sviluppatori, FormIt è un ottimo strumento per lo sviluppo di plug-in. Sono disponibili due modalità di sviluppo, a seconda delle competenze di sviluppo e della complessità del progetto che si desidera eseguire.

* È consigliabile iniziare dalla sezione [Il primo plug-in](/it/plugins/how-to-develop-plugins/your-first-plugin.md). Fornisce istruzioni per la creazione di un plug-in semplice utilizzando Plugin Playground.
* Se si desidera sviluppare un progetto più complesso, è consigliabile seguire la sezione [Sviluppo avanzato](/it/plugins/how-to-develop-plugins/advanced-development.md).
* Per informazioni sullo sviluppo di altri tipi di plug-in, consultare la sezione [Opzioni di sviluppo aggiuntive](/it/plugins/how-to-develop-plugins/additional-development-options.md).
* Per i collegamenti alla documentazione, fare riferimento alla pagina [API di FormIt](/it/plugins/useful-links.md).

![](/files/ctTx6pjU7l49JOHwZrVp)


---

# 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.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.
