> For the complete documentation index, see [llms.txt](https://help.aphex.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aphex.co/docs/policies/compliance-and-certification.md).

# Compliance and Certification

At Aphex, we take the security of our customer's data very seriously. That's why we hold industry standard certifications: ISO27001 and Cyber Essentials Plus.

## ISO27001 <a href="#iso27001" id="iso27001"></a>

ISO27001 is an international standard for information security management systems. It ensures that our company has implemented appropriate measures to protect the confidentiality, integrity, and availability of our customer's data.

<figure><img src="https://downloads.intercomcdn.com/i/o/631388877/e866238da66987c9986eb792/27001+RGB+Purple.png" alt="" width="375"><figcaption></figcaption></figure>

## Cyber Essentials Plus <a href="#cyber-essesntials-plus" id="cyber-essesntials-plus"></a>

Cyber Essentials Plus is a UK government-backed certification that demonstrates our commitment to protecting against common cyber attacks. It involves a rigorous independent assessment of our security controls, including firewalls, access controls, and malware protection.

<figure><img src="https://downloads.intercomcdn.com/i/o/631398150/a0cf3201da1b59be93c4f2e4/Cyber+Essentials+Plus.jpg" alt="" width="375"><figcaption></figcaption></figure>

We are committed to maintaining these certifications and continuing to prioritize the security of our customer's data.


---

# 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://help.aphex.co/docs/policies/compliance-and-certification.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.
