# Best Practices

e6data follows secure-by-design & privacy-by-design approaches to its systems. This means that all architectural decisions are based on minimizing access to users' data.

While most security settings are set to provide least privilege by default, some settings & configurations should be hardened by users prior to going to production.

The security best practices for different environments can be found below:

* [Security Best Practices for AWS](/product-documentation/security-and-trust/best-practices/aws-best-practices.md)


---

# 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.e6data.com/product-documentation/security-and-trust/best-practices.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.
