# Bounding Boxes

A bounding box is the simplest type of label that is defined by just two points.

These are the simple steps you need to take to make a bounding box label:

1. Select the bounding box tool on the left
2. Click on the outermost edge of the subject of the label
3. Click the opposite edge of the object to create a rectangle covering the subject
4. Right-click on the label to select/add its class

{% embed url="<https://youtu.be/BC4HjqElfjM>" %}

{% embed url="<https://youtu.be/SmPY7czZFjI>" %}

{% hint style="info" %}
You can move and resize the bounding box to make changes after it is created

* Select and drag a vertex to its correct position
* Click anywhere in the label to drag it to the correct position
  {% endhint %}


---

# 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://labelflow.gitbook.io/labelflow/labelling-interface/label-types/bounding-boxes.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.
