> 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/how-to-use/spreeadhseet-rules.md).

# 시트 생성 및 데이터 만들기

&#x20;

### UGS -> Manager 로 매니저 윈도우를 엽니다. 😊

![](/files/-MevI5ZSq_E5bGY42gfc)

### Create Default Sheet 버튼을 눌러 기본 테이블 샘플을 만들고 더블클릭합니다.

![](/files/-MevIXNwPnPX9AaRpFDj)

### 아래와 같은 기본 테이블이 열립니다. 마음대로 수정해보세요!

![](/files/-MevKe1zWtgCMv6JNlT4)

### 테이블을 정의했다면, Generate를 클릭하여 데이터와 코드를 생성하세요

![](/files/-MevKqonP6KFBKuwenXJ)

### Assets/UGS.Generated 경로에 폴더와 json, c#파일이 생기면 성공입니다.

* JSON 파일에는 스프레드시트의 데이터들이 저장되어 있습니다.
* C# 파일은 여러분들이 쉽게 데이터를 불러올 수 있게 하기위해 만들어지는 자동 생성 결과물입니다.

![](/files/-MfHwU0pacgj0uNzpTyY)

### 자동 생성된 코드결과 (이 코드는 수정하지 마세요!)

![](/files/-MevM7Bg8pHLZMLUiy_K)

### &#x20;


---

# 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/how-to-use/spreeadhseet-rules.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.
