> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sdk.fdo.alexvwan.me/llms.txt
> Use this file to discover all available pages before exploring further.

# FDO SDK

> SDK for building FlexDevOps desktop application plugins.

# FDO SDK

`@anikitenko/fdo-sdk` is the SDK for building FlexDevOps desktop application plugins.

This documentation set focuses on the core plugin contract:

* backend runtime vs iframe UI runtime
* `render()` and `renderOnLoad()` semantics
* DOM helper rules
* capability and privileged action model
* storage, handlers, and diagnostics
* connector and provider integration patterns

## Start Here

* Read the repository [README](./README.md)
* Use [.mintlify/Assistant.md](./.mintlify/Assistant.md) only as assistant context, not as a public page
* For public SDK guidance, use the checked-in docs under [`docs/`](./docs/ARCHITECTURE.md)

## Recommended Reading

* [Architecture](./docs/ARCHITECTURE.md)
* [Render Runtime Contract](./docs/RENDER_RUNTIME_CONTRACT.md)
* [Safe Plugin Authoring](./docs/SAFE_PLUGIN_AUTHORING.md)
* [Extension Points](./docs/EXTENSION_POINTS.md)
* [Injected Libraries](./docs/INJECTED_LIBRARIES.md)
* [API Stability](./docs/API_STABILITY.md)

## Examples

* [Examples and Fixtures](./docs/EXAMPLES_AND_FIXTURES.md)
* [SharePoint / Connector Host Contract](./docs/SHAREPOINT_PROVIDER_HOST_CONTRACT.md)
