> 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/plugins/axon-plugin/streaming-to-axon-respond.md).

# Streaming to Axon Respond

**Axon Respond** allows users to view live video feeds from the Thermal- and Color-Video over the Internet using Axon Livestream (a wi-fi connection is required). The video stream will consume about 360MB of data volume per hour of streaming.

The Axon Livestream status is always displayed on the left hand side of the Fotokite Live Application. Livestreaming is possible when the "Available" status is displayed. An Axon Respond web user will be able to see the Fotokite in their devices list and view the live video feed remotely.

## Axon Livestream Status

<table><thead><tr><th width="168"></th><th></th></tr></thead><tbody><tr><td><img src="/files/dQVs9G1fldnI2ue54TRM" alt=""></td><td><strong>System not connected</strong><br>The tablet is not connected to a Fotokite Ground Station. Connect the tablet to a Ground Station.</td></tr><tr><td><img src="/files/qBIXBC07IHzx8URMzAsO" alt=""></td><td><strong>Disabled</strong><br>Axon Livestream is disabled. Open the Axon Livestream menu to enable it.</td></tr><tr><td><img src="/files/7vbJWah75v3qb16zq9cT" alt=""></td><td><strong>Not Authenticated</strong><br>The system is not connected to an Axon account. Sign in with Axon account credentials.</td></tr><tr><td><img src="/files/QS0eVaQp9yAfcIiUhXt6" alt=""></td><td><strong>Waiting for Launch</strong><br>Axon Livestream is preparing to launch.</td></tr><tr><td><img src="/files/4Yl3h5FUFO01qUygCrUF" alt=""></td><td><strong>Available</strong><br>Axon Livestream is enabled and standing by. Web users on Evidence.com can view the livestream.</td></tr><tr><td><img src="/files/DMVhraKiWjfwPe5uUqgd" alt=""></td><td><strong>Streaming</strong><br>One or more web users on Evidence.com are viewing the livestream.</td></tr></tbody></table>

## Axon Respond Setup Instructions

Open the System Menu.

<figure><img src="/files/UeejMwTgdTbxL8hNGz0g" alt=""><figcaption></figcaption></figure>

Go to Plugins > Axon and tap Connect.

<figure><img src="/files/S7XtcXRM2wJuKsU64uZ3" alt=""><figcaption></figcaption></figure>

Select your agency's region and follow the on-screen instructions.

<figure><img src="/files/1JirXoBuSrtWODkVTFgi" alt=""><figcaption></figcaption></figure>

Log in with your Axon Credentials and follow the on-screen instructions.

<figure><img src="/files/EoJunjPYOwinQqo3wfC9" alt=""><figcaption></figcaption></figure>

The device name and agency name will become visible once you are successfully logged in.

<figure><img src="/files/IQAiULJURnIw1oxWl06z" alt=""><figcaption></figcaption></figure>

Axon Livestream status can be viewed on the left hand side of the user interface. Tap on Axon Livestream to control livestream settings

<figure><img src="/files/eIg1WsqF5wlNEyHiE2op" alt=""><figcaption></figcaption></figure>

The Fotokite system will be visible in Axon Evidence - Axon Respond. Tap on the Live Stream Button to open the livestream.

<figure><img src="/files/aY3z10rRs4zF9mDyR1hm" alt=""><figcaption></figcaption></figure>

The live video feed from the Fotokite System will be visible in a floating window. The stream can be expanded into full-screen mode.

<figure><img src="/files/GWJ1uEbuwvCqAmiqH10E" alt=""><figcaption></figcaption></figure>

The Axon Livestream status will change from Available to Streaming when web users are viewing the livestream.

<figure><img src="/files/0BukpbRlR7rhacemiFwx" alt=""><figcaption></figcaption></figure>


---

# 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/plugins/axon-plugin/streaming-to-axon-respond.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.
