> For the complete documentation index, see [llms.txt](https://mondrian.gitbook.io/yennefer-cluster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mondrian.gitbook.io/yennefer-cluster/yennefer-cluster-c1.6.0/tutorial/undefined-1.md).

# 데이터셋 활용하기

## 데이터셋 생성하기

<figure><img src="/files/bBMv7hAb2D1psktk1oOz" alt=""><figcaption></figcaption></figure>

1. Data Catalog의 우측 상단에 있는 데이터셋 생성을 클릭하세요.
2. 데이터 생성 창에서 만들고자하는 데이터 셋의 정보를 입력 한 후 생성 버튼을 클릭하세요.

## 데이터셋에 데이터 업로드 하기

<figure><img src="/files/LJQpkv73EJM797CigVxB" alt=""><figcaption></figcaption></figure>

1. 데이터를 추가하고자 하는 데이터셋의 상세페이지로 들어갑니다.
2. 데이터셋 상세페이지의 데이터 및 리소스 탭에서 파일&폴더 업로드를 버튼을 클릭하세요.
3. 데이터셋에 추가하려는데이터 파일이나 폴더를 추가하세요.


---

# 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://mondrian.gitbook.io/yennefer-cluster/yennefer-cluster-c1.6.0/tutorial/undefined-1.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.
