> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/universe/fork-a-universe-dataset.md).

# Universe Dataset 포크하기

Fork Project 기능을 사용하여 Universe 데이터셋의 데이터를 계정으로 복사할 수 있습니다.

프로젝트를 fork하려면 Roboflow 계정에 로그인되어 있어야 합니다.

### 프로젝트 Fork하기

먼저, 컴퓨터 비전 프로젝트에서 사용하고 싶은 Universe의 데이터셋을 찾으세요.

다음으로, "Use this Dataset"을 클릭한 다음 "Fork Project" 버튼을 클릭하세요:

<figure><img src="/files/396b2be5e3858a450437cd33e68748ef585c1415" alt=""><figcaption></figcaption></figure>

그러면 데이터셋이 Roboflow Workspace로 복사됩니다.

프로젝트가 복사되면, 데이터셋을 사용하여 Project Version을 생성할 수 있는 페이지로 이동합니다:

<figure><img src="/files/793edc0d380822fa0b630d6caf375d4ecf3c7b4b" alt=""><figcaption></figcaption></figure>

그다음 원하는 대로 프로젝트를 변경하거나, 데이터셋을 사용해 모델을 학습할 수 있습니다.


---

# 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://docs.roboflow.com/roboflow/roboflow-ko/universe/fork-a-universe-dataset.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.
