# Tools

- [Spreadsheet](https://docs.distance.tools/tools/spreadsheet.md): Bulk distance calculation for spreadsheets.
- [Getting started](https://docs.distance.tools/tools/spreadsheet/getting-started.md): Learn how to prepare and format your data, export into correct format and start calculating distances.
- [Format & input](https://docs.distance.tools/tools/spreadsheet/format-and-input.md): How to prepare, format and export the data for distance calculation
- [Upload & validation](https://docs.distance.tools/tools/spreadsheet/upload-and-validation.md): Upload your data and get automated input validation
- [Pricing & Payment](https://docs.distance.tools/tools/spreadsheet/pricing-and-payment.md): What about pricing, payment and invoicing?
- [FAQ](https://docs.distance.tools/tools/spreadsheet/faq.md): Frequently asked questions regarding bulk distance calculation for spreadsheets.
- [Webapp](https://docs.distance.tools/tools/webapp.md)
- [Scraping](https://docs.distance.tools/tools/webapp/scraping.md): Hey. You've been successfully convicted of scraping or you're thinking of crawling information from distance.to or luftlinie.org? Scraping is expensive, you have options.
- [Advertisers](https://docs.distance.tools/tools/webapp/advertisers.md): Distance.to helps millions of users worldwide calculate distances between places. We offer targeted display advertising for brands looking to reach a global, travel-savvy audience.
- [Web Map](https://docs.distance.tools/tools/webapp/web-map.md): Showing a map on a web site and its limitations.
- [FAQ](https://docs.distance.tools/tools/webapp/faq.md): Help and support for distance.to and luftlinie.org related questions.
- [API](https://docs.distance.tools/tools/api.md): Getting started with the Distance API.
- [Getting started](https://docs.distance.tools/tools/api/getting-started.md): Learn how to subscribe to a Distance API plan and get API credentials to make requests.
- [API Reference](https://docs.distance.tools/tools/api/api-reference.md): How to make requests against Distance API v2 endpoints
- [distance/route](https://docs.distance.tools/tools/api/api-reference/distance-route.md): Calculate distance (airline, car routing) between points
- [distance/route/detailed](https://docs.distance.tools/tools/api/api-reference/distance-route-detailed.md): Calculate detailed car routing distance with country breakdown
- [distance/route/maritime](https://docs.distance.tools/tools/api/api-reference/distance-route-maritime.md): Calculate maritime sea route distances between points
- [distance/point](https://docs.distance.tools/tools/api/api-reference/distance-point.md): Get geocoding and information about a geographical point
- [routing/car](https://docs.distance.tools/tools/api/api-reference/routing-car.md): Get high-performance car routing providing fast route calculations
- [routing/maritime](https://docs.distance.tools/tools/api/api-reference/routing-maritime.md): Calculate maritime sea routes between ports or coordinates
- [FAQ](https://docs.distance.tools/tools/api/faq.md): Frequently asked question about API requests or responses
- [Migration guide](https://docs.distance.tools/tools/api/faq/migration-guide.md): Learn how to migrate from RapidAPI
- [AI Agent](https://docs.distance.tools/tools/ai-agent.md): Your companion for distance related task and questions is coming soon.


---

# 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.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.
