--- title: li-desknet-global description: "Used to connect Desk-Net stories with Livingdocs documents." --- ## Supported Features | Feature | Supported | | ------- | :-------: | | Document | ✔ | | Media | ✗ | | Include | ✗ | | Document Creation Flow | ✗ | | Push Message | ✗ | | Usage Log | ✗ | | Table Dashboard | ✗ | | Display Filter | ✗ | | Search Indexing | ✔ | | System Metadata | ✔ | | Planning System | ✗ | | Webhook Conditions | ✗ | ## Description > [!WARNING] > Desk-Net rebranded as Kordiam. Consequently, `li-desknet-global` has been deprecated as of [`release-2024-11`](/operations/releases/release-2024-11/) and will be removed in [`release-2025-05`](/operations/releases/release-2025-05/). Please use [`li-kordiam-global`](/reference/document/metadata/plugins/li-kordiam-global/llms.txt) instead. For more details, refer to our [Desk-Net to Kordiam migration guide](/guides/integrations/desknet-to-kordiam-migration/llms.txt). The `li-desknet-global` plugin is used to connect Desk-Net stories with Livingdocs documents. There are numerous options available to synchronise data between the two platforms. Further details can be found in the [Desk-Net Global Integration Guide](/guides/integrations/desknet/llms.txt). ## Default UI Link to Desk-Net story, or optional button to create a Desk-Net story ## Storage Format ```js { id: } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle' type: 'li-desknet-global', ui: { label: 'Desk-Net' } } // ... ] } ```