# VRC Drone Assembly

This section is a complete guide on how to build the Bell VRC drone. It is recommended to read this guide **thoroughly** and **in order**. At the bottom of each page, there are navigation buttons that will allow you to proceed to the next section or visit the previous one.

Our goal in this section is to get you to **Checkpoint #1: Flight Test**, which consists of the ability to manually pilot the drone indoors in a stabilized flight mode.

Below are photos of what your assembled kit will look like before your first flight test.

![VRC drone ready for first flight](/files/-MXYjH8hMzBj6S5a5tVJ)

A simple block diagram can be used to represent the components of the Phase I drone. As you move throughout this GitBook keep these details in mind. It will help you gain a high-level understanding of what we're trying to accomplish.

![Block diagram of Phase I drone components](/files/-MXvovj8Bf4hymxlkUKj)

Let's get started with assembly!


---

# 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://bellflight.gitbook.io/vertical-robotics-competition/assembly-and-configuration/vrc-drone-assembly.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.
