> For the complete documentation index, see [llms.txt](https://docs.ins-pi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ins-pi.com/freelucy/work-in-the-app/create-multiple.md).

# Create multiple relationships at once

When you need to attach several records to the same primary element, you do not have to add them one by one. Select them all in the Data Hub and add them as a batch.

## Step by step

1. Open the [Data Hub](/freelucy/work-in-the-app/data-hub.md).
2. Hold **Ctrl** or **Cmd** and click each record you want to map. Selected records highlight.

   <figure><img src="/files/SpSbOjMukvNhOEINkenc" alt="" width="375"><figcaption></figcaption></figure>
3. Add the whole selection at once, either way:
   * **Click to add.** Choose **Add to Upstream** or **Add to Downstream** for the selection.
   * **Drag to add.** Drag the selection onto a valid drop target in your current view.
4. If the records support more than one relationship type, YouDesign Freelucy prompts you. You can:

   * **Pick a type for each record**, or
   * **Apply one type to the whole batch.**

   <figure><img src="/files/MT508b59KeXSFJvca1Ff" alt="" width="375"><figcaption></figcaption></figure>

Every record in the selection is staged on the chosen side, ready to commit.

***

## What's next

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


---

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