> For the complete documentation index, see [llms.txt](https://windows.help.formit.autodesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://windows.help.formit.autodesk.com/it/plugins/how-to-develop-plugins/advanced-development/hosting-a-plugin-on-github.md).

# Hosting di un plug-in su GitHub

È stato creato un plug-in utile da condividere? Ospitare il repository su GitHub permetterà ad altri utenti di installare il plug-in da [Plugin Manager](/it/plugins/how-to-use-plug-ins.md#plugin-manager).

### Hosting del progetto di plug-in

Questo processo è simile a quello di un capitolo precedente in cui è descritto come [pubblicare il plug-in](/it/plugins/how-to-develop-plugins/your-first-plugin/publishing-your-project.md) creato in Plugin Playground.

Accedere al nuovo repository di plug-in di GitHub, ad esempio <https://github.com/Joe/JoesPlugins>.

Nel menu superiore, fare clic su Settings > Pages. In Source, fare clic sul pulsante None e selezionare il ramo principale. Fare clic su Save.

![](/files/DvV7SGSv7eBVNd4021jD)

### Aggiornamento del progetto di plug-in localmente

A questo punto, è possibile continuare ad aggiungere, modificare e testare i plug-in localmente e, quando si è pronti per la pubblicazione, utilizzare GitHub Desktop o un altro client Git per inviare le modifiche al repository GitHub. Chiunque utilizzi il repository e i plug-in riceverà sempre il codice più recente all'avvio di FormIt.

### Pubblicazione del progetto

Per i progetti creati in un IDE anziché in [Plugin Playground](/it/plugins/how-to-develop-plugins/your-first-plugin/plugin-playground.md), è possibile pubblicare il plug-in aggiungendo un argomento **FormIt-plugin** al repository dei plug-in.

Ciò consente di individuare il plug-in nell'elenco di [plug-in della community](/it/plugins/example-1/formit-plugin-community.md).

Visualizzare il repository su GitHub visitando il collegamento al progetto, ad esempio, <https://github.com/Giovanni/PluginGiovanni>.

Fare clic su Settings nell'angolo superiore destro.

![](/files/tJ8wv5c9pecJcPNExPvE)

Aggiungere una descrizione del plug-in, aggiungere formit-plugin al campo Topics e salvare le modifiche.

![](/files/A2DitDTlTSguqAwOn5Jo)

Una volta salvato, il progetto del plug-in verrà aggiunto all'elenco di [plug-in della community](https://github.com/topics/formit-plugin).

###


---

# 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://windows.help.formit.autodesk.com/it/plugins/how-to-develop-plugins/advanced-development/hosting-a-plugin-on-github.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.
