> For the complete documentation index, see [llms.txt](https://docs.flytbase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flytbase.com/flinks-and-flows.md).

# FLINKS AND FLOWS

- [Flinks](https://docs.flytbase.com/flinks-and-flows/flinks.md): Learn more about Flinks (FlytBase Links) and how you can leverage them to integrate third-party apps and sensors with FlytBase to automate your enterprise drone workflows.
- [Flinks: Alarms](https://docs.flytbase.com/flinks-and-flows/flinks/flinks-alarms.md)
- [Flinks : Live Streaming](https://docs.flytbase.com/flinks-and-flows/flinks/flinks-live-streaming.md)
- [Introduction to Secured RTSP Streaming](https://docs.flytbase.com/flinks-and-flows/flinks/flinks-live-streaming/introduction-to-secured-rtsp-streaming.md): FlytBase now supports enhanced RTSP with authentication dialogs and introduces RTSPS encrypted streaming for secure access via VLC, FFplay, Milestone XProtect, and Genetec.
- [Security and Network Considerations](https://docs.flytbase.com/flinks-and-flows/flinks/flinks-live-streaming/introduction-to-secured-rtsp-streaming/security-and-network-considerations.md): Essential security guidelines and network configuration requirements for implementing RTSP and RTSPS streaming with authentication and encryption protocols.
- [Setting Up Authenticated RTSP Streaming](https://docs.flytbase.com/flinks-and-flows/flinks/flinks-live-streaming/introduction-to-secured-rtsp-streaming/setting-up-authenticated-rtsp-streaming.md): Step-by-step guide for generating authenticated RTSP links and configuring VLC Media Player access. Authentication process applies to Milestone XProtect and Genetec platforms.
- [Flinks : Data Processing](https://docs.flytbase.com/flinks-and-flows/flinks/flinks-data-processing.md)
- [Mapping Using DroneDeploy](https://docs.flytbase.com/flinks-and-flows/flinks/flinks-data-processing/mapping-using-dronedeploy.md)
- [Mapping Using Pix4D](https://docs.flytbase.com/flinks-and-flows/flinks/flinks-data-processing/mapping-using-pix4d.md)
- [Mapping Using Strayos](https://docs.flytbase.com/flinks-and-flows/flinks/flinks-data-processing/mapping-using-strayos.md)
- [Flows](https://docs.flytbase.com/flinks-and-flows/flows.md): Flows are FlytBase automations that detect events, such as alarms or flight activity, and trigger a defined response like launching a drone or notifying the team.
- [Flows : Alarms](https://docs.flytbase.com/flinks-and-flows/flows/flows-alarms.md): Alarm Flow in FlytBase to automate drone responses when an alarm is triggered. By selecting the alarm source, response mode, device, and action.
- [Flows : Operational Notifications](https://docs.flytbase.com/flinks-and-flows/flows/flows-operational-notifications.md): Operational Notifications on FlytBase are designed to provide real-time alerts and updates about critical drone operations.


---

# 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:

```
GET https://docs.flytbase.com/flinks-and-flows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
