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

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