> 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/de/plugins/how-to-develop-plugins/your-first-plugin/publishing-your-project.md).

# Publizieren Ihres Projekts

### Publizieren über Plugin Playground

Wenn Sie bereit sind, Ihr Plugin für andere freizugeben, verwenden Sie die Schaltfläche Publizieren![](/files/KSFWKqxrj7RNrLo9FVkh), um Ihr Projekt zu publizieren.

![](/files/AnbbDzEM19Iwv8FA8nSK)

###

### Hosting Ihres Plugins auf GitHub

Aktivieren Sie GitHub Pages in Ihrem Repository, damit FormIt Ihre von GitHub gehosteten Plugins laden und anzeigen kann.

Wechseln Sie zu Ihrem neuen Plugins-Repository bei [GitHub](https://github.com), z. B. <https://github.com/h-iL/myFormItPlugIn>.

Klicken Sie im oberen Menü auf Settings (Einstellungen) > Pages (Seiten). Klicken Sie unter Source (Quelle) auf die Schaltfläche None (Keine), und wählen Sie die Hauptverzweigung aus. Klicken Sie auf Speichern.

![](/files/Grovo994VprupMmttD1r)

### Einrichten des Plugins in FormIt

Um ein Plugin zu verwenden, das auf GitHub gehostet wird, kopieren Sie den Link der Plugin-Seite, gehen Sie zum Plugin Manager, führen Sie einen Bildlauf nach unten aus, und fügen Sie den Link in das Feld unter Add Your Private or Local Plugin ein. Klicken Sie dann auf die Schaltfläche Hinzufügen ![](/files/Tli2sKGKBQEw5dzxv6fZ).

![](/files/4FcwO1qFpZKW42Pca360)

![](/files/yTOkd3xBDnsxtjJ65zEl)

Sobald das Plugin installiert ist, wird es am Ende Ihres Werkzeugkastens hinzugefügt und kann verwendet werden.

![](/files/3GLCp8cCsd29d8nkSLFj)


---

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