> For the complete documentation index, see [llms.txt](https://shlifedev.gitbook.io/unitygooglesheets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shlifedev.gitbook.io/unitygooglesheets/getting-start/google-drive.md).

# GoogleDrive Setup

### &#x20;[드라이브](< https://drive.google.com/drive/my-drive>) 로 이동하여 새로운 폴더를 만드십시오. 폴더의 이름은 마음대로 정해도 상관 없습니다.

![](/files/-MKu0q9jVvq0VAL0G1cq)

### &#x20;브라우저의 URL에서 폴더 ID를 복사하십시오.

![](/files/-MKu1gk6Rvf3XBpcVs-p)

### &#x20;UGS->Setting 에서 구글폴더 ID 항목을 채워넣습니다.

![](/files/-MKu2A5h4ZX8dlCaYMKk)

![](/files/-MKu1wdqRfxmUxaeBl4i)

### &#x20;잘 만들어졌는지 확인하기 위해 새롭게 만든 폴더안에 폴더 2개를 만들어 봅니다.

![](/files/-MKu3-oKiN5HQp68Kp7f)

### UGS -> Manager가 오류없이 잘 열리면 성공입니다.&#x20;

\+ 최신 버전 UGS에서는 아래와같이 ZGS가 아닌 UGS 메뉴로 표시 될 거에요.

![](/files/-MKu35qKrx0elSvK0kAG)

![](/files/-MKu39k2rz-Dtcm5cOpy)

###


---

# 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://shlifedev.gitbook.io/unitygooglesheets/getting-start/google-drive.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.
