# GitHub에 작업 저장

플러그인 관련 작업을 수행할 때 지금까지 수행한 작업을 저장하고 싶을 것입니다. 이를 위해 플러그인 플레이그라운드에 GitHub를 직접 통합했습니다.

### GitHub 계정에 새 플러그인 프로젝트 추가

GitHub에 로그인하는 버튼을 클릭하고 FormIt이 리포지토리(프로젝트)에 액세스할 수 있도록 허용합니다.

![](/files/QhIlC6b1c6PFHr0DbEQs)

프로젝트를 작성하려면 이름을 입력하고 ![](/files/hWurW4hksGQ60O5ZgMaL) 버튼을 클릭합니다.

![](/files/qmMLEERpRWa3b5i1ALJU)

잠시 후에 새로 작성된 프로젝트가 프로젝트 리스트에 나타납니다. 드롭다운에서 프로젝트를 선택하여 로드합니다.

![](/files/7ZYMM61Xdqnd2KIgsgRH)

### 작업 저장

플러그인을 변경한 경우 저장 버튼 ![](/files/beZv8RW1ceS4h6kUEMik)을 클릭하여 GitHub 계정에 대한 변경 사항을 저장합니다.

![](/files/u6hWO9jqvL2A1qn84dZu)

### GitHub에서 프로젝트 보기

GitHub 버튼을 사용하여 GitHub에서 직접 파일을 찾고 편집할 수도 있습니다.

![](/files/33ZYrGEmJuZ5vAFTMweL)

###


---

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