# Vehicle Configuration

{% hint style="info" %}
Cyclops users don't need to do this step. The transformation is needed for the vio only.
{% endhint %}

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.

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

Clicking the edit button will bring up a panel with some 3D models. You can translate and rotate the Micro VPS, then upload the config to the edge device when it matches your physical setup.

<figure><img src="/files/NSRhdUM8d198zq1Sw6l6" alt=""><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/vozilla-gcs/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.
