diff --git a/.github/README.md b/.github/README.md
index 008e0658ee9..eb7fbc783ac 100644
--- a/.github/README.md
+++ b/.github/README.md
@@ -37,6 +37,9 @@ A: Portal buttons are current't not implemented very well and are considered "no
- Q: I selected letsencrypt but still get a traefik certificate.
A: Cert Manager might take up to 10 minutes to fetch the right certificate and requires free access to 1.1.1.1:53. Until the right certificate is fetched, it will use the Traefik Default cert.
+- Q: Is my data guaranteed to be secure?
+A: ix_volumes (the auto generated storage) is considered relatively secure as long as you don't delete the App, but we can't give an absolute guarantee. data mounted using a hostPath, is as secure as the application that is using the data, our charts do not actively alter said dataset/folder. However: SCALE is still ALPHA, so breaking changes in the storage design are very likely.
+
## Getting into creating Apps
Creating charts takes some getting used to, as it's based on Helm charts. We highly suggest prior knowhow on creation/modifying Helm Charts, before taking on the challenge of creating SCALE Apps.