> 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/manage-datasets/manage-classes.md).

# Dataset 클래스 설정

프로젝트 "Settings" 페이지의 "Classes" 탭에서 annotation classes를 확인, 수정, 관리할 수 있습니다. 이러한 변경 사항은 프로젝트의 모든 이미지에 영향을 미칩니다(일부 [전처리 단계](/roboflow/roboflow-ko/datasets/dataset-versions/image-preprocessing.md)와 달리, 이는 버전 하나에만 영향을 미칩니다). 프로젝트의 모든 이미지에 걸쳐 변경을 적용하고 싶다고 확실할 때 이 작업을 진행하세요.

컴퓨터 비전 도구 전반에서의 호환성을 극대화하기 위해 알파벳과 숫자로 이루어진 클래스 이름을 권장합니다. Roboflow는 다음을 제외한 특수 문자가 포함된 annotation classes를 지원하지 않습니다. `-`.

## Classes 이름 바꾸기

1. 프로젝트 "Settings" 페이지에서 "Classes" 탭을 여세요.
2. 체크박스 열을 사용해 이름을 바꾸려는 클래스를 선택하세요.
3. 도구 모음에 표시되는 "Rename" 버튼을 클릭하세요.
4. 각 클래스의 새 이름을 입력하세요. 클래스를 병합하려면 여러 클래스에 같은 이름을 지정하세요.
5. "Review Changes"를 클릭해 이전 이름과 새 이름의 요약을 확인하세요.
6. 적용하려면 "Confirm Changes"를 클릭하세요.

{% hint style="warning" %}
이름 바꾸기와 병합은 프로젝트의 모든 이미지에 걸쳐 적용됩니다.
{% endhint %}

## Classes 삭제하기

1. 체크박스 열을 사용해 제거하려는 클래스를 선택하세요.
2. 도구 모음에서 "Delete" 버튼을 클릭하세요.
3. 삭제할 클래스 목록을 검토한 뒤 확인하세요.

{% hint style="danger" %}
클래스를 삭제하면 프로젝트의 모든 이미지에서 해당 클래스의 모든 annotation이 제거됩니다. 이 작업은 되돌릴 수 없습니다.
{% endhint %}

## Classes 잠그기

도구 모음에서 "Lock Classes"를 전환하여 새 클래스 생성을 방지하세요. 이는 라벨링 과정에서 annotator가 실수로 새 클래스를 추가하지 않도록 하는 데 유용합니다.

"Lock Classes"가 활성화되면 자유 텍스트 입력을 통해 새 클래스를 만들 수 있으므로 labeling editor에서 "Find Objects with AI" 버튼과 "Text Prompting" 도구 모음 도구가 숨겨집니다. 기존 클래스 옆의 클래스별 "Prompt with SAM3" 아이콘은 계속 사용할 수 있습니다.


---

# 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/datasets/manage-datasets/manage-classes.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.
