> 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/pick-a-record.md).

# Pick a record to edit

YouDesign Freelucy opens on a home page where you pick the record to work on. Choose a table on the left, pick a record on the right, and Freelucy opens the editor on that record.

{% hint style="warning" %}
🖼️ **Screenshot needed — `v26-home-page.png`** The Freelucy home page, light theme: table picker on the left, record entries on the right, header with theme and language controls.
{% endhint %}

## Choose a table

The left panel lists the ServiceNow tables Freelucy can open.

1. Search by label or name to narrow the list.
2. Use the **family filter** to focus on a CMDB family, such as the CMDB base or the `cmdb_ci_*` classes.
3. Sort by label or name, ascending or descending.

Your table selection is remembered for the session, so returning to the home page keeps your last table in place.

## Choose a record

The right panel shows the records in the selected table.

1. Filter or sort the entries by title, subtitle, or sys ID.
2. Find the record you want to map relationships from.
3. Click **Edit** to open it in the editor.

{% hint style="warning" %}
🖼️ **Screenshot needed — `v26-home-record-entries.png`** The record entries panel with the Edit action visible on a row.
{% endhint %}

Freelucy opens the editor with your record as the **primary element**. The address bar carries the table and record so you can bookmark or share the exact record you are editing.

## Open straight from a record

You do not have to start from the home page. If your administrator has added Freelucy to a form, you can open the editor directly from any record with the **Edit Relationships** button or an embedded viewer. See [Add Freelucy to a form view](/freelucy/configuration/form-view.md).

***

## What's next

* [Tour the editor](/freelucy/get-started/tour-the-editor.md)
* [Choose a view](/freelucy/get-started/choose-a-view.md)
* [How relationships work in Freelucy](/freelucy/work-in-the-app/usage.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/pick-a-record.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.
