# Getting started

{% stepper %}
{% step %}

### <mark style="color:blue;">Prepare and format</mark> your data&#x20;

Ensure your data is formatted with clear origin and destination columns, following our [formatting guidelines.](/tools/spreadsheet/format-and-input.md)
{% endstep %}

{% step %}

### Export to <mark style="color:blue;">XLSX or CSV</mark> spreadsheet

Save your data as an XLSX or CSV file. The order of results will match your input, and duplicates or blank lines will be preserved for consistency.
{% endstep %}

{% step %}

### [<mark style="color:blue;">Upload</mark>](https://bulk.distance.to/app/order) and have the data <mark style="color:blue;">verified</mark>

Visit [bulk.distance.to](https://bulk.distance.to/app/order) to upload your file. We'll validate your data for accuracy.
{% endstep %}

{% step %}

### Get final <mark style="color:blue;">price and payment</mark>

After validation, view the total number of routes and the final price. Proceed with payment via PayPal.
{% endstep %}

{% step %}

### Receive <mark style="color:blue;">result via E-Mail</mark>

Once payment is processed, your distance calculations will be completed (approximately one second per route) and sent to your email.
{% endstep %}
{% endstepper %}

### Are you ready? Start here and upload your file:

{% embed url="<https://bulk.distance.to/app/order>" %}


---

# 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.distance.tools/tools/spreadsheet/getting-started.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.
