From 5a55c2563e648d10e3b53724c67c26767cab4fed Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Tue, 23 Jun 2026 18:03:36 +0200 Subject: [PATCH] Update location of settings (#22033) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the latest version the «Lab Features» are no longer called like that and are in a different location. See [Discord-Discussion](https://discord.com/channels/1130383047699738754/1508471962308051116) Review in cubic --- .../data-model/how-tos/create-many-to-many-relations.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/twenty-docs/user-guide/data-model/how-tos/create-many-to-many-relations.mdx b/packages/twenty-docs/user-guide/data-model/how-tos/create-many-to-many-relations.mdx index 061cbdab65..b6058217fb 100644 --- a/packages/twenty-docs/user-guide/data-model/how-tos/create-many-to-many-relations.mdx +++ b/packages/twenty-docs/user-guide/data-model/how-tos/create-many-to-many-relations.mdx @@ -6,11 +6,11 @@ description: Connect records where many items on both sides can be linked togeth Many-to-many relations let you connect multiple records on both sides. For example: many People can work on many Projects, and each Project can have many People. -**Lab Feature**: Junction relations are currently in the Lab. Enable them at **Settings → Updates → Lab** before following this guide. +**Beta Feature**: Junction relations are currently in beta. Enable them at **Settings → Community → Features** before following this guide. -This feature also requires **Advanced mode** to be enabled (toggle at the bottom right of Settings). +This feature also requires **Advanced mode** to be enabled (toggle at the bottom left of Settings). ## When to Use Many-to-Many @@ -39,8 +39,8 @@ When you enable the junction relation toggle, Twenty displays linked records dir ## Prerequisites -1. **Enable Junction Relations in Lab**: Go to **Settings → Updates → Lab** and enable **Junction Relations** -2. **Enable Advanced mode**: Toggle on **Advanced mode** at the bottom right of the Settings sidebar +1. **Enable Junction Relations in Beta Features**: Go to **Settings → Community → Features** and enable **Junction Relations** +2. **Enable Advanced mode**: Toggle on **Advanced mode** at the bottom left of the Settings sidebar 3. Plan your data model: - Which two objects are you connecting? - What should the junction object be called?