---
metadata:
  - name: generator
    content: Diplodoc Platform v5.19.6
alternate:
  - https://docs.routeq.com/doc/en/vrp/solution-export.md
  - https://docs.routeq.com/doc/tr/vrp/solution-export.md
title: "RouteQ — working with the interface\_— export"
---
> **Documentation Index:** Fetch the complete configuration index at https://docs.routeq.com/doc/en/llms.txt


# Export

You can export the solution you get from planning and save source data to an Excel file. Do the following on the [page with the resulting solution](https://docs.routeq.com/doc/en/vrp/interface-result.md):

1. In the upper-right corner, click **Export**.
1. Select the export option:

    ![](./_images/full-export.png)

    {% cut "Track & Trace" %}

    The system checks whether information can be uploaded to [Track & Trace](https://docs.routeq.com/doc/en/delivery/load-data.md#export-monitoring). If there are errors, correct them and try exporting the solution again.

    If there are no errors, choose a status that will be assigned to all exported orders in Track & Trace and confirm the export.

    {% note warning %}

    [Cross-docking](https://docs.routeq.com/doc/en/vrp/supported-use-cases.md#cross-docking) solutions are not exported to Track & Trace.

    {% endnote %}

    {% endcut %}


    {% cut "Solution in Excel" %}

    Save the results (routes and metrics) to an Excel file. For more information, see [Planning result](https://docs.routeq.com/doc/en/vrp/result-excel.md).

    {% endcut %}


    {% cut "Waybills" %}

    Save the results to an Excel file in the form of a waybill. For more information, see [Waybills](https://docs.routeq.com/doc/en/vrp/result-waybills.md).

    If you want the header of the waybill to be repeated on every page, enable the **Route data on each page** option.

    {% endcut %}


    {% cut "JSON" %}

    Save the solution as a file or a data link in JSON format.

    You can also open the solution on the map. To do this, click **JSON** → **Map**. For more information, see [Viewing the solution on the map](https://docs.routeq.com/doc/en/vrp/interface-mvrp-map.md).

    {% endcut %}


    {% cut "Internal systems" %}

    The link between the edited solution and the initial one is saved in the planning service. To receive the edited solution later, you can use the [/children](https://yandex.ru/routing/doc/en/vrp/redoc/index.html#operation/getChildTasks) request with the original `task_id`.

    {% endcut %}


    {% cut "Source data in Excel" %}

    Save the source data to an Excel file to be edited and re-uploaded to Planning.

    {% endcut %}


## Direct link export {#export-by-link}

You can export a solution using a direct link:

`https://yandex.ru/courier/companies/<company_id>/depots/all/mvrp/<task_id>/export/<export_option>`, where:

- `<company_id>` is the company ID. You can find it in **Settings** → **Company** → **Company ID**.

- `<task_id>` is the task `id`.

- `<export_option>` is the export option:
  - `monitoring`: Export to Track & Trace.
  - `excel`: Solution in Excel.
  - `excel-route-list`: Waybills.
  <!-- - `json` — экспорт в JSON;
  - `internal` — экспорт во внутреннюю систему;
  - `yandex-delivery` — экспорт в Яндекс Доставку. -->


## Full and partial export {#full-partial-export}

You can export the resulting solution fully or partially.

Full export

:   Full export includes all planned routes.

  The **Only visible routes** option is only available for partial export.

Partial export

:   If the solution has planned routes that for one reason or another can't be started, you can:

  - Filter routes by vehicle property. For more information about filters, see [Control panel](https://docs.routeq.com/doc/en/vrp/interface-result.md#panel).
  - Hide some routes. To do this, click ![](./_images/hide-route.png) to the left of the route.
      ![](./_images/hidden-routes.png)

To export a partial solution:

1. Click **Export**.
1. Enable **Only visible routes**.
1. Select the export option.

{% note warning %}

For routes that consist of several runs, you can only hide the entire route, not individual runs.

{% endnote %}

### Partial export to JSON {#json}

When you export part of routes in JSON format, a new solution and a link to it are generated. In this solution, all orders from hidden routes and routes that do not meet the filter conditions are unassigned. You can work on such orders in an external system (for example, change parameters), add new orders, and start another planning process.

{% include [warehouse-feedback](_includes/feedback-81845556eeea.md) %}
