> 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/tether-replacement.md).

# Tether Replacement

{% 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** by unplug the Ground Station from power.
{% endhint %}

To remove a tether you must always first unplug the Ground Station from power:

* Disconnect the kite using the steps described in [Disconnecting Kite from Tether](/maintenance-and-support/disconnecting-kite-from-tether.md).
* Undo the four fasteners connecting the Ground Station Base to the white plastic cover.
* Remove the cover.
* Ensure the tether brake is released. If the tether does not begin to unspool after a reasonable amount of pressure, press the **Ground Station Emergency Land Button** for three seconds, then try again.
* Begin to unspool the tether.
* Once you have unspooled the tether - remove the tether from the clip and disconnect the connector by holding both ends in each hand. Take care to not apply significant strain to the spool end connector.
* Guide the tether connector end through the Guide Rollers.
* Insert the Tether and guide it through the rollers and level in a reversed process.
  * Pull the Spool end of the tether through the white ring.
  * Bring it down through the roller and to the right through the 4 vertical rollers.
  * Bring it to the right Horizontal Roller to the top
  * Loop it around the right roller and through the vertical rollers again.&#x20;
  * Bring the tether to the level wind. Loop it through the level wind rollers so the tether passes through both.&#x20;
  * Pull out the connector inside the spool.
  * Connect the two ends and push the connectors back into the spool.&#x20;
  * Push the tether into the retaining clip surrounding the hole.
* Rotate the spool to ensure the level wind is at its left-most position.&#x20;
* Connect the tether and allow for some of the line to be inserted into the clip inside of the spool.&#x20;
* Hand rotate the spool for three-four rotations while providing tension to the tether to allow for the tether to be cleanly spooled.&#x20;
* Plug the Ground Station into Power - this will begin to rotate the spool.
* Provide tension to the tether while it is being spooled to ensure consistent spooling.
* Once the tether is fully spooled it will stop rotating. Disconnect the Ground Station from Power.
* Reattach the cover and fasteners.&#x20;
* Release the tether brake and reconnect the Kite.


---

# 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/tether-replacement.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.
