# Publication de votre projet

### Publication à partir de Plugin Playground

Lorsque vous êtes prêt à partager votre plug-in avec d’autres utilisateurs, utilisez le bouton Publish (Publier) ![](/files/Nh7cRqKy8NQz1cKTtU2z) pour publier votre projet.

![](/files/mVeXCSLzGQwS6LNI66qv)

###

### Hébergement de votre plug-in sur GitHub

Activez GitHub Pages dans votre référentiel afin que FormIt puisse charger et afficher vos plug-ins hébergés par GitHub.

Accédez à votre nouveau référentiel de plug-ins [GitHub](https://github.com) (par exemple, <https://github.com/h-iL/myFormItPlugIn>).

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/bwu5BnSdbL7ekwCGakZ2)

### Déploiement de votre plug-in dans FormIt

Pour utiliser un plug-in hébergé sur GitHub, copiez le lien de la page du plug-in, accédez à Plugin Manager et faites défiler vers le bas, puis collez le lien dans le champ sous Add Your Private or Local Plugin (Ajouter votre plug-in privé ou local). Cliquez ensuite sur le bouton Add (Ajouter) ![](/files/ZIpWbz0CReg20EAZrihe).

![](/files/KVWoQHAQRuZW9zYJfWiG)

![](/files/uuHzyIV6Kv4hydvM0XeG)

Une fois le plug-in installé, il sera ajouté au bas de la barre d’outils, prêt à l’emploi.

![](/files/vGHzs4WALbDSeORsKWbn)


---

# 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/fr/plugins/how-to-develop-plugins/your-first-plugin/publishing-your-project.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.
