diff --git a/web/support/FAQ.rst b/web/support/FAQ.rst
index 3b91e7008417fba4bc05f57218db7b6fd8a82fd0..40efe7d68d0c87c2dcb9817a3d5bcf903b4a83ae 100644
--- a/web/support/FAQ.rst
+++ b/web/support/FAQ.rst
@@ -112,7 +112,7 @@ CLI on the `OpenStack` controller as follows:
       $ neutron port-list
 
 How do I log into a Juju controller
------------------------------------------
+-----------------------------------
 The command `juju controller-confog` supplies most information about a controller.
 To find out more, look at this file on the machine where you bootstrapped the
 controller::
@@ -124,6 +124,15 @@ it via ssh using the locally stored keypair::
 
    $ ssh -i ~/.local/share/juju/ssh/juju_id_rsa ubuntu@10.3.1.0
 
+
+Can I get storage for doing backups of my data?
+----------------------------------------------
+The GARR platform provides just computing facilities.
+However, nothing prevents using the storage assigned to a project for specific
+usage. One can for example create an `Object Storage` and use it to store its data.
+Here is a `quick guide<https://elastx.se/en/blog/getting-started-application-backups-to-swift>`_
+on how to use `Swift` for doing backups.
+
 Architecture
 ............