> For the complete documentation index, see [llms.txt](https://manual.fotokite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.fotokite.com/maintenance-and-support/system-return.md).

# System Return

## What's Included

* Prepaid Return Label (1X)
* System Return Box (1X)
* Foam Corner blocks (8X)&#x20;
* Cardboard Spacer (1X)

## Securing the Drone in the Transport Case

Details: [Getting Started Guide > ](https://youtu.be/8ig_VqdBQPs?feature=shared\&t=408)[End of Flight Processes and Procedures](https://www.youtube.com/watch?v=8ig_VqdBQPs\&t=408s)

* [ ] Fold Props: Ensure all props are folded toward the center of the drone.
* [ ] Case Placement: Place the drone inside the transport case.
* [ ] Secure Latches: Fasten all 8 case latches securely.

## Preparing the Shipping Box

* [ ] Spacer Positioning: Position the Cardboard Spacer with the flat side facing the center. \
  (See Box Assembly Diagram)
* [ ] Foam Blocks (Under): Place four foam corner blocks under the transport case at each corner.
* [ ] Insert Transport Case: Place the transport case in the box.
* [ ] Foam Blocks (Above): Place four foam corner blocks above the transport case at each corner.

<figure><img src="/files/CkE13HMdfQjJKEwJuuYi" alt=""><figcaption><p>Box Assembly Diagram</p></figcaption></figure>

## Including a Tablet & GFCI Cable (If Requested)&#x20;

* [ ] Secure Table&#x74;**:** Place the tablet inside the provided tablet box.&#x20;
* [ ] Tablet Box Positioning: Place the tablet box in the space created by the Cardboard Spacer. \
  (See Box Assembly Diagram)&#x20;
* [ ] GFCI Cable Placement: Place the GFCI cable above the tablet box or in the slots on the side of the Cardboard spacer

## Finalizing the Package

* [ ] Secure Contents: Ensure all items are securely placed to prevent movement during transit.
* [ ] Close and Tape Box: Close the shipping box and secure it with tape.
* [ ] Remove Old Labels: Ensure all old shipping labels are removed from the box.
* [ ] Attach Return Label: Clean the surface and attach the prepaid return label to the top of the box.


---

# 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://manual.fotokite.com/maintenance-and-support/system-return.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.
