# Measure distances

Using Builder you can calculate point-to-point distances using the Measure tool. This tool is ideal to determine the direct distance between two locations on the map.

To use the Measure tool, complete the following steps:

* Open a Builder map.
* Locate the Measure tool icon located at the top of the map interface <img src="/files/ocIORXCQqehT5zeZlZtK" alt="" data-size="line">.
* Click on the Measure tool to activate it.
* Select your preferred unit: imperial or metric.
* Click on your starting point on the map, then continue to click along the line you wish to measure. You can add multiple nodes to trace the exact path or route.
* To complete your measurement, either double-click on the final point or press Enter.

The tool will then display the total distance, allowing you to easily measure distances for a variety of applications.

<figure><img src="/files/62TDpKbYy2YdyfJZqyFn" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you share the map with the Measure tool enabled in [Map Settings for Viewers](/carto-user-manual/maps/sharing-and-collaboration/map-settings-for-viewers.md), the unit you selected will be used for measuring distances on shared and public maps.
{% endhint %}

### **Moving the map while measuring**

If you need to measure something that extends beyond the current view of the map, like a long street, you can move the map while measuring. Simply press and hold the mouse button and drag the map to adjust your view. Continue your measurement seamlessly, and the tool will keep a running total of the distance. To finish, just double-click.


---

# 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.carto.com/carto-user-manual/maps/measure-distances.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.
