> For the complete documentation index, see [llms.txt](https://docs.maplytics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maplytics.com/features/routing-optimization/turn-by-turn-direction-using-waze-and-google-maps-app/untitled.md).

# Redirect with Waze

User can view the turn-by-turn navigations on Waze site on desktop and Waze App on Phones and Tablets. This will show the navigation links from current location to the waypoints.

![](https://gblobscdn.gitbook.com/assets%2F-M0QoyqUVI8_HaZ9FOSL%2F-MJOmcY2Tb3Sb3ltN4No%2F-MJOo9eYQe6yb3ZdiFyI%2Fassets2F-M0QoyqUVI8_HaZ9FOSL2F-MFFU2Zd9RHoj_Gu2MNR2F-MFFVEChkZtiudwzreeE2F10.jpg?alt=media\&token=ce8ed01e-2b20-4142-adb9-04dc458c634f)

{% hint style="info" %}
***The checkpoints should be under 3000 miles from the current location to view routes on Waze.***
{% endhint %}

## Redirection on mobiles: <a href="#redirection-on-mobiles" id="redirection-on-mobiles"></a>

User can click on the route navigation buttons to redirect on the Google maps/Waze.

The user can also use the ‘Copy Links’ button to copy the links to send them as an email or save it into a note.

![](/files/-Mbdh94Cwr7z2COQhzpE)

{% hint style="info" %}

* ***By default, the links will be redirected to Google Maps.***
* ***The links redirect on the Dynamics 365 App for Phones and Tablet works with Dynamics 365 v9.x***
* ***For other devices and Dynamics 365 v8.2, users can use the ‘Copy Links’ button.***
  {% endhint %}

{% hint style="success" %}
For any queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.maplytics.com/features/routing-optimization/turn-by-turn-direction-using-waze-and-google-maps-app/untitled.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
