# Keypoint Skeletons सेट करें

## Keypoint Skeletons

Keypoint Skeletons एक आवश्यक हिस्सा हैं एक **Keypoint Detection project का**। skeleton आपके objects में keypoints की संख्या, साथ ही उनकी default positions, names, colors, और edges बताता है। labeling से पहले [अपने project के Classes पर जाएँ](/roboflow/roboflow-hi/datasets/manage-datasets/manage-classes.md) और अपने skeletons सेट अप करें।

अपनी class का name जोड़ने के बाद (overall object name, जैसे person, या car), आप Edit Keypoints चुनेंगे।

<figure><img src="/files/0b15658bd32f998dd7809f46d56e7a9544983011" alt="" width="563"><figcaption><p>Edit Keypoints button Classes page पर है</p></figcaption></figure>

### Skeleton Editor

अपना पहला point बनाने के लिए कहीं भी click करें, और उसका name दें। फिर आप points बनाना जारी रख सकते हैं, या एक point चुनकर edge बना सकते हैं, color edit कर सकते हैं, या उसे delete कर सकते हैं।

<figure><img src="/files/556c7bea5525804a02633093ab9c47a6557a948c" alt="" width="563"><figcaption><p>Skeleton Editor का visual representation</p></figcaption></figure>

जब आप editing पूरी कर लें, तो Save पर click करें, और अपनी images upload और label करना जारी रखें। आपका skeleton annotation bounding box के अंदर दिखाई देना चाहिए।

देखें [Keypoints कैसे label करें](/roboflow/roboflow-hi/annotate/annotate-keypoints.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-hi/annotate/edit-keypoint-skeletons.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.
