> 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/annotate/annotate-keypoints.md).

# Keypoints Annotate करें

## Keypoints का संपादन

Keypoint Detection projects में, annotation Bounding Box tool में आपके लिए keypoints शामिल होंगे जिन्हें आप position और edit कर सकते हैं। Labeling शुरू करने से पहले, सुनिश्चित करें कि आपने [अपना Keypoint skeleton सेट अप कर लिया है](/roboflow/roboflow-hi/annotate/edit-keypoint-skeletons.md).

<figure><img src="/files/c5ffad0cd36534b2e102c4212eeb5ee53313a1d4" alt="" width="563"><figcaption><p>Annotation Tool में keypoints के साथ Bounding box</p></figcaption></figure>

एक bounding box चुनने के बाद, आप प्रत्येक point को खींचकर image में सही स्थान पर रख सकते हैं। प्रत्येक point पर right-click करके उस point की visibility बदली जा सकती है.

### Point Visibility

**Visible**: किसी point की डिफ़ॉल्ट स्थिति.

**Occluded**: Point image में है, लेकिन image में किसी दूसरे object के पीछे होने के कारण दिखाई नहीं दे रहा है। Occluded points को Annotation Tool में X से चिह्नित किया जाता है.

**Deleted**: Point image में मौजूद नहीं है। या तो यह point इस object में मौजूद नहीं है, या image की सीमाओं के बाहर है.

आप bounding box पर right-click करके और Edit Keypoint Visibility चुनकर भी point visibility edit कर सकते हैं। यहाँ से आप प्रत्येक point की visibility edit कर सकते हैं.

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


---

# 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/annotate/annotate-keypoints.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.
