# 9.9. System Security Overview

**Our System's Security** We take the security of your data very seriously. We have implemented several measures to ensure the protection of your data while using our services. This document provides an overview of the security features in our system.\
\
**Infrastructure Security**\
We host our application on Microsoft Azure, a trusted and reliable cloud platform. Microsoft Azure offers industry-leading security measures, ensuring that our infrastructure is protected from potential threats. By leveraging Azure's robust security features, we can provide a secure and stable environment for our application and your data.\
\
**Secure Connections**\
We use secure connections to transmit data between your device and our servers. All data transferred over the network is encrypted using industry-standard encryption algorithms to protect it from eavesdropping and tampering.\
\
**Connection Management**\
Our system allows users to create connections to their databases. These connections are stored in memory, associated with the authenticated user. This ensures that only the user who created the connection can access the resources related to it.\
\
**Limited Data Access**\
Our system is designed to fetch only the schema information about your database tables and columns. We do not access, manipulate, or store any of your actual data. This limited access ensures that your sensitive data remains private and secure while using our services.\
\
Please feel free to contact us if you have any questions or concerns about our system's security. We are always here to help. <support@ai2sql.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://ai2sql.gitbook.io/ai2sql/9.-database-connectors/9.9.-system-security-overview.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.
