> ## Content Index
> Fetch the complete content index at: https://gothru.co/docs/llms.txt
> Use this file to discover other available public pages before exploring further.

# Deep Linking for GoThru VR Navigator
- URL: https://gothru.co/docs/deep-linking-for-gothru-vr-navigator/
- Published: 2021-02-19T22:13:27.000Z
- Updated: 2021-03-13T06:48:04.000Z
- Author: Al Bug
- Tags: GoThru Navigator

Create custom deep links for GoThru Navigator. Once you've created such a link you can use a QR code generator and have your link auto open by your phone.

```
// starts the VR tour with the firs panorama
https://vr.tourmkr.app/?tour=[tour_short_code]

// starts the VR tour with the panorama defined by scene_id_number
https://vr.tourmkr.app/?tour=[tour_short_code]&scene=[scene_id_number]

// starts the VR tour and locks GoThru Navigator only to that tour
https://vr.tourmkr.app/?tour=[tour_short_code]&scene=[scene_id_number]&lock

// starts the VR tour direct in VR mode
https://vr.tourmkr.app/?tour=[tour_short_code]&scene=[scene_id_number]&vr
```