> For the complete documentation index, see [llms.txt](https://docs.ins-pi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ins-pi.com/freelucy/work-in-the-app/inspect-navigate-share.md).

# Inspect, navigate, and share

Beyond add, remap, and remove, YouDesign Freelucy gives you a set of utilities for understanding what is on screen, moving between connected records, and sharing the result. These work across views, with small differences in where the controls live.

## Inspect a relationship

To see what a relationship is, look at the relationship type Freelucy shows for it. In Classic, hover the connection between two elements. In Flow, the type is shown on each row, and you can filter a column by type.

{% hint style="warning" %}
🖼️ **Screenshot needed — `v26-inspect-relationship.png`** A relationship's type and direction shown in context (Flow row or Classic hover).
{% endhint %}

## Open the ServiceNow form

To open the underlying ServiceNow record form for any element, use **Open form**. In Flow it is on the row overflow menu and on the central record card. In Classic it is on the element's context menu. The form opens in a new browser tab.

{% hint style="warning" %}
🖼️ **Screenshot needed — `v26-open-form.png`** The Open form action on a record (Flow overflow menu shown).
{% endhint %}

## Jump to a connected record

To move the editor onto one of the connected records, making it the new primary element so you can map its relationships, use **Jump to**. The connected record becomes the center, and you can edit its upstream and downstream from there.

{% hint style="warning" %}
🖼️ **Screenshot needed — `v26-jump-to.png`** The Jump to action on a connected record.
{% endhint %}

{% hint style="info" %}
**Staged edits travel with you.** Jumping to another record keeps your staged changes. Freelucy warns you before you leave the editor entirely with uncommitted edits.
{% endhint %}

## Export and share

You can export what you see as an image. The export reflects the current view and includes staged edits, so it is a faithful picture of your work in progress.

{% hint style="warning" %}
🖼️ **Screenshot needed — `v26-export-share.png`** The export / share control for the current view.
{% endhint %}

{% hint style="info" %}
**Exports honor your theme.** Export in dark mode and the image comes out dark. See [Themes and language](/freelucy/personalize-and-accessibility/themes-and-language.md).
{% endhint %}

For view-specific controls, such as Classic's layout and canvas filters or Flow's grouping and search, see the [view guides](/freelucy/views-in-depth/classic.md).

***

## What's next

* [Classic view](/freelucy/views-in-depth/classic.md)
* [Flow view](/freelucy/views-in-depth/flow.md)
* [List view](/freelucy/views-in-depth/list.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
