---
sourceDocument: Australia IT Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/it-service-management

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia IT Service Management

ft:clusterId :

    - itsm

bundleId :

    - itsm

workflow :

    - Technology


---

# Sharing components among applications --- Component libraries

# Sharing components among applications --- Component libraries {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Some applications may share the same basic structure and require nearly identical configuration data. Shared components in CDM enables you to use a component across several applications. For better organization, these shared components are managed in component libraries.  
Important:  
Starting with the Washington D.C. release, DevOps Config is being prepared for future deprecation. It will be hidden and no longer activated on new instances but will continue to be supported.

## Component libraries {#cdm-component-libraries__section_ayr_fqc_y5b}

Component
libraries improve consistency and maintainability by ensuring a single source of truth for a component's config data across applications. You can use the unified view in the DevOps Config workspace or [CdmSharedLibraryApi](https://www.servicenow.com/docs/access?context=shared_libraries-api&version=australia&pubname=australia-api-reference&ft:locale=en-US) REST API to create and maintain these libraries.

In this example, an organization sells tea on its website. Both the
Shopping-Cart and Browsing-Pane application services
make use of config data for product prices and photo appearance. To ensure that the config data
is identical in both DevOps applications, each application uses shared components
from the Tea-Service component library. The components are managed in the
library and the applications each use two of the components from the library.

## Working with shared components {#cdm-component-libraries__section_ayb_k2n_xvb}

* A user with the sn_cdm.cdm_admin role can create and manage a component library and create, add, and delete shared components in the library.
* While working in an application changeset, you can add, update, or remove a shared component.
* Applications can use any mix of components: components that are defined in the application (direct components) and components from a component library.
* While working in an application changeset, you cannot modify a shared component in the same way as you can modify a direct component. A collection in an application can, however, override any value in a shared component.
* For a shared component to be available for use in applications,
  the component must be in the Published state and the library that holds the component must be in the Available state.

  In the example, no application can use the Flavor-Sort-settings
  component because it has not been published.
{#cdm-component-libraries__ul_v1m_rxv_lvb}

