# Angle

The Angle labeling tool allows you to draw and measure angles in 3D medical assets.

{% hint style="info" %}
The Angle tool is supported across the Medical labeling editor.
{% endhint %}

<figure><img src="https://3895963154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTcOUG6rfWxqGM0N4db2P%2Fuploads%2FLkOwAAvRSESktQajnFQu%2Fimage.png?alt=media&#x26;token=9ad92f6b-308f-464e-9df9-811dbfe8e2a0" alt=""><figcaption></figcaption></figure>

## How to add an Angle tool to your project <a href="#how-to-add-a-bounding-box-tool-to-your-project" id="how-to-add-a-bounding-box-tool-to-your-project"></a>

From the project’s *Settings* tab, enter the *Category Schema* section.

Click on *Add Category*. From the list that appears, click on *Angle*.

A new row will appear named *Angle*. Click on it to expand it.

<figure><img src="https://3895963154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTcOUG6rfWxqGM0N4db2P%2Fuploads%2F3PpjoyYRK5fEQaJFsqD2%2Fimage.png?alt=media&#x26;token=bce2bd7e-9f5a-4688-9ca2-4506265d0ded" alt=""><figcaption></figcaption></figure>

**Schema ID**: A unique ID which identifies this class in your project.

**Title:** The name of your class.

**Required:** Whether or not annotators have to add at least one instance of this class in order to submit their annotation task.

If you would like to ask labelers further questions, for example, if you want to show a further *radio* after drawing the annotation, click on *Add Classification* and add a further question. [More on nested questions here](https://docs.imerit.net/labeling/labeling-tools/tools/nested-classifications).

### How to Draw an Angle <a href="#how-to-draw-a-bounding-box" id="how-to-draw-a-bounding-box"></a>

Click on the image where you’d like the angle vertex to be. Then, click on it or on its edge nodes to change its angle or where it is located.

<figure><img src="https://3895963154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTcOUG6rfWxqGM0N4db2P%2Fuploads%2FKqXrT0KKQB1Kbv8mBBxT%2FKapture%202025-09-02%20at%2013.23.47.gif?alt=media&#x26;token=005726ae-a663-4e21-98f7-e1db17d3a17c" alt=""><figcaption></figcaption></figure>

## Example Export

This is what the Angle tool output looks like in the final export. See [its section on our documentation page on our export](https://docs.imerit.net/data/importing-and-exporting-annotations/exporting-annotations/ango-export-format/asset/task/tools#angle) for more.

```json
[
  {
    "asset": "https://angohub-test-assets.s3.eu-central-1.amazonaws.com/67ed4234d51cdf151a019b3e/assets/72579265-072d-4a8e-893f-1fd3225fd80c.nii.gz?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA3FV7TSYIZFWAQDUV%2F20250902%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Date=20250902T112709Z&X-Amz-Expires=86400&X-Amz-Signature=3d6ee78dce799adc3f2eae6e1d77f0251bf27d63df24f7a54363f308d890d2df&X-Amz-SignedHeaders=host&x-amz-checksum-mode=ENABLED&x-id=GetObject",
    "assetId": "67ed4269cce65e74f1a24a0d",
    "externalId": "medical-compressed-nifti.nii.gz",
    "batches": [],
    "task": {
      "taskId": "67ed4269cce65e74f1a24a1f",
      "type": "default",
      "stage": "Complete",
      "stageId": "Complete",
      "updatedAt": "2025-09-02T11:25:46.054Z",
      "updatedBy": "example@example.net",
      "totalDuration": 0,
      "tools": [
        {
          "angle": {
            "vertex": [
              121,
              112,
              60
            ],
            "p1": [
              17,
              166,
              60
            ],
            "p2": [
              170,
              176,
              60
            ],
            "angle": 100
          },
          "objectId": "5b1e9542a735f72f5edc815",
          "classifications": [],
          "schemaId": "e83ed8591f14d6c804f9919",
          "title": "Angle Tool"
        }
      ],
      "classifications": [],
      "relations": [],
      "brushDataUrl": null,
      "medicalBrushDataUrl": null
    }
  }
]
```


---

# 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.imerit.net/labeling/labeling-tools/tools/angle.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.
