> 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="info" %}
Now you can find the access module from the ServiceNow navigation, YouDesign Freelucy > YouDesign Freelucy
{% endhint %}

<figure><img src="/files/K0fxym5XVWORyR81DTe0" alt="" width="375"><figcaption></figcaption></figure>

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

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

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

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, and the optional `goal` query parameter:

```
GET https://docs.ins-pi.com/freelucy/get-started/pick-a-record.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
