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

# 发布项目

### 从“插件乐园”发布

当您准备好与他人共享插件时，请使用“发布”![](/files/ndRo6jZeqZR12alC4ZpU) 按钮发布项目。

![](/files/ihshB1XACucO9wnkKl0H)

###

### 在 GitHub 上托管插件

在您的存储库中启用 GitHub Pages，以便 FormIt 可以加载和显示您的 GitHub 托管插件。

转到您新的 [GitHub](https://github.com) 插件存储库，例如 <https://github.com/h-iL/myFormItPlugIn>

在顶部菜单中，依次单击“设置”>“页面”。在“源”下，单击“无”按钮，然后选择主分支。单击“保存”。

![](/files/B4cbxzZsZxGBODafOwN6)

### 在 FormIt 中展开插件

要使用在 GitHub 上托管的插件，请复制插件页面链接、转到“插件管理器”并滚动到底部，然后将链接粘贴到“添加您的私有插件”或“添加本地插件”下的字段中。然后，单击“添加”![](/files/AWSLqb9XKgV5VCkITn7C) 按钮。

![](/files/rFktcAhOYGmw0Nk30Tfa)

![](/files/8kjrx23Xy01RXvyD39l2)

完成安装插件后，它会添加到工具栏的底部，可供使用。

![](/files/RKFbWe2y1p7vyH7Nyu04)


---

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