# Github 저장소 불러오기

Github 저장소에서 프로젝트를 불러와 구름IDE에서 프로젝트를 이어서 진행할 수 있습니다.

### 1단계. [컨테이너 콘솔](https://ide.goorm.io/my/dashboard) 페이지로 이동해 컨테이너 생성 모달 열기

* 컨테이너 콘솔 페이지 상단에 있는 `새 컨테이너` 버튼을 클릭합니다.

### 2단계. 깃허브 계정 인증하기

* 우측 상단에 있는 `깃허브에서 불러오기` 버튼을 클릭합니다.
* `Github 인증하기` 버튼을 클릭해 Github 인증을 통해 계정을 연동합니다.
* 인증에 성공하면 연동된 계정에 있는 저장소 목록이 나타납니다.

### 3단계. Github 저장소로 컨테이너 생성하기

* 불러올 저장소를 선택합니다. 저장소가 Private 설정이 되어 있을 경우 배지로 표시됩니다.
* 선택한 저장소에 따라 소프트웨어 스택과 이름이 자동으로 설정되며 자유롭게 변경할 수 있습니다.
* 필요하다면 추가 모듈/패키지를 활성화하여 설치할 모듈/패키지를 선택합니다.
* 마지막으로 `프로젝트 불러오기` 버튼을 클릭하면 입력한 정보에 따라 컨테이너를 생성합니다.


---

# 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://help.goorm.io/ko/goormide/workspace/import-github-repos.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.
