> For the complete documentation index, see [llms.txt](https://docs.cedalio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cedalio.com/tecnology/data-security.md).

# Data security

At the core of our operations, we prioritize data security to ensure the integrity, confidentiality, and availability of our clients' information. We adhere to industry best practices and employ robust cybersecurity measures to safeguard data throughout its lifecycle. Here are the key elements of our data security strategy:

### **SOC 2 Compliance**

We align our processes and infrastructure with SOC 2 standards, focusing on the principles of security, availability, processing integrity, confidentiality, and privacy. Our external platforms, including those from our third-party service providers, are SOC 2 certified. **We are also in the process of obtaining our own SOC 2 certification**, underscoring our commitment to the highest standards of data security.

### **Client Data Isolation**

To ensure the highest level of data privacy and security, we maintain a separate database for each client. This approach guarantees that data is isolated by default, eliminating the risk of cross-client data access and ensuring that each client's information is securely compartmentalized.

### **Data Encryption**

Data in transit, is encrypted using industry-standard encryption protocols. This ensures that data is protected from unauthorized access and breaches during storage and transmission.

### **Access Control**&#x20;

We implement strict access control policies to regulate who can access sensitive information. Access to data and systems is granted on a need-to-know basis and is regularly reviewed to ensure compliance with our security policies. Each client can define who can access their information and whether they want to share it with external users, such as auditors.

### **Audit and Monitoring**

We continuously monitor our systems for any suspicious activities and maintain detailed logs of access and changes to data. These logs are regularly reviewed to detect and respond to potential security threats promptly.


---

# 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://docs.cedalio.com/tecnology/data-security.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.
