---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.kz/routing/doc/en/vrp/index.md
  - https://yandex.kz/routing/doc/kk/vrp/index.md
  - https://yandex.kz/routing/doc/ru/vrp/index.md
  - https://yandex.kz/routing/doc/tr/vrp/index.md
  - href: en/vrp/index.md
    type: text/markdown
    title: Markdown version
  - href: llms.txt
    type: text/markdown
    title: llms.txt
title: Getting started with RouteQ
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.kz/routing/doc/en/llms.txt


# Route planning

[RouteQ](https://routeq.com/) consists of 2 services that can be used either together or separately and independently of each other:

- Route planning (see the service documentation below).
- Order handling and delivery ([documentation](https://yandex.kz/routing/doc/en/delivery/index.md)).

You can use the route planning service to build optimal routes via the web interface using an Excel template or via the API using a JSON request.

## System requirements {#system-requirements}

* Operating system: Windows.
* Browser: Chromium-based browsers (including Google Chrome and Yandex Browser) and Microsoft Edge.

Using other operating systems and browsers leaves a slight chance of user interface errors.

## How do I register? {#registration}

For detailed instructions on accessing the service, see [Registration](https://yandex.kz/routing/doc/en/vrp/registration.md).

## How do I get started? {#quickstart}

See [Quick start](https://yandex.kz/routing/doc/en/vrp/quickstart.md).

Once registered, enter your data in the interface or upload it as an Excel file and [start planning in the web interface](https://yandex.kz/routing/doc/en/vrp/interface-guide_index-page.md).

Download a sample Excel file (examples are also available in [Example of Excel templates](https://yandex.kz/routing/doc/en/vrp/example.md)) and fill out the template with your data. For more information, see the [instructions on filling in the Excel file](https://yandex.kz/routing/doc/en/vrp/excel-fill-guide.md).

For more information about service features, see the [attribute and option guide](https://yandex.kz/routing/doc/en/vrp/attribute-and-option-guide_index-page.md).


## How do I set up an API integration? {#api-integration}

To work via the API, you need a key. When you register in the [interface](https://yandex.com/courier/), the key is created automatically. You can find it in the company settings.

The API request and response specification is available in the [planning request](https://yandex.ru/routing/doc/en/vrp/redoc/index.html#operation/addMVRPTask) and [API response](https://yandex.ru/routing/doc/en/vrp/redoc/index.html#operation/getMVRPTaskResult) descriptions.

You can find many examples of API requests and responses in the [attribute and option guide](https://yandex.kz/routing/doc/en/vrp/attribute-and-option-guide_index-page.md). In most sections describing a particular feature, there's an example of using the feature in planning.


## How does it work? {#operation}

To optimize routes, you must send data about vehicles/couriers, orders, and the depot (in Excel or in an API request). Data on distances, taking into account the road graph, travel time, and traffic, are calculated by RouteQ.

The average time it takes to optimize routes is 15 minutes (for small tasks, it takes less than a minute, for tasks with over 1000 orders, it takes longer). The response includes the order distribution to vehicles, delivery sequence, and the planned time of arrival for each order.



<!-- source: en/vrp/_includes/feedback.md -->
<a href="feedback">
  <span class="button">Contact support</span>
</a>


<!-- endsource: en/vrp/_includes/feedback.md -->
