Hello!
To implement Queryable Encryption on MongoDB Atlas, refer to the official MongoDB Atlas documentation and ensure your cluster is M10 or higher, running MongoDB 6.0 or above with Encryption at Rest enabled. Configure key management using AWS KMS, Azure Key Vault, or Google Cloud KMS. Enable Automatic Queryable Encryption in the Atlas UI, update your MongoDB client driver, and configure client-side Field Level Encryption (FLE) for your encrypted fields. Follow the provided documentation for detailed setup and validation.
Best Regards,
panoramacharter