---
sourceDocument: Yokohama Employee Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/employee-service-management

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Employee Service Management

ft:clusterId :

    - emplsm

bundleId :

    - emplsm

workflow :

    - Employee


---

# Configure the Playbook tab

# Configuring the Playbook tab on contract repository records {#ariaid-title1}

Release version: Yokohama  
Updated November 25, 2025  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Configure the visibility of the Playbook tab on contract repository records so contract managers can review and act on AI‑extracted metadata and obligations.

The playbook appears on the contract repository record when the Now Assist in Contract Management plugin is installed for your workspace. If the playbook tab is not configured in the base system for your workspace, you must configure the playbook tab to control its visibility.

The visibility of the Playbook tab is controlled by a data broker. The conditional logic is provided as a script method, `sn_cm_gen_ai.ContractsMetadataExtractionHelper()` in a Script include file. To invoke this
action, create a method in one of your Script include files for your workspace, which can be accessed by the data broker linked to your workspace on the UI Builder.

1. [Add a script include method for the Playbook tab](https://servicenow-prod.fluidtopics.net/PO94aK6eCZSBhuUAwG_fVA "Add a script include method that controls the Playbook tab visibility on the contract repository record by verifying plugin availability and applying conditional logic.")
2. [Add a data broker server script for the Playbook tab](https://servicenow-prod.fluidtopics.net/3aCEQGJi4lsl54LZKAFFCw "Configure a data broker server script that connects the UI Builder component to the script include method controlling the Playbook tab visibility.")
3. [Add the data broker to your workspace page](https://servicenow-prod.fluidtopics.net/JPMaRVDgx59aL2X3~DNZqg "Add the data resources to your page in the UI Builder to dynamically expose data from tables, records, or other elements on your page.")
4. [Configure the Playbook tab component for your workspace](https://servicenow-prod.fluidtopics.net/gveeBhE0hR1dfulhm67YZw "Use the Tabs component in UI Builder to configure the Playbook tab on the contract repository record page for your workspace.")
5. [Configure obligation review for the playbook](https://servicenow-prod.fluidtopics.net/ovxqjSkWEbz8a0QNAC0saQ "Create a page in UI Builder that uses a viewport component to dynamically load obligation review content in the playbook.")

