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

# 保存工作到 GitHub

在处理插件时，您会想要保存进度。为了实现此目的，我们已将 GitHub 直接集成到“插件乐园”中。

### 将新插件项目添加到 GitHub 帐户

单击该按钮可登录到 GitHub，然后允许 FormIt 访问您的存储库（项目）。

![](/files/gzAh1c5qyKUnPtmPGcis)

要创建项目，请键入名称，然后单击 ![](/files/AWSLqb9XKgV5VCkITn7C) 按钮。

![](/files/SOUdxSlj0nFRSQKqDZIQ)

稍后，新创建的项目将显示在项目列表中。从下拉列表中选择项目以加载它。

![](/files/Ce0yET6syiW7Lpo5jaKB)

### 保存工作

对插件进行更改后，单击“保存”按钮 ![](/files/2VWDYDgkCZukRSWsEkD0)，以将更改保存到您的 GitHub 帐户。

![](/files/v9qLVXrO8F63QBxaXFAq)

### 在 GitHub 中查看项目

还可以使用 GitHub 按钮，直接在 GitHub 中查找和编辑文件。

![](/files/wrT3Va3ibFsaKm3M0BbY)

###


---

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