# Scope & Related Lists

The **Scope** feature connects a YouDesign Models board to any record in any ServiceNow table. Once a board is in the scope of a record, it shows up on that record's related list in ServiceNow — so stakeholders who live in ServiceNow-native forms can discover and open the relevant YouDesign Models board without knowing where to look.

This is how you make a diagram part of a record's context instead of a separate artifact hiding in a teamspace.

## Why Scope Matters

* A Business Application owner opens their record in ServiceNow and sees a linked architecture diagram in the related list.
* A Change Request reviewer finds the target architecture for the change without leaving the form.
* An auditor on a compliance record follows the related list straight to the governance board.

The scope is a lightweight reference — **one board can be scoped to many records**, and **one record can have many boards in scope**.

## Adding a Scope

Scope is managed from the board's metadata on the YouDesign Models homepage.

1. Open the YouDesign Models homepage.
2. Select the board you want to scope.
3. In the **About** tab, find the **Scope** field.
4. Click the **+** icon to add a new scope.
5. In the dialog, select the **table** you want to scope against.
6. Select the **record** from that table.
7. Click **ADD**.

The scope appears in the Scope section of the board's metadata as a clickable chip.

<figure><img src="/files/1i7LI2Q78eyIhBF4JrP0" alt=""><figcaption></figcaption></figure>

## Removing a Scope

Click the **×** on the scope chip to remove it. This does not delete the board or the scoped record — it only disconnects them.

<figure><img src="/files/BQ4plvczvPAWSp2BpEpJ" alt=""><figcaption></figcaption></figure>

## Seeing the Board on a ServiceNow Record

Once scoped, the board appears in the **YouDesign Board** related list on the scoped record's ServiceNow form.

### Out-of-the-Box Coverage

The **YouDesign Board** related list comes pre-configured on key tables such as:

* Business Application
* CMDB Configuration Items (common variants)

### Adding the Related List to Other Tables

If the related list isn't showing on a table you care about, an administrator with **ServiceNow System Administrator** privileges can add it:

1. Open the form view for the target table.
2. Right-click the form header → **Configure → Related Lists**.
3. In the "Available" list, find **YouDesign Board** and move it to the "Selected" list.
4. Save.

The list will now show every board that has that record in scope, plus every board that *uses* that record on its canvas.

> **The related list shows all boards where the element has been selected as scope, or where the element has been used on the board.** Either relationship puts the board in the list.

## What Appears in the Related List

For each matching board, the list shows:

* Board Name (links to the board)
* Description
* Type
* Folder (breadcrumb to the teamspace)
* Owner
* Updated / Updated by

From the related list, users can open the board directly — no search, no navigation.

## Limits & Gotchas

* **Scope is one-way metadata** — scoping a board to a record doesn't give users access to that record, and doesn't give users of that record access to the board. Access is governed by the record's ServiceNow ACLs and the board's sharing independently.
* **Orphaned scopes** — if the scoped record is deleted in ServiceNow, the scope entry remains. Clean up stale entries periodically if tidiness matters.
* **The related list only appears where it's configured.** Tables without the YouDesign Board related list on their form view won't surface the scope, even if it's set.

## Related

* [Teamspaces](/models/work-in-the-app/homepage/teamspaces.md)
* [Sharing & Members](/models/work-in-the-app/homepage/sharing-and-members.md)
* [Access Rights and Roles](/models/admin/access-rights-and-roles.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ins-pi.com/models/work-in-the-app/editor/scope.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
