> 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/saving-your-work-to-github.md).

# Speichern Ihrer Arbeit in GitHub

Während Sie an Ihrem Plugin arbeiten, sollten Sie Ihren Fortschritt speichern. Um dies zu ermöglichen, haben wir GitHub direkt in Plugin Playground integriert.

### Hinzufügen eines neuen Plugin-Projekts zu Ihrem GitHub-Konto

Klicken Sie auf die Schaltfläche, um sich bei GitHub anzumelden, und ermöglichen Sie FormIt den Zugriff auf Ihre Repositorys (Projekte).

![](/files/b0l3VA7hWJzQeg3R9GJx)

Um ein Projekt zu erstellen, geben Sie einen Namen ein und klicken auf die Schaltfläche ![](/files/Tli2sKGKBQEw5dzxv6fZ).

![](/files/EjZln9q02oZfqG5JJA30)

Das neu erstellte Projekt wird kurz danach in Ihrer Projektliste angezeigt. Wählen Sie das Projekt aus der Dropdown-Liste aus, um es zu laden.

![](/files/A6joh8KRCqGCZcv8eJoH)

### Speichern Ihrer Arbeit

Wenn Sie Änderungen an Ihrem Plugin vornehmen, klicken Sie auf die Schaltfläche Speichern ![](/files/v1OWZehKhDoY89pkxYz7), um die Änderungen in Ihrem GitHub-Konto zu speichern.

![](/files/Sw3wt578MfkmYXNH1v5s)

### Anzeigen Ihres Projekts in GitHub

Sie können Ihre Dateien auch direkt in GitHub finden und bearbeiten, indem Sie die GitHub-Schaltfläche verwenden.

![](/files/HUiL5oZiPfe61WnyYxN9)

###


---

# 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/saving-your-work-to-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.
