---
title: "Document Engine remote document storage"
canonical_url: "https://www.nutrient.io/guides/document-engine/knowledge-base/remote-document-storage/"
md_url: "https://www.nutrient.io/guides/document-engine/knowledge-base/remote-document-storage.md"
last_updated: "2026-05-14T21:57:26.840Z"
description: "Discover how Nutrient handles annotations for documents uploaded via URL, including storage details and modifications."
---

# Remote document storage

Question: For documents uploaded using an URL, where are annotations and edits to the document stored?

Answer:

When uploading a document using an URL we don't persistently store the PDF file in Document Engine and will fetch it from the URL when necessary. That being said, any annotations existing in the document upon upload, as well as ones created after upload will be stored in your database the same way they are for documents uploaded directly to Document Engine.

Furthermore, since document operations or digitally signing modify the underlying PDF file, after using any of these operation the resulting PDF will be stored using your configured storage backend and no longer be fetched from the URL the document was originally uploaded from.

---

## Related pages

- [Monitoring Document Engine](/guides/document-engine/knowledge-base/monitoring.md)
- [hash_mismatch error](/guides/document-engine/knowledge-base/hash-mismatch-error.md)
- [How to fix 'Unknown CA' SSL errors in document uploads](/guides/document-engine/knowledge-base/remote-url-certificates.md)
- [Signing service not available](/guides/document-engine/knowledge-base/signing-service-not-available.md)
- [How to convert an XLSM file to PDF using Document Engine](/guides/document-engine/knowledge-base/xlsm-to-pdf-conversion.md)
- [Fix PDF download issues with NGINX reverse proxy](/guides/document-engine/knowledge-base/unable-to-download-pdf-with-nginx-reverse-proxy.md)

