> 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/fotokite-live-walkthrough/video-library.md).

# Video Library

All recorded videos can be accessed via the video library. They are listed chronologically on the overview page. Click on a video to go to the details page and watch the recorded videos.

<figure><img src="/files/LEyV96eI0JRsSbh0EVRe" alt=""><figcaption><p>Video Library overview</p></figcaption></figure>

<figure><img src="/files/M2vVvykj7qcp2MHjw0MW" alt=""><figcaption><p>Video Library details</p></figcaption></figure>

## Download Videos

The videos are stored on the ground station. The videos can be downloaded to the tablet using the download buttons.&#x20;

## Access via Web browser

The Video Library runs as a service on the Ground Station. The Video Library can also be accessed from other devices. This can be useful in case you want to download videos to a different device than the Fotokite tablet.

1. Make sure that your device is connected to the Fotokite's network. Your computer must be a client in the Fotokite's network and have an IP address in the 192.168.2.xxx address space. This is the case when you connect your device to the Fotokite's Wi-Fi or connect a device via Ethernet with the Ethernet port in bridged mode.
2. Open any web browser.
3. Enter the following url: [192.168.2.100](https://192.168.2.100)


---

# 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/fotokite-live-walkthrough/video-library.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.
