> For the complete documentation index, see [llms.txt](https://sygnal.gitbook.io/sygnal-webflow-components/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sygnal.gitbook.io/sygnal-webflow-components/cc/experimental/merged-collection-list.md).

# Merged Collection List ⏸️

{% hint style="danger" %}
**R\&D RESULTS** \
Due to the nature of slots in Webflow's code components implementation, it's not possible to merge the collection lists server-side.&#x20;
{% endhint %}

## Goals

* Take several slotted collection lists&#x20;
* Merge all items into the first list structure in the slot

## Technical Notes

* All slotted items must be components, this includes collection lists&#x20;
* Ensure that you create these Components with the collection list itself as the root element&#x20;
* Merge is [client-side only](/sygnal-webflow-components/technical-notes/code-components/technical-notes/working-with-slotted-content.md)&#x20;

## R\&D&#x20;

* Determine at what point CSR completes&#x20;
