> 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/system-profile/ground-station.md).

# Ground Station

<figure><img src="/files/8oD9mX9zaylrYQqTycsa" alt=""><figcaption><p>The Ground Station has multiple LEDs to keep the operator notified of its status.</p></figcaption></figure>

The Ground Station provides uninterrupted power and secure communication over a tether with the Kite. Featuring a motorized spooling solution designed to expand/retract the tether, the Ground Station adjusts the height of the Kite while supplying constant tension and a stable and accurate position.

* The Ground Station is fitted with LED Status Indicators that alert the user of the flight status and readiness during operation (check the table below).&#x20;
* The Ground Station is fitted with a Safety Land Button that allows the user to override existing commands and force-land the system. The Safety Land Button also has multiple uses that are described more in-depth in the Operational Guidelines section.
* The Ground Station is equipped with a backup battery that provides the system with emergency power in the case of unexpected power supply failure.&#x20;
* The Ground Station is able to be supplied via an AC or DC power supply, depending on your specific configuration.
* The System is designed for static use only: do not move the Ground Station while the Kite is flying.

**Ground Station LED Status Indicators**

| Color  | Style    | Light Positions | Meaning                                                     |
| ------ | -------- | --------------- | ----------------------------------------------------------- |
| White  | Fading   | All             | Transport Mode: Tether Brake Engaged, Tether voltage off    |
| Blue   | Fading   | All             | Maintenance Mode: Tether Brake Released, Tether voltage off |
| Green  | Fading   | All             | Ready to Fly - Standby                                      |
| Green  | Flashing | All             | Flying                                                      |
| Yellow | Flashing | All             | Ground Station disconnected from power                      |
| Yellow | Solid    | Sides           | Searching for WiFi                                          |
| Yellow | Fading   | Sides           | Ground Station WiFi Booting Up                              |
| None   | Off      | Sides           | Ground Station Booting Up                                   |
| Red    | Fading   | All             | Tether voltage is active but Kite not found                 |
| Red    | Flashing | All             | Kite Safety Landing                                         |


---

# 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/system-profile/ground-station.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.
