# Flight test

At this point, you should have successfully completed the hardware and software integration of the VPS, as well as a bench test. Theseus recommends running several test flights prior to full operational deployment of the VPS.&#x20;

{% hint style="warning" %}
Contact the Theseus team prior to executing test flights. They will assist and confirm validity at each step of the process.
{% endhint %}

<table><thead><tr><th width="162.84375">Test Flight #</th><th>Configuration</th><th>Purpose</th></tr></thead><tbody><tr><td>Flight 1</td><td>GPS is available and primary position source. VPS acts as GPS 2 and not in the loop.</td><td>Collect VPS recording and ArduPilot logs. Analyze and confirm nominal performance of the system.</td></tr><tr><td>Flight 2-3</td><td>GPS is available as a secondary position source. VPS acts as GPS and is in the loop from take off to landing.</td><td>Confirm nominal performance of the system through multiple live flights. Analyze VPS recordings and ArduPilot logs.</td></tr></tbody></table>


---

# 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/validation/flight-test.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.
