# Security

### General

Dsync runs entirely within your secure perimeter. See [Deploy](/basics/deploy.md) and [Running Dsynct](/enterprise/running-dsynct.md) for deployment diagrams.&#x20;

Dsync doesn't "dial home" or contact any 3rd party services.&#x20;

Dsync uses network encryption to connect to databases when they support it and the connectors are  configured appropriately.

Dsync doesn't persist any transmitted data on-disk.

### Code

We employ industry standard security code audits. Dsync Core is [Open Source](https://github.com/adiom-data/dsync/) and available for customer's own internal audits. For internal audits of Dsync Enterprise containers, please contact <info@adiom.io>.


---

# 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.adiom.io/basics/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.
