# Inspect, navigate, and share

Beyond create / remap / delete, Freelucy gives you a small set of utilities for inspecting what's on the canvas, navigating between connected elements, and sharing the result.

***

## Inspect a relationship type

Hover your cursor over the line connecting two elements. A popup describes the relationship — including which direction it goes and the relationship type from your CSDM.

<figure><img src="https://files.readme.io/590ebf2-fl-rel-hoover.png" alt="Hover a connection to see its relationship type"><figcaption></figcaption></figure>

Use this to confirm what's there before remapping or deleting.

***

## Open the form view of an element

To open the underlying ServiceNow form for any element on the canvas:

1. Right-click the blue circle next to the element (the primary element's circles or any connected element's circle).

   <figure><img src="https://files.readme.io/5fa500e-edit_rel1.png" alt="Right-click a primary element circle"><figcaption></figcaption></figure>
2. Choose **Open Form** from the popup.

For a connected element specifically:

<figure><img src="https://files.readme.io/30dc84a-edit_rel2.png" alt="Right-click a connected element"><figcaption></figcaption></figure>

***

## Jump to a connected element

To recenter the canvas around one of the connected elements — making *it* the primary element so you can map *its* relationships:

1. Right-click the blue circle of the connected element.

   <figure><img src="https://files.readme.io/73ec8df-edit_rel3.png" alt="Jump to a connected element"><figcaption></figcaption></figure>
2. Choose **Jump to**.

The connected element becomes the primary element. You can now map upstream and downstream relationships from it.

***

## Reposition the sidebar

The Relationship Editor sidebar can move. Drag its header (the strip labeled *Relationship editor*) to dock it on the left or float it anywhere on the canvas.

<figure><img src="https://files.readme.io/3eef7ce-ezgif-1-1b219989e0.gif" alt="Repositioning the sidebar"><figcaption></figcaption></figure>

***

## Filter the canvas by table

As you add relationships, the **Filter** view in the sidebar lists every table that has elements on the canvas. The number to the right of each table is the count of elements you've connected from that table.

<figure><img src="https://files.readme.io/f6fd0d8-add_menu2.png" alt="Filter the canvas by table"><figcaption></figcaption></figure>

* **Hide a table** — uncheck the box.
* **Hide everything** — click **Hide All**.
* **Show everything** — click **Show All**.

Filtering only changes what you see — it doesn't change what's committed.

***

## Switch between horizontal and vertical layout

By default the canvas is horizontal. To switch to a vertical layout, click the **arrows icon** in the options panel. Click again to flip back.

<figure><img src="https://files.readme.io/39ac2b8-add_menu3.png" alt="Toggle between horizontal and vertical layout"><figcaption></figcaption></figure>

***

## Share the canvas

You have two ways to share what's on the canvas.

### Share as a PNG

Click the **image icon** in the options panel. Freelucy downloads a PNG of the current canvas to your computer.

<figure><img src="https://files.readme.io/65d2509-add_menu4.png" alt="Download a PNG of the canvas"><figcaption></figcaption></figure>

The PNG includes **everything on the canvas**, including staged edits that haven't been committed yet.

### Share a read-only link

Click the **share icon** in the options panel. You get a read-only link to the canvas.

<figure><img src="https://files.readme.io/d00eed2-add_menu5.png" alt="Share a read-only canvas link"><figcaption></figcaption></figure>

{% hint style="warning" %}
**Read-only links require ServiceNow access.** Anyone you share the link with must be a colleague in your organization with ServiceNow access and read permission for the underlying data. The link will not work for external users.
{% endhint %}

{% hint style="info" %}
**PNG vs link.** The PNG shows everything on the canvas including uncommitted edits. The shared link only shows committed relationships.
{% endhint %}


---

# 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/freelucy/work-in-the-app/inspect-navigate-share.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.
