# Project 폴더

Project Folders는 workspace 내 프로젝트의 구성과 보안을 개선합니다. Folders를 사용하면 하나 이상의 프로젝트를 서로 다른 카테고리로 그룹화할 수 있어, 프로젝트를 더 쉽게 탐색하고 구성하며 관리할 수 있습니다. 또한 SSO가 활성화된 workspaces의 경우, folder 내 프로젝트에 대한 접근을 특정 팀원으로 제한할 수 있어 데이터 보안이 강화됩니다.

#### 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를 만들 수 있는 project folder로 이동합니다. project folder 보기에서 생성한 모든 project는 자동으로 해당 folder에 추가됩니다.

[\[Roboflow Documentation\] Project Folders - Create Project - Watch Video](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 - Watch Video](https://www.loom.com/share/63508a2ff629454690ac0957d5cfc990)

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

#### Folders에서 Projects 관리하기

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

[\[Roboflow Documentation\] Project Folders - Move Project - Watch Video](https://www.loom.com/share/a411cabb98f14255b07c3c2e209c3abd)

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

#### Folder 삭제

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

[\[Roboflow Documentation\] Project Folders - Delete Folder - Watch Video](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를 구성하고 관리하는 좋은 방법을 제공할 뿐만 아니라, folders의 일부에 대해 사용자 지정 권한을 설정할 수도 있게 해줍니다. 예를 들어, workspace의 일부 멤버만 특정 folder의 projects에 접근하도록 하고 싶다면 Roboflow의 SSO 통합을 통해 이를 구현할 수 있습니다. 시작하려면 support에 문의해 주시면 설정을 도와드리겠습니다.

### Project Folders API

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


---

# Agent Instructions: 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.
