--- title: Extension points in Telecommunications Customer 360 description: Use scripted extension points to configure the display of the cards on the Telecommunications Customer 360 consumer page. locale: en-US canonical_url: https://www.servicenow.com/docs/r/telecom-media-technology/c360-use-extension-point.html release: australia topic_type: reference last_updated: "2026-07-26" reading_time_minutes: 2 breadcrumb: [Configure, Telecommunications Customer 360, Telecommunications, Media, and Technology \(TMT\)] --- # Extension points in Telecommunications Customer 360 Use scripted extension points to configure the display of the cards on the Telecommunications Customer 360 consumer page. To access the available extension points, type `sys_extension_point.list` in the application navigator and select **Enter**. You can create multiple implementations for each extension point and provide an order number for each implementation. The implementation that has the lowest order number is executed. |Extension point|Description| |---------------|-----------| |sn\_telecom\_c360.ContactCardDataProvider|Control the data displayed on the Contact card for an account, consumer, or contact record. You can customize which fields appear, override the card title and avatar logic, or change how the editable state is determined.| |sn\_telecom\_c360.InsightCardDataProvider|Control the configuration for the Customer insight card and shows AI-generated insights. You can customize which Now Assist skill configuration is used and whether insights are triggered automatically when the card loads.| |sn\_telecom\_c360.DataVisualizationDataProvider|Define which reports appear on the Data visualization card and how context record values are mapped to report filters. You can add custom filter logic or support filter types not handled by the default implementation.| |sn\_telecom\_c360.BillingsDataProvider|Customize how billing accounts and invoices are retrieved for the Billings card. You can change how billing accounts are linked to the context record, add custom invoice filtering or sorting logic, or adjust how invoice amounts and statuses are displayed.| |sn\_telecom\_c360.ProductsServicesDataProvider|Customize how the Products & services card retrieves product inventory data, applies filters, and creates change orders. You can add support for different product tables, change how filter options are built, or modify the change order creation logic.| |sn\_telecom\_c360.AllTasksDataProvider|Customize which task tables appear on the All tasks card and what actions are available in the card header. You can add or remove task tables, apply custom filters, or change the create action configuration.| |sn\_telecom\_c360.ProductsRelatedDataProvider|Add custom pill types to individual product rows on the Products & Services card. Each implementation provides data for one type of related record \(such as cases or incidents\) linked to a sold product.| |sn\_telecom\_c360.CardViewModel|Control whether a specific card is visible on the Customer 360 workspace. Implement isMatch to identify which card your view model applies to, and implement isVisible to define the conditions under which that card should be shown. By default, any card with no matching view model is visible.| |sn\_telecom\_ra.UseCaseGuidanceNAPConfig|Configure behavior for use case guidances that trigger agentic workflows. Implement `canInteractWithUser` to control whether the agent can interact with the human agent in the panel. Implement `forceNewConversation` to control whether a new conversation is created. Implement `getWindowConfigOverrides` to provide window configuration overrides for the panel.| |sn\_telecom\_c360.VoiceInteractionDataProvider|Control the behavior of the Customer 360 record page when opened as a sub page from a voice interaction. Implement the provided methods to customize the consumer lookup alternate flow and to control which cards or layout columns are hidden.| **Parent Topic:**[Configure Telecommunications Customer 360](https://raw.githubusercontent.com/ServiceNow/ServiceNowDocs/australia/markdown/telecom-media-technology/c360-configure.md) **Related topics** [Using extension points to extend application functionality](https://raw.githubusercontent.com/ServiceNow/ServiceNowDocs/australia/markdown/api-reference/web-services/extension-points.md) [Using scripted extension points in server-side scripts](https://raw.githubusercontent.com/ServiceNow/ServiceNowDocs/australia/markdown/api-reference/web-services/scripted-extension-points.md) [Using UI extension points in server-side UI macros](https://raw.githubusercontent.com/ServiceNow/ServiceNowDocs/australia/markdown/api-reference/web-services/ui-extension-points.md) [Using client extension points in client-side UI scripting](https://raw.githubusercontent.com/ServiceNow/ServiceNowDocs/australia/markdown/api-reference/web-services/client-extension-points.md)