> 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/datasets/project-folders.md).

# Project 폴더

Project Folders는 Workspace 내 프로젝트의 구성과 보안을 향상시킵니다. Folders를 사용하면 하나 이상의 Projects를 서로 구분되는 범주로 묶을 수 있어, 프로젝트를 더 쉽게 탐색, 정리, 관리할 수 있습니다. 또한 SSO가 활성화된 Workspaces에서는 Folder 내 Projects에 대한 접근을 특정 팀원으로 제한할 수 있어 데이터 보안이 강화됩니다.

#### Project Folders 보기

Workspace 보기에서 보유한 모든 Project Folders는 상단에 표시됩니다. Workspace에는 하나 이상의 Project Folders가 있을 수 있으며, 각 Project Folder에는 하나 이상의 Projects가 포함될 수 있습니다.

<figure><img src="/files/bbc65431808eabbe44e1a3a0263c00c024eea6bf" alt=""><figcaption><p>Project Folders는 Workspace 상단에 표시됩니다</p></figcaption></figure>

#### Folder 만들기

새 Folder를 만들려면 오른쪽 상단의 "+ New Folder" 버튼을 클릭하세요. Folder 이름을 입력한 다음 "Save"를 클릭합니다. 페이지가 project folder로 이동하면 그곳에서 새 Project를 만들 수 있습니다. project folder 보기에서 만든 모든 Project는 자동으로 해당 Folder에 추가됩니다.

[\[Roboflow Documentation\] Project Folders - Create Project - 동영상 보기](https://www.loom.com/share/aefb3b5fd1ea40cdb4183c903f13d9c8)

<figure><img src="https://cdn.loom.com/sessions/thumbnails/aefb3b5fd1ea40cdb4183c903f13d9c8-with-play.gif" alt=""><figcaption><p>새 Project Folder 만들기</p></figcaption></figure>

#### Folder 이름 바꾸기

Folder 이름을 바꾸려면 project folder의 드롭다운 메뉴(점 3개)를 클릭하세요. "Rename" 옵션을 선택한 다음 Project의 새 이름을 입력합니다. "Save"를 클릭하면 Folder에 새 이름이 적용됩니다.

[\[Roboflow Documentation\] Project Folders - Rename Folder - 동영상 보기](https://www.loom.com/share/63508a2ff629454690ac0957d5cfc990)

<figure><img src="https://cdn.loom.com/sessions/thumbnails/63508a2ff629454690ac0957d5cfc990-with-play.gif" alt=""><figcaption></figcaption></figure>

#### Folder 내 Projects 관리

기존 Projects를 Folder로 이동할 수 있습니다. Project를 이동하려면 Project의 드롭다운 메뉴(점 3개)를 클릭한 다음 "Move Project"를 선택하세요. 그러면 새 대상 위치를 선택할 수 있는 팝업이 표시됩니다. Project Folders가 없다면 "New Folder" 버튼을 클릭해 추가할 수 있습니다. 그렇지 않으면 기존 Folder 중 하나를 대상 위치로 선택할 수 있습니다. Project를 Folder 밖으로 이동하려면 Workspace 이름을 선택하면 됩니다.

[\[Roboflow Documentation\] Project Folders - Move Project - 동영상 보기](https://www.loom.com/share/a411cabb98f14255b07c3c2e209c3abd)

<figure><img src="https://cdn.loom.com/sessions/thumbnails/a411cabb98f14255b07c3c2e209c3abd-with-play.gif" alt=""><figcaption></figcaption></figure>

#### Folder 삭제하기

Folder를 삭제하려면 project folder의 드롭다운 메뉴(점 3개)를 클릭하고 "Delete" 옵션을 선택하세요(이 작업은 되돌릴 수 없습니다). Folder를 삭제하면 **하지 않습니다** Folder 안의 Projects는 삭제되지 않고, 해당 Projects는 다시 Workspace 수준으로 이동됩니다.

[\[Roboflow Documentation\] Project Folders - Delete Folder - 동영상 보기](https://www.loom.com/share/852e70b217de4d5d9ca79bef41903ad9)

<figure><img src="https://cdn.loom.com/sessions/thumbnails/852e70b217de4d5d9ca79bef41903ad9-with-play.gif" alt=""><figcaption></figcaption></figure>

### 사용자 지정 Folder 권한

Folders는 Projects를 정리하고 관리하는 좋은 방법이지만, Folder의 일부에 대해 사용자 지정 권한을 설정할 수도 있습니다. 예를 들어 Workspace의 일부 멤버만 특정 Folder의 Projects에 접근하도록 하고 싶다면, Roboflow의 SSO 통합으로 이를 구현할 수 있습니다. 시작하려면 지원팀에 문의해 주세요. 설정을 도와드리겠습니다.

### Project Folders API

Project Folders는 Roboflow API를 사용하여 프로그래밍 방식으로 관리할 수 있습니다. 사용 가능한 endpoint에 대한 자세한 내용은 [Project Folders API](/developer/rest-api/manage-project-folders.md) 문서를 참고하세요.


---

# 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/datasets/project-folders.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.
