> 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/connecting-kite-to-tether.md).

# Connecting Kite to Tether

{% hint style="danger" %}
The tether carries power while the Kite is on. When performing any type of maintenance involving exposed wiring or reconnecting the Kite to the Tether, **always power off the Ground Station**

**For Transport Case Systems:** unplug the Ground Station from power.

**For Rooftop Box and Tray Mount Systems:** Turn off the vehicle and wait 5 minutes for lights to go off, or cut power with a switch or breaker if installed.
{% endhint %}

<figure><img src="/files/qkQ9drR0bevEbGPlIJIR" alt=""><figcaption><p>Underside of Kite showing tether attachment point</p></figcaption></figure>

<figure><img src="/files/y2EWpXlwHt6mGA3itqEk" alt=""><figcaption><p>Location of the Ground Station Safety Land Button</p></figcaption></figure>

When you connect a kite from the tether you must always first unplug the Ground Station from power:

* Power off the Ground Station.
* Enter the **Maintenance Mode** by pressing the **Ground Station Safety Land Button**. The Ground Station LEDs will turn fading **white**, and now you can pull out the tether.
* Place the Kite safely on the ground upside-down.
* Align the flat end on both connectors, using the line mark on the Kite Power Connector as a reference.
* Ensure that the O-ring that seals the connector is not torn or broken, and that it does not move during the following step.&#x20;
* Carefully but firmly push the connectors together, holding both connectors in each hand and taking care not to apply unnecessary strain on the Kite Power Cable.&#x20;
* **Do NOT apply an unreasonable amount of force as you risk damaging the connector pins inside the Kite Power Connector.**
* Reconnect the Tether Ring to the Kite Quick Release Pin.
* Press the Ground Station Safety Land Button to spool in the tether. The Ground Station LEDs will begin fading **white**.
* Place the Kite onto the landing pad and take care not to catch the tether on any nearby objects.
* Hold the Kite by the middle above the Ground Station, keeping slight tension on the tether and positioning the Camera above the foam pad on the Ground Station.
* Press the **Ground Station Safety Land button** for three seconds. The Ground Station will begin to pull on the kite. Guide the kite to sit in its correct resting position on the Ground Station.


---

# 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/connecting-kite-to-tether.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.
