# Create multiple relationships at once

When you need to attach several elements to the same primary element, you don't have to drag them one by one. Hold **Shift**, select them all, and drop them as a batch.

***

## Step by step

1. In the picker, hold **Shift** and click each element you want to map. Selected elements highlight.

   <figure><img src="https://files.readme.io/9bfb071-fl-select_multiple_update.gif" alt="Multi-selecting elements with Shift"><figcaption></figcaption></figure>
2. **Drag** the selection toward the primary element. As with single drags, an **orange ring** appears on any circle that is a valid drop target.
3. Hover over the circle for the direction you want — left for upstream, right for downstream — until it turns solid orange.
4. A popup appears listing each new relationship.

   <figure><img src="https://files.readme.io/6a6fb54-map_rel-multiple_types.png" alt="Pick relationship types for multiple elements"><figcaption></figcaption></figure>

   You have two options:

   * **Pick types individually.** For each row, choose the relationship type you want.
   * **Apply one type to all.** Tick the box at the bottom, choose a single relationship type, and click **Assign**. Every selected element gets that type.
5. Click **Done**.

All new connections appear as **dark blue lines**. They are staged and ready to commit.

***

## What's next

* [Commit your changes](/freelucy/work-in-the-app/commit-changes.md)
* [Remap a relationship](/freelucy/work-in-the-app/remap-relationship.md) if you need to fix one


---

# 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://docs.ins-pi.com/freelucy/work-in-the-app/create-multiple.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.
