# First time setup

### Assembly

If DroneCore.Power is used, connect external power supply to DroneCore.Power. Connect DroneCore.Pilot to DroneCore.Power using the 80pin board to board connector. If only DronCore.Pilot is used connect power supply directly to it.

{% hint style="danger" %}
Take special care about the power supply polarity. Reverse connection may lead to a permanent damage of both modules and the loss of warranty!
{% endhint %}

### Power on

Power on external power supply. If DroneCore.Power is used press power switch for several seconds. Power supply automatically switches and the whole board is powered. It is indicated by light underneath the Cube flight controller. If PWM leds are connected to DroneCore.Power, predefined effect start to execute right after power on.


---

# 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.airvolute.com/autopilots/dronecore-1/getting-started/home.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.
