# GitHub に作業内容を保存する

プラグインを操作する場合には、進行中の作業内容の保存が必要となります。これを可能にするために、GitHub が Plugin Playground に直接統合されました。

### GitHub アカウントに新しいプラグイン プロジェクトを追加する

ボタンをクリックして GitHub にログインし、FormIt がリポジトリ(プロジェクト)にアクセスできるようにします。

![](/files/agBeMX96VlI17GEQZjDY)

プロジェクトを作成するには、名前を入力し、![](/files/7WW4xiFpSaP94f8IuRRA) ボタンをクリックします。

![](/files/8vXsbKZxIWn6madSJnh6)

しばらくすると、新しく作成されたプロジェクトがプロジェクト リストに表示されます。ロードするプロジェクトをドロップダウンから選択します。

![](/files/656ZI0LgzKfz51IDC27E)

### 作業内容を保存する

プラグインに変更を加えた場合は、\[Save]ボタン ![](/files/vgxBleeG5sn6rsZlRjBs) をクリックして、変更内容を GitHub アカウントに保存します。

![](/files/xW1glq8jCPOVU6Os2Wy1)

### GitHub でプロジェクトを表示する

GitHub ボタンを使用して、GitHub で直接ファイルを検索および編集することもできます。

![](/files/FbnGhclRTjjtVWdrBUSy)

###


---

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