> 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/views-in-depth/list.md).

# List view

List is a read-only view of the current record. Use it to inspect a record's fields and related records quickly, with search, without the canvas. It is the view to reach for when you want details rather than editing.

{% hint style="warning" %}
🖼️ **Screenshot needed — `v26-list-view.png`** List view showing the Related records and Fields sections in a two-column label and value layout.
{% endhint %}

## What it shows

The record's information is split into two sections:

* **Related records.** The record's link fields, pointing to other records.
* **Fields.** The record's own field values.

Each section is a two-column layout of label and value, easy to scan.

## Search

Search by label or value to jump to the field you want in a long record.

{% hint style="info" %}
**List is read-only.** It does not stage edits. To add, remap, or remove relationships, switch to [Classic](/freelucy/views-in-depth/classic.md) or [Flow](/freelucy/views-in-depth/flow.md). Your staged edits are waiting for you there.
{% endhint %}

***

## What's next

* [Classic view](/freelucy/views-in-depth/classic.md)
* [Flow view](/freelucy/views-in-depth/flow.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/views-in-depth/list.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.
