# Split-view

{% embed url="<https://youtu.be/9b-t7mNk0MQ>" %}

If your teammates have to constantly click into different records to view and update information, you might want to choose the split-view display option to show your table list and records side by side.

Learn how to:

* Choose split view
* Customise your sidebar width
* Customise your field widths in the sidebar
* Group records by a particular field

We'll also give some tips for builders using the split-view display! And did you know that recently, we've released a new configuration that allows Grouping to add a subgroup, which we can support up to 3 levels

{% hint style="info" %}
As mentioned in the above video, you cannot choose split-view display on child pages nested under a parent page.
{% endhint %}


---

# Agent Instructions: 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://guides.noloco.io/views/display/split-view.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.
