> For the complete documentation index, see [llms.txt](https://docs.fylr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fylr.io/for-developers/concepts/white-papers.md).

# White papers

The concept pages explain fylr's vocabulary. The white papers in this section go one level deeper: each one is the design document behind a fylr subsystem — the problem it replaces, the alternatives that were rejected, and why the built design looks the way it does. They are written at implementation time and kept as the durable record of the reasoning.

Read them when you operate fylr at scale, debug the subsystem they describe, or want to understand a design decision that the reference documentation states but does not argue.

* [Execserver slot broker](/for-developers/concepts/white-papers/execserver-slot-broker.md) — how fylr servers and execservers negotiate job slots over a websocket instead of polling, and why that retires the token handshake.
* [Plugin marketplace and secure delivery](/for-developers/concepts/white-papers/secure-plugin-delivery.md) — how paid plugins reach the customers entitled to them: a configurable source list for discovery, and an encrypted package unlocked through the license for delivery.
