# How to use Portalgraph App

- [Camera Tracking Setup Guide](https://portalgraphvr.gitbook.io/portalgraph-document-en/how-to-use-portalgraph-app/camera-tracking-guide.md): This guide explains the configuration steps for using a webcam for head tracking.
- [VIVE Tracker Setup Guide](https://portalgraphvr.gitbook.io/portalgraph-document-en/how-to-use-portalgraph-app/vive-tracker-guide.md): This guide explains how to configure head tracking using a VIVE Tracker.
- [3D Settings](https://portalgraphvr.gitbook.io/portalgraph-document-en/how-to-use-portalgraph-app/3d-settings.md)
- [External Monitor Settings](https://portalgraphvr.gitbook.io/portalgraph-document-en/how-to-use-portalgraph-app/external-monitor.md)
- [Portalgraph Application Settings](https://portalgraphvr.gitbook.io/portalgraph-document-en/how-to-use-portalgraph-app/app-settings.md): This section explains the settings options in the configuration screen of applications built with Portalgraph.
- [Camera Tracking Application Settings](https://portalgraphvr.gitbook.io/portalgraph-document-en/how-to-use-portalgraph-app/camera-tracking-app-settings.md): This section explains the settings options of the camera tracking application.


---

# Agent Instructions: 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:

```
GET https://portalgraphvr.gitbook.io/portalgraph-document-en/how-to-use-portalgraph-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
