> 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/get-started/tour-the-editor.md).

# Tour the editor

The editor is where you stage relationship changes. Whatever view you are in, the same parts are always within reach: the header, the view tabs, the Data Hub, and the commit bar.

{% hint style="warning" %}
🖼️ **Screenshot needed — `v26-editor-overview.png`** The editor with callouts: header (top), view tabs, Data Hub drawer, and the commit bar with a pending-change count.
{% endhint %}

## The header

The header sits across the top on every page.

* **Home and branding** take you back to record selection.
* **Page name and tag** show the record you are editing.
* **Theme toggle** switches between light and dark. See [Themes and language](/freelucy/personalize-and-accessibility/themes-and-language.md).
* **Language switcher** changes the interface language. YouDesign Freelucy ships in 10 languages.
* **User menu** shows the signed-in user and their roles.

## The view tabs

Switch how you see the record with the view tabs. Freelucy has three views: **Classic**, **Flow**, and **List**. Switch with the tabs or with the `Cmd/Ctrl` plus number shortcut for the view.

Your staged edits are shared across every view. Add a relationship in Flow, switch to Classic, and it is already there. See [Choose a view](/freelucy/get-started/choose-a-view.md).

## The Data Hub

The **Data Hub** is the drawer you pull records from. Open it to search suggested tables, browse a record tree, and add one or many records to your primary element. See [Find records with the Data Hub](/freelucy/work-in-the-app/data-hub.md).

## The commit bar

Every change you make is staged first, never written straight to ServiceNow.

* The **pending-change count** shows how many edits are waiting.
* **Commit** opens a review dialog where you confirm each change.
* **Discard** drops every staged edit and refetches the record.

<figure><img src="/files/ud7GJK3yLWWiH6rWmBqP" alt="Stage, review, then commit"><figcaption><p>Stage your edits, review them, then commit the batch to ServiceNow.</p></figcaption></figure>

{% hint style="info" %}
**Leaving with unsaved changes?** If you try to navigate to a different record while edits are staged, Freelucy asks first so you do not lose work.
{% endhint %}

***

## What's next

* [Choose a view](/freelucy/get-started/choose-a-view.md)
* [Find records with the Data Hub](/freelucy/work-in-the-app/data-hub.md)
* [Commit your changes](/freelucy/work-in-the-app/commit-changes.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/get-started/tour-the-editor.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.
