# Pre-Flight Manual

Check that all components are connected to their respective power sources as defined in [Power](/micro-vps/vehicle-integration/power.md).

Check that the data cable connects the sensor to the compute module.

Ensure the correct vehicle config is selected.

<mark style="color:red;">**INSERT IMAGE**</mark>

Ensure the sensor data is recording. We highly recommend enabling sensor recordings when flying the VPS for debugging any issues with the flight.

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

Verify the vps service is up and running without errors. This means the map and home position have been correctly set.

<figure><img src="/files/qqU3z0ZpdRVlWiuswLY6" 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/micro-vps/operation/pre-flight-manual.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.
