# Annotate Keypoints

## Editing Keypoints

In Keypoint Detection projects, the annotation Bounding Box tool will include keypoints for you to position and edit. Before labelling, make sure you have [set up your Keypoint skeleton](/annotate/edit-keypoint-skeletons.md).

<figure><img src="/files/SMsqLDQjh4KDw6f3KPZy" alt="" width="563"><figcaption><p>Bounding box with keypoints inside the Annotation Tool</p></figcaption></figure>

After selecting a bounding box, you can drag each point to the correct position on the image. Each point can be right-clicked to change the point's visibility.

### Point Visibility

**Visible**: Default state for a point.

**Occluded**: Point is in image, but not visible due to being behind another object in the image. Occluded points are marked with an X in the Annotation Tool.

**Deleted**: Point is not present in the image. Either the point is not present in this object, or is outside the bounds of the image.

You can also edit point visibility by right-clicking the bounding box and selecting Edit Keypoint Visibility. From here you can edit the visibility of each point.

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


---

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