# FAQ

## General API related questions

<details>

<summary>I used RapidAPI before. How can I migrate to the new platform?</summary>

If you require assistance migrating from **RapidAPI** to our platform, we have prepared a comprehensive migration guide available at [faq/migration](/tools/api/faq/migration-guide.md). This guide provides step-by-step instructions to ensure a smooth transition and addresses common questions you might have during the migration process.

</details>

<details>

<summary>Where do I find my API key?</summary>

Log in to the [developer portal](https://developers.distance.tools/) and got to your [subscriptions](https://developers.distance.tools/pricing/subscriptions). Click on an active subscription and scroll down to **Access keys** to show/edit/add/delete api keys. You can also go to the [step-by-step guide to learn more about authentication](/tools/api/getting-started.md).

</details>

<details>

<summary>Where can I find examples to make API request?</summary>

You'll find code snippets in the [endpoint definitions](/tools/api/api-reference.md).

</details>

## Car routing and navigation

<details>

<summary>Do you use Google Maps for car routing?</summary>

Not yet. Currently routing supports only routing based on OpenStreetMap data. Soon you will be able to choose a provider for you car routing data.

</details>

<details>

<summary>Does it show the shortest or the fastest route?</summary>

Car routing typically uses the fastest route by default.

</details>

## Geocoding

<details>

<summary>Do you use Google Maps for geocoding?</summary>

Not yet.&#x20;

</details>

## Payment & billing

<details>

<summary>What is Paddle?</summary>

Paddle serves as the Merchant of Record (MoR) for all transactions, handling payment processing, tax compliance, and invoicing. This arrangement allows us to focus on delivering quality services while Paddle manages the complexities of global payments and regulations.

</details>

<details>

<summary>Do I get a VAT invoice ?</summary>

Yes, a valid EU VAT invoice is provided for your purchase. You have the option to include your VAT identification number during the payment process. This information will be reflected on your invoice, which complies with EU VAT invoicing requirements. \
\
Post purchase invoices can be found in [Paddle Customer Portal](< https://customer-portal.paddle.com/login/cpl_01jngzrrn7cetfqzqqtx9pr7y3>).

</details>


---

# 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/api/faq.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.
