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

# NotifyMe Statement on Security

NotifyMe services are hosted by **Amazon Amazon Web Services (AWS)** and fully benefit from its highly secure, high-performing, resilient, and efficient infrastructure.

### High availability&#x20;

The database is replicated synchronously so that we can quickly recover from a database failure. Additionally, we take regular snapshots of the database and securely move them to a separate data center so that we can restore them elsewhere as needed, even in the unlikely event of an AWS failure.&#x20;

We currently host data in secure SSAE 16 audited data centers via Amazon RDS in Europe.&#x20;

### Encription of Data at Rest and Data in Transit

On a database instance running with Amazon RDS encryption, data stored at rest in the underlying storage is encrypted, as are its automated backups, read replicas, and snapshots. RDS encryption uses the industry standard AES-256 encryption algorithm to encrypt your data on the server.

Web connections to the NotifyMe service are via TLS 1.2 and above. We support forward secrecy and AES-GCM, and prohibit insecure connections using TLS 1.1 and below or RC4.

### Data Center Security&#x20;

Amazon employs a robust physical security program with multiple certifications, including an SSAE 16 certification. For more information on Amazon’s physical security processes, [please visit this page.](https://aws.amazon.com/security/)

### Privacy Notice

NotifyMe Privacy Notice, which describes how we handle data input into NotifyMe, [can be found here.](https://notifyme.tech/privacy-policy-notifyme/)

![](/files/-MMuwBvIZRK-0LQni1Ju)


---

# 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://explore.notifyme.tech/data-security/notifyme-statement-on-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.
