> For the complete documentation index, see [llms.txt](https://portalgraphvr.gitbook.io/portalgraph-document-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://portalgraphvr.gitbook.io/portalgraph-document-en/how-to-use-portalgraph-app/vive-tracker-guide.md).

# VIVE Tracker Setup Guide

## Portalgraph Settings

Launch an application built with Portalgraph and open the settings screen (by default, press F12). Check the "Auto-launch Tracker App" option, then select "OpenVR" from the dropdown below it. The VIVE Tracker tracking software will launch automatically the next time the application starts.

<figure><img src="/files/4WxlKHLO7uQ5dEik17k8" alt=""><figcaption></figcaption></figure>

#### Initial Setup

When you launch the VIVE Tracker tracking software for the first time, a message will appear prompting you to modify the settings, as shown below. Since VIVE Trackers are configured by default to be used together with a VR headset, the settings need to be changed to allow use without a headset. Click "Fix," then follow the on-screen instructions to quit SteamVR and relaunch the VIVE Tracker tracking software (registered in the Start menu as "Tracker Portalgraph").

<figure><img src="/files/OFf8XVhfBKIEeDc4qGjt" alt=""><figcaption></figcaption></figure>

In the **Tracker Position** dropdown, select **Forehead** and click **Apply**. This sets up the tracker to be mounted on your forehead (choose the appropriate option based on your intended mounting position).

<figure><img src="/files/CxN0721OQfEQNZwAFoMa" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/JzH98Z5qC7fMqNf6GOpM" alt=""><figcaption></figcaption></figure>

Click **Next**, then click **Tracker**.

<figure><img src="/files/Ljj2kiC186yeadpSjdHA" alt=""><figcaption></figcaption></figure>

In the **Tracker Settings** screen, enter the screen size in meters. Click **Calibrate**, then align the tracker to the center of the screen and wait for the countdown to complete. The calibration will be performed automatically.

<figure><img src="/files/v0B7dArcdeqIz7KCA0yj" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9zWmG7N5G09kxCacAmfL" alt=""><figcaption></figcaption></figure>


---

# 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://portalgraphvr.gitbook.io/portalgraph-document-en/how-to-use-portalgraph-app/vive-tracker-guide.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.
