# 將您的工作儲存至 GitHub

當您使用外掛程式時，您會想要儲存您的進度。為了達到這個目的，我們已將 GitHub 直接整合到 Plugin Playground 中。

### 將新的外掛程式專案加入您的 GitHub 帳戶

按一下按鈕登入 GitHub，並允許 FormIt 存取您的儲存庫 (專案)。

![](/files/SNhDRBxl8CtHJLHDQnB4)

若要建立專案，請鍵入名稱，然後按一下 ![](/files/loM0781XlhLtE4jIrRil) 按鈕。

![](/files/J2c5XdpGMKXoqe3WsXjQ)

稍後，新建立的專案將顯示在專案清單中。從下拉式清單中選取專案以將其載入。

![](/files/jvwDxrYfO05Gkj2uN8tg)

### 儲存您的工作

當您變更外掛程式時，請按一下「儲存」按鈕 ![](/files/Ji0xyejPk73zXuVv8ZRw)，將變更儲存到您的 GitHub 帳戶。

![](/files/4INWawBrYLlmQ13R5d2y)

### 在 GitHub 中檢視您的專案

您也可以使用 GitHub 按鈕，在 GitHub 中直接尋找和編輯檔案。

![](/files/gornkQ19CfpX7zezrwVA)

###


---

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