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

# Data Security

At Coupler.io, we take the security and privacy of your data seriously. To ensure that our systems and processes meet the highest industry standards, we have successfully completed a SOC 2 Type II audit.

#### What is SOC 2?

SOC 2 (Service Organization Control 2) is an industry-recognized standard developed by the American Institute of CPAs (AICPA). It evaluates how well a company manages customer data based on the Trust Services Criteria:

* Security
* Availability
* Processing Integrity
* Confidentiality
* Privacy

#### Why does this matter?

By achieving SOC 2 compliance, we demonstrate our ongoing commitment to:

* Protecting your data from unauthorized access.
* Ensuring our services are reliable and available.
* Maintaining strict internal controls and monitoring processes.
* Building transparency and trust with all our customers.

#### Accessing our SOC 2 report

Our SOC 2 Type II report is available to customers and prospects upon request. If you would like to review it, please visit our trust center.

<a href="https://trust.coupler.io/" class="button primary" data-icon="user-shield">Trust Center</a>

#### Does my data get used to train AI?

Coupler.io does not use your data to train AI models. For third-party AI tools connected via Coupler.io, we recommend reviewing each tool's privacy settings and opting out of data training before connecting.

{% hint style="info" %}
To learn more about security please check out our dedicated page: <https://www.coupler.io/security>&#x20;
{% endhint %}


---

# 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.coupler.io/help-and-support/security-and-privacy/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.
