--- title: li-kordiam-global description: "Used to connect Kordiam stories with Livingdocs documents." --- ## History | Version | Change | | ------- | ------ | | release-2024-11 | Initial support with the rename as replacement for `li-desknet-global` | ## 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 > [!NOTE] > Added in: [`release-2024-11`](/operations/releases/release-2024-11/). Prior to [`release-2024-11`](/operations/releases/release-2024-11/), `li-kordiam-global` was known as [`li-desknet-global`](/reference/document/metadata/plugins/li-desknet-global/llms.txt). > [!NOTE] > See [`li-kordiam-integration`](/reference/document/metadata/plugins/li-kordiam-integration/llms.txt) for details about the legacy Kordiam Platform Integration plugin. The `li-kordiam-global` plugin is used to connect Kordiam stories with Livingdocs documents. There are numerous options available to synchronise data between the two platforms. Further details can be found in the [Kordiam Global Integration Guide](/guides/integrations/kordiam/llms.txt). ## Default UI Link to Kordiam story, or optional button to create a Kordiam story ## Storage Format ```js { id: } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle' type: 'li-kordiam-global', ui: { label: 'Kordiam' } } // ... ] } ```