# Getting started

## Hardware Overview

|                                        Skynode X/GX                                       |                                      Skynode ENT/GOV                                      |                                        AI Node                                        |
| :---------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------: |
|                              ![](/files/sB2sm9znakQTkD4AYSPD)                             |            <img src="/files/aNEtE97VwjF6BqQ5RUXT" alt="" data-size="original">            |          <img src="/files/4cxGA9caYtMUlxQm95ci" alt="" data-size="original">          |
| [**Quickstart guide**](/hardware-integration/skynode/evaluation-kit/get-skynode-ready.md) | [**Quickstart guide**](/hardware-integration/skynode/evaluation-kit/get-skynode-ready.md) | [**Quickstart guide**](/hardware-integration/ai-node/evaluation-kit/power-ai-node.md) |
|               [Product page](/hardware-integration/skynode/skynode-x-gx.md)               |              [Product page](/hardware-integration/skynode/skynode-ent-gov.md)             |                    [Product page](/hardware-integration/ai-node.md)                   |

## Vehicle Integration Process

Before starting the integration process make sure that you followed the Quickstart guide listed above for the product you want to integrate.

1. Discover the sensors needed to operate the desired vehicle: [Required Sensors](/hardware-integration/hardware-integration/required-sensors.md)
2. Wire up Skynode to your vehicle by following the guide: [Wiring Skynode to the Vehicle](/hardware-integration/hardware-integration/initial-vehicle-wiring.md)
3. Configure and set up the Actuators in Software: [Actuators Setup](/hardware-integration/hardware-integration/actuators-setup.md)
4. Configure and calibrate the sensors in Software: [Sensors Setup](/hardware-integration/hardware-integration/sensors-setup.md)
5. Perform a [Bench Test](/hardware-integration/hardware-integration/bench-test.md)
6. Perform the first flight test and [Tuning](/hardware-integration/hardware-integration/tuning.md)
7. Learn how to save parameters, Airframe Configurations, Environment variables and apply them to your fleet by using the OEM Tools: [Creating Airframe Configurations for APX4](/hardware-integration/hardware-integration/airframe-setup-in-software.md)

## Additional resources

If you want to learn more about advanced options and software customization explore the following chapters:

{% content-ref url="/pages/rbHhFSEzWDjDWhXpUMEZ" %}
[Advanced Airframe Integration](/hardware-integration/airframe-integration.md)
{% endcontent-ref %}

{% content-ref url="/pages/cJCygeUZfRFneNQYLoQu" %}
[Flight controller customization](/hardware-integration/flight-controller-customization.md)
{% endcontent-ref %}

{% content-ref url="/pages/J4I09gOPuRy1o4MRUlgP" %}
[AuterionOS Customization](/hardware-integration/auterion-developer-tools.md)
{% endcontent-ref %}


---

# 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.auterion.com/hardware-integration/hardware-integration.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.
