# Publishing Your Project

### Publishing from the Plugin Playground

When you’re ready to share your plugin with others, use the Publish![](/files/i7Y4wWlsgg0fPVxLqRsV)button to publish your project.

![](/files/MfHeF57mFcHBVvc59jW2)

###

### Hosting Your Plugin on GitHub

Enable GitHub Pages in your repository so FormIt can load and display your GitHub-hosted plugins.

Go to your new [GitHub ](https://github.com)plugins repo, for example, <https://github.com/h-iL/myFormItPlugIn>

In the top menu, click Settings > Pages. Under Source, click the None button and select the main branch. Click Save.

![](/files/FTA34y4D0Px6rN2J8ZqX)

### Deploying Your Plugin in FormIt

To use a plugin hosted on GitHub, copy the plugin page link, go to the Plugin Manager and scroll to the bottom, and paste the link in the field under Add Your Private or Local Plugin. Then click the Add ![](/files/bGO0vN66Ety3zK0VkMBM) button.

![](/files/ouTeyW0zkzVsmCf33EC5)

![](/files/uXu9UkyrqAmamioTHIMi)

Once the plugin is installed, it will be added to the bottom of your toolbar, ready to use.

![](/files/M0Iz4wMSlBBgOO3RPAld)


---

# 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/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.
