> For the complete documentation index, see [llms.txt](https://docs.freeflysystems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.freeflysystems.com/products/products/alta-8-pro/normal-procedures/before-starting.md).

# Before Starting

|     | Item                      | **Action**                     |
| --- | ------------------------- | ------------------------------ |
| 1.  | Payload                   | SECURED                        |
| 2.  | Isolator Cartridges       | VERIFY SECURE                  |
| 3.  | Propellers                | CHECK CONDITION, VERIFY TIGHT  |
| 4.  | Propeller Hubs            | VERIFY SECURE                  |
| 5.  | Motors                    | CHECK CONDITION                |
| 6.  | Radio Controller          | ON, VERIFY TX BATTERY          |
| 7.  | Radio Controller Model    | SELECT                         |
| 8.  | Aircraft Placement        | AWAY from people and obstacles |
| 9.  | Battery Pack Voltage      | VERIFY ABOVE 24V               |
| 10. | Battery Packs             | SECURE                         |
| 11. | Battery Leads             | CHECK CONDITION and CONNECT    |
| 12. | Aircraft                  | KEEP STATIONARY                |
| 13. | Flight Controller         | Allow to INITIALIZE            |
| 14. | Status Light              | VERIFY SLOW FLASHING WHITE     |
| 15. | Orientation Lights        | VERIFY FLASHING GREEN          |
| 16. | Receivers                 | VERIFY BOUND                   |
| 17. | ALTA Pro QGroundControl   | CONNECT                        |
| 18. | ALTA Pro QGroundControl   | VERIFY NO WARNINGS             |
| 19. | Compass Calibration       | CALIBRATE as required          |
| 20. | Radio Control Range Check | AS REQUIRED                    |

Check that the payload is secure by checking that the Toad In The Hole quick release lever is pushed in and that the payload does not slip. Check that all isolator cartridges are locked in place, especially if they have been recently replaced.

The blades should be checked for damage, including nicks and scrapes. If a propeller blade has been nicked enough that it catches a fingernail, it should be replaced. Bolt tightness should be checked by rotating the blade about its length (blade pitch up and down). There should be no slop, and if there is, the bolt and nut should be tightened until the slope is removed. There should be no slop between the propeller hub and the motor.

Motors should spin freely, and there should be no grinding or scraping sound from the motor. The inside of the motor should be free of debris.

Always turn on the radio controller before powering ALTA Pro. Follow the battery installation guidance in the Battery Installation section of this manual for battery installation instructions.

While the Autopilot initializes, keep ALTA Pro as stable as possible. Wedging a foam prop protector between the stationary gimbal or landing gear and the frame can be used to stabilize ALTA Pro from spinning during this process.

| ![](https://lh4.googleusercontent.com/HpkEwm74tCXUHVxImUfvCUkE04-iQ-h21xWSkmyaEQP5CzrLm4OysE2cnVw0DON3CuMoEmrgzff2GmjRm21o-IwCWSyTs0Ucol0e7o1yR2o_okWGSGOJ2iEpgutZiLaMSubR7i6c) | If ALTA Pro moves during initialization, it may not boot properly and will fail to start or not maintain heading. |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |

At the end of this process, the status will begin slow flashing white, indicating ALTA Pro is ready for arming. The Orientation Lights will also begin flashing green. Verify that all motors are flashing green, indicating all ESCs initialized successfully.

Verify that there are no flight warnings by connecting to ALTA Pro via ALTA Pro QGroundControl and checking for warnings or errors. For more information, see the ALTA Pro QGroundControl section of this manual.

\ <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.freeflysystems.com/products/products/alta-8-pro/normal-procedures/before-starting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
