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

# Dataset Classes सेट करें

आप अपने annotation classes को प्रोजेक्ट के "Settings" पेज के "Classes" टैब से देख, संशोधित और प्रबंधित कर सकते हैं। ये परिवर्तन आपके प्रोजेक्ट की सभी images को प्रभावित करते हैं (कुछ [preprocessing चरण](/roboflow/roboflow-hi/datasets/dataset-versions/image-preprocessing.md), जो केवल एक version को प्रभावित करते हैं)। जब आप सुनिश्चित हों कि आप अपनी सभी images में बदलाव करना चाहते हैं, तब ही ये actions करें।

computer vision tools के साथ अधिकतम compatibility के लिए alphanumeric class names की अनुशंसा की जाती है। Roboflow विशेष वर्णों वाले annotation classes का समर्थन नहीं करता, सिवाय `-`.

## Classes का नाम बदलना

1. अपने प्रोजेक्ट के "Settings" पेज में "Classes" टैब खोलें।
2. checkbox column का उपयोग करके जिन classes का नाम बदलना है, उन्हें चुनें।
3. toolbar में दिखाई देने वाले "Rename" button पर क्लिक करें।
4. हर class के लिए नया नाम दर्ज करें। classes को merge करने के लिए, कई classes का नाम एक ही रखें।
5. "Review Changes" पर क्लिक करके पुराने और नए नामों का सारांश देखें।
6. लागू करने के लिए "Confirm Changes" पर क्लिक करें।

{% hint style="warning" %}
नाम बदलना और merge करना प्रोजेक्ट की सभी images पर लागू होता है।
{% endhint %}

## Classes को हटाना

1. checkbox column का उपयोग करके जिन classes को हटाना है, उन्हें चुनें।
2. toolbar में "Delete" button पर क्लिक करें।
3. हटाई जाने वाली classes की सूची की समीक्षा करें और पुष्टि करें।

{% hint style="danger" %}
किसी class को हटाने से प्रोजेक्ट की हर image से उस class की सभी annotations हट जाती हैं। यह action वापस नहीं लिया जा सकता।
{% endhint %}

## Classes को लॉक करना

नई classes के निर्माण को रोकने के लिए toolbar में "Lock Classes" टॉगल करें। यह सुनिश्चित करने में उपयोगी है कि annotators labeling process के दौरान गलती से नई classes न जोड़ें।

जब Lock Classes सक्षम होता है, तो labeling editor में "Find Objects with AI" button और "Text Prompting" toolbar tool छिप जाते हैं, क्योंकि दोनों free-text input के माध्यम से नई classes बनाने की अनुमति देते हैं। मौजूदा classes के पास प्रत्येक class के लिए "Prompt with SAM3" icon उपलब्ध रहता है।


---

# 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-hi/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.
