# Dataset Class 설정

프로젝트의 "Settings" 페이지에서 주석 클래스(annotation classes)를 보고, 수정하고, 관리할 수 있습니다. 이러한 변경 사항은 프로젝트의 모든 이미지에 영향을 미칩니다(일부 [전처리 단계](https://docs.roboflow.com/datasets/image-preprocessing#modify-classes)는 버전 하나에만 영향을 주는 것과는 다릅니다). 따라서 모든 이미지에 변경 사항을 적용하려는 것이 확실할 때 이러한 작업을 수행하는 것이 가장 좋습니다.

## Classes에 액세스하는 방법

프로젝트 사이드바에서 "Settings"를 클릭하여 Classes에 액세스할 수 있습니다.

<figure><img src="/files/e3f1b4bff50706c7be7aee4f775fe0c50f6a9950" alt="" width="563"><figcaption></figcaption></figure>

## Classes 재매핑

해당 `Modify Classes` 버튼을 클릭하면 사용 가능한 클래스 재매핑 옵션을 볼 수 있습니다. 컴퓨터 비전 도구 전반과의 호환성을 극대화하려면 영숫자(alphanumeric) 클래스 이름을 사용하는 것을 권장합니다. Roboflow는 다음을 제외한 특수 문자가 포함된 annotation classes를 지원하지 않습니다. `-` .

이 메뉴에서 다음을 할 수 있습니다:

* 클래스 이름 바꾸기(새 이름을 `Override` 열에 입력).
* 클래스 병합하기(여러 클래스를 같은 이름으로 override하여).
* 클래스 삭제하기(다음을 클릭하여 `Delete` 체크박스).

**경고: 이러한 작업은 되돌릴 수 없으며 잠재적으로 파괴적입니다. 진행하기 전에 변경 사항에 대해 충분히 검토하고 편안한지 확인하세요.**

<figure><img src="/files/79fb7e638accb410c99bbba0f3ed596301fb251c" alt=""><figcaption><p>annotation classes를 재매핑, 삭제 또는 병합하는 메뉴.</p></figcaption></figure>

## Classes 잠금

다음을 체크할 수 있습니다. `Lock Annotation Classes` 체크박스를 사용하면 새 클래스의 생성을 방지할 수 있습니다. 이는 라벨링 과정에서 주석자가 실수로 새 클래스를 추가하지 않도록 하는 데 유용합니다.


---

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