# Installation

You can easily add your assets stored to Blender by following these steps.

### **Downloading the echo3D Blender Add-On**

The add-on for Blender can be found [here](https://storage.echo3d.com/2_SDKs/echo3d_blender_addon.zip).

Clicking the <picture><source srcset="/files/Q0xYr5IFy1eV8EYpY52J" media="(prefers-color-scheme: dark)"><img src="/files/hZb8hM3yGn93qePAqCmJ" alt="" data-size="line"></picture> button in the top header bar allows you to directly download the Blender Add-On.

<figure><img src="/files/Ri3FQOFUFJh5TOKTEGbs" alt="" width="490"><figcaption></figcaption></figure>

### Installation

1. Edit > Preferences...> Click Add-ons button
2. Click <img src="/files/vj0iPBQ9Yrj9OY2MNX7c" alt="" data-size="line"> to open the file browser
3. Select the downloaded ZIP file
4. Click <img src="/files/N9CohDARryCTTu0rnJ6t" alt="" data-size="line"> to install
5. Check the box on the addon to enable

   <figure><img src="/files/CwV75PpOGvWgOT6GxAeh" alt=""><figcaption></figcaption></figure>

### **Load echo3D Collection**

Enter the following fields:

* API Key
* Secret Key. If it is [enabled](/web-console/manage-pages/collections-and-sharing/security.md#secret-key) in your collection.
* Email
* Working Directory. Make sure to choose a directory that has read-and-write access.

When the required fields are populated, click "Load Project".

<figure><img src="/files/RzWjzpuhKFuR99TN67eW" alt=""><figcaption><p>API Configuration panel</p></figcaption></figure>

### Importing Assets

After loading the collection in the previous step, you will be able to import assets from echo3D.

You can select the asset by clicking the checkboxes, enter the entry ID, or a combination of both.

When the selection or entry is made, click "Import"

<figure><img src="/files/Ok7Hc7nH6t0VKLyTBP38" alt=""><figcaption><p>Import Panel</p></figcaption></figure>

### Exporting Assets

Exporting assets to echo3D is simple and can be accomplished in two ways: export the scene or export selected objects.

First, enter the file name for the exported asset.

Next, click "Export Scene" to export all the assets or click "Export Selected" to export only the selected items.&#x20;

{% hint style="warning" %}
**Note:** if you choose "Export Selected", make sure that all the intended elements are selected by looking at the Outliner. If correct elements are not selected when exporting, an empty object will be uploaded.
{% endhint %}

<figure><img src="/files/PHymNcLRDVvLEcAy97Kb" alt=""><figcaption><p>Export Panel with Cube selected</p></figcaption></figure>


---

# 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.echo3d.com/blender/installation.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.
