> For the complete documentation index, see [llms.txt](https://docs.stackerhq.com/stacker-classic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackerhq.com/stacker-classic/layout-types/list-display-types/list-options/list-duplicate-layout.md).

# List: Duplicate Layout

You can duplicate list views to create nested items in your navigation—allowing you to create many layouts of the same data. Settings can be set to create layouts for different types of users.

## Duplicate a layout

1. Go to the layout you want to duplicate
2. Click **Edit Layout**
3. Click the page icon next to the layout's name
4. Enter a new layout name

![duplicate\_layouts.gif](https://support.stackerhq.com/hc/article_attachments/15274455572627)

The name will show in the navigation item, the list title, and the URL of your new list layout.

## Edit a duplicated layout

When you duplicate a layout, you will see the new layout as a nested menu item. Each list layout's settings are independent—you can edit layouts without affecting others. In our Property app, we have created a duplicate layout for our team's table. On the first layout, we want to show the user's profile and on the second layout, we want to show the whole team. ![CleanShot\_2023-04-12\_at\_09.38.12\_2x.png](https://support.stackerhq.com/hc/article_attachments/15703633381267)To make these layouts different, we can set the display type of the My Profile layout to **One record only**. We can then set a [conditional filter](https://support.stackerhq.com/hc/en-us/articles/4416415857171-List-Filter) so that the record only shows the user's profile. We can check that this works by previewing as users.![one\_record\_view.gif](https://support.stackerhq.com/hc/article_attachments/15274667300883)For the Teams layout, we can leave the layout as it is so the user can see all the team members when clicking that layout.![CleanShot\_2023-04-12\_at\_09.40.09\_2x.png](https://support.stackerhq.com/hc/article_attachments/15703726693267)

### Considerations

* List layouts will show as nested items under the original layout in your navigation bar.
* List layouts can have different settings such as filters and display layouts.
* There can be only one "One Record Only" page per table.
* Each nested layout will use the same records [detail layout](/stacker-classic/layout-types/detail-layout.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.stackerhq.com/stacker-classic/layout-types/list-display-types/list-options/list-duplicate-layout.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.
