# Vehicle Configuration

The Micro VPS needs to know the orientation of the flight controller relative to itself in order to accurately give a position estimate. The GCS App has a tool to define this transformation and save it to a file.

Check out our  [Mechanical Installation](/micro-vps/vehicle-integration/mechanical-installation.md) page for information on how to properly mount you Micro VPS and create the transformation.

## Generator Tool

<figure><picture><source srcset="/files/S8wUNyp0kcOUqITmf9u3" media="(prefers-color-scheme: dark)"><img src="/files/mvWFjfyVuWYJTlJiWsLC" alt=""></picture><figcaption></figcaption></figure>

<figure><picture><source srcset="/files/4hpmpPoATEzAz4A7yGQV" media="(prefers-color-scheme: dark)"><img src="/files/YbJxdmnLCKSlsHoRhLfq" alt=""></picture><figcaption></figcaption></figure>

## Changing the sysid

You might wish to change the sysid of your flight controller, but by default the Micro VPS searches for sysid 1. To change this default, you can use the vehicle configuration generator tool (≥ v1.7.7).

Create your vehicle config file and change the sysid/compid to the values used by your flight controller, then upload the config file, select it in the vehicle params dropdown, and finally restart the Micro VPS.

<figure><picture><source srcset="/files/9I8IAbwzB9QqrTyCV90W" media="(prefers-color-scheme: dark)"><img src="/files/K1qn5R9JOWWp6Ksem1pj" alt=""></picture><figcaption></figcaption></figure>


---

# 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://docs.theseus.us/gcs-software/legacy-software/theseus-gcs-app/feature-list/vehicle-configuration.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.
