# How to add one Blender file into another – Append in Blender

Append makes a full copy of the data into your blend-file, without keeping any reference to the original one. You can make further edits to your local copy of the data, but changes in the external source file will not be reflected in the referencing file.

These functions help you reuse materials, objects, and other data blocks loaded from another blend file. You can build libraries of common content and share them across multiple referencing files.

Please follow these steps:

1. Step 1: Click "File" -> "Append"

<figure><img src="https://3sfarm.com/wp-content/uploads/2020/09/append-blender-files-206x116.jpeg" alt="Append Blender files" height="402" width="715"><figcaption></figcaption></figure>

2. Step 2: Select the .blend file you want to append and then click "Append"

<figure><img src="https://3sfarm.com/wp-content/uploads/2020/09/select-the-blender-file-206x116.jpeg" alt="Select the blender file" height="402" width="715"><figcaption></figcaption></figure>

Step 3: Select the folder you want to append, for example, Material, Object, Light,…

<figure><img src="https://3sfarm.com/wp-content/uploads/2020/09/select-the-folder-to-append-206x116.jpeg" alt="Select the folder to append in Blender" height="402" width="715"><figcaption></figcaption></figure>

Step 4: Click "Append"

Watch this video to see how it works:

{% embed url="<https://youtu.be/eQd_W6zcbVo>" %}

We are pleased to assist you, so don’t hesitate to contact us with any issues.


---

# 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.3scloud.io/3s-cloud-render-farm/tips/tips-for-blender/how-to-add-one-blender-file-into-another-append-in-blender.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.
