# Using the Plugin

### **Load your Collection**

* Add the collection details in the plugin
  * API Key
  * Email
  * User Key
  * Secret Key. If [enabled](/web-console/manage-pages/collections-and-sharing/security.md#secret-key) in your project.
* Load the collection by clicking "Load Project".

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

### Importing Assets

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

Select the asset you want to load and click "Smart Import".

<figure><img src="/files/N21rzByN6gbE4yMsIqU6" alt=""><figcaption></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/autodesk-3ds-max/using-the-plugin.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.
