# Security

We deeply value the trust you put in Less which is also why we take security seriously. We take the following measures to ensure we keep your data safe:

1. Single tenant deployments
2. All secrets are stored encrypted
3. Databases can only be accessed from the places you specify - read more here: [Whitelisting IPs for Database](/less-tech/advanced-databases-and-security/whitelisting-of-ips.md)
4. We use container technology to ensure that each individual connection/model don’t influence each other.


---

# 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://resources.less.tech/less-tech/advanced-databases-and-security/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.
