> 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/upload-to-evidence.md).

# Upload to Evidence

Recorded video can be uploaded directly from the Fotokite system to Evidence.com (a wi-fi connection is required). Uploading videos will consume about 3'000MB of data volume per hour of uploaded video.

Open the System Menu > Video Library.

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

Tap Login in the top right corner and enter your Axon login credentials.

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

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

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

After logging in, select a video to be uploaded by tapping on it.

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

Tap on Upload to Evidence on the player page.

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

The title, ID, and category can be edited prior to uploading. The Thermal- and Color-Video Feed will both be uploaded.

Videos can be toggled to be automatically deleted after uploading to Evidence.com to save internal storage space on the Ground Station.

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

The upload window can be used to manage the status of video uploads.

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

Videos that have been uploaded to Evidence.com will be tagged with a green checkmark.

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

All videos uploaded from the Fotokite system will be visible on the Evidence.com web interface.

<figure><img src="/files/xbRZneJBjCUkU2TnbtGp" 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/upload-to-evidence.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.
