# Saving Your Work to GitHub

As you work on your plugin, you’ll want to save your progress. To make this possible, we have integrated GitHub directly into the Plugin Playground.

### Adding a New Plugin Project to Your GitHub Account

Click the button to log in to GitHub and allow FormIt to access to your repositories (projects).

![](/files/YOV2lrRPdjikcTu3o1fZ)

To create a project, type in a name and click the ![](/files/bGO0vN66Ety3zK0VkMBM) button.

![](/files/SCLRWkOxiraWOc57j2iN)

In a few moments, the newly created project will appear in your projects list. Select the project from the drop-down to load it.

![](/files/lkbUuQmWnp8aYOHYoDOL)

### Save Your Work

When you make changes to your plugin, click the Save button ![](/files/NPnxy2pJ2yfEt3HQUyiO)to save the changes to your GitHub account.

![](/files/psk5ugcdU13ZQ3fkXTr8)

### View Your Project in GitHub

You can also find and edit your files directly in GitHub by using the GitHub button.

![](/files/h0DIC2fgB7Yv6vJrhL69)

###


---

# 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/plugins/how-to-develop-plugins/your-first-plugin/saving-your-work-to-github.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.
