> For the complete documentation index, see [llms.txt](https://ai2sql.gitbook.io/ai2sql/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai2sql.gitbook.io/ai2sql/9.-database-connectors/9.9.-system-security-overview.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ai2sql.gitbook.io/ai2sql/9.-database-connectors/9.9.-system-security-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
