> 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/fr/plugins/how-to-develop-plugins/advanced-development/hosting-a-plugin-on-github.md).

# Hébergement d’un plug-in sur GitHub

Vous avez créé un plug-in utile que vous souhaitez partager ? Hébergez votre référentiel sur GitHub pour que d’autres utilisateurs puissent installer votre plug-in à partir de [Plugin Manager](/fr/plugins/how-to-use-plug-ins.md#plugin-manager).

### Héberger votre projet de plug-in

Ce processus ressemble à un chapitre précédent où nous discutions de la façon de [publier votre plug-in](/fr/plugins/how-to-develop-plugins/your-first-plugin/publishing-your-project.md) créé dans Plugin Playground.

Accédez à votre nouveau référentiel de plug-ins GitHub (par exemple, <https://github.com/Joe/JoesPlugins>).

Dans le menu supérieur, cliquez sur Paramètres > Pages. Sous Source, cliquez sur le bouton Aucun et sélectionnez la branche principale. Cliquez sur Enregistrer.

![](/files/Z46UVup8BPJvmAuFRAe6)

### Continuer à mettre à jour votre projet de plug-in localement

À ce stade, vous pouvez continuer à ajouter, modifier et tester des plug-ins localement et, lorsque vous êtes prêt à publier, utiliser GitHub Desktop ou un autre client Git pour transférer vos modifications vers votre référentiel GitHub. Toute personne qui utilise votre référentiel et vos plug-ins obtiendra toujours le code le plus récent au démarrage de FormIt.

### Publier votre projet

Pour les projets créés dans un IDE au lieu de [Plugin Playground](/fr/plugins/how-to-develop-plugins/your-first-plugin/plugin-playground.md), vous pouvez publier votre plug-in en ajoutant une rubrique **FormIt-plugin** au référentiel de votre plug-in.

Cela permet de découvrir votre plug-in dans la liste des [plug-ins de la communauté](/fr/plugins/example-1/formit-plugin-community.md).

Consultez votre référentiel sur GitHub en suivant le lien de votre projet (par exemple, <https://github.com/Joe/JoesPlugin>).

Cliquez sur Paramètres dans le coin supérieur droit.

![](/files/ngj0icpywD42zKuF89tj)

Ajoutez une description de plug-in, ajoutez formit-plugin au champ Topics et enregistrez les modifications.

![](/files/8IdQneP0d0SHWDwJeNu4)

Une fois enregistré, votre projet de plug-in sera ajouté à la liste des [plug-ins de la communauté](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/fr/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.
