# Encryption

&#x20;For encryption, we use:

* We use AES-GCM 256 for the model encryption.
* We use ECDH (Elliptic-curve Diffie–Hellman) for end-to-end encryption.

{% hint style="warning" %}
When creating a room, anyone who is given the room link will see your models. As a precaution on our side, the model files are encrypted with keys. Share with discretion and invite only people you trust. <mark style="color:red;">**Do not join suspicious room links.**</mark>&#x20;
{% endhint %}

*We are currently in early development and are working to install more security and privacy measures along the way. If you have suggestions for us or notice any issues please contact us at* [*app@avatech.gg*](mailto:undefined) *or join our* [*Discord*](http://discord.gg/uTfAaDYQVM)*.*


---

# 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://playground-docs.gitbook.io/playground/security-and-privacy/encryption.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.
