# Security Tab

{% hint style="success" %}
Your data security and privacy is a top priority.
{% endhint %}

<figure><img src="/files/Ub3rO2hnSIVQRvs9A9pO" alt="" width="563"><figcaption></figcaption></figure>

Security Settings

This section shows what security protocols we use for your collections.

<figure><img src="/files/Rfkf3JO6PwCnvw6PfxHS" alt="" width="302"><figcaption></figcaption></figure>

* **SSL**: 3D assets and data will be streamed over authenticated and encrypted links.
* **Data Anonymization**: 3D assets stored on our servers will be anonymized so no attacker will be able to know what the content represents.

{% hint style="success" %}
Our system provides SSL encryption and data anonymization to **all plans free of charge**.
{% endhint %}

## Security Key

This section allows you to access the security key used to secure your API calls.

<figure><img src="/files/PYe6jNIY0McRefopauTS" alt="" width="509"><figcaption></figcaption></figure>

You can click the  ![](/files/xtRAlS4WjjkRXge9LcXp) icon to view the secret key, and clicking anywhere in the secret key container will copy it to your clipboard.

{% hint style="danger" %}
Do not share your security key with others.
{% endhint %}

## User Authentication Key

This section allows you to access your personal authentication key for your API calls

<figure><img src="/files/gRGwu4WTfAWFxTQHi7Ao" alt="" width="427"><figcaption></figcaption></figure>

You can click the ![](/files/xtRAlS4WjjkRXge9LcXp) icon to view your authentication key, and clicking anywhere in the authentication key container will copy it to your clipboard.

{% hint style="danger" %}
Do not share your user authentication key with others.
{% 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/web-console/manage-pages/collections-and-sharing/security.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.
