# Register

This is the easy part. Head over to the [**registration page**](https://www.echo3d.com/signup).

1. Fill out the form with your **name** and **email address**
2. Set a password
3. Check that you agree to our [**Terms of Service**](https://www.echo3d.com/terms)
4. Click the **Sign Up** button

**That's it!** Your new 3D collection will appear in the console once you [log in](https://console.echo3d.com/#/auth/login). 🔑

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

Check your inbox for an automatic welcome email with your unique collection name. 📧

{% hint style="info" %}
&#x20;Check your spam folder if you don't get an email within a few seconds.
{% endhint %}


---

# 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/quickstart/get-api-key.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.
