diff --git a/source/import_documentation/how-to-use-sib-server.rst b/source/import_documentation/how-to-use-sib-server.rst
index e4f77a7a2c1142116e1fe1af0ac3024c6ace850a..273d457bbf9ae9ab31c841e2f9b601db662a900c 100644
--- a/source/import_documentation/how-to-use-sib-server.rst
+++ b/source/import_documentation/how-to-use-sib-server.rst
@@ -1,5 +1,5 @@
 How to use SiB server 
-####################
+#################### 
 
 Once we've `install you server <install-sib-server.html>`__, we now are going to see how to use you it.
 
diff --git a/source/import_documentation/install-sib-server.rst b/source/import_documentation/install-sib-server.rst
index f3d9c8698317f1b386cca14419e18e85523abd18..fd644c0115ecadbd43d28954b0e220f3476e23c1 100644
--- a/source/import_documentation/install-sib-server.rst
+++ b/source/import_documentation/install-sib-server.rst
@@ -49,13 +49,17 @@ Configure your LDP packages
 
 The configuration of the packages goes in packages.yml file in the ldppackages section. Those following ones are given as an example. Yours depend on what your app does.
 
+Here you have :
+ * `a list of all the package available <https://git.startinblox.com/djangoldp-packages/>`___ 
+ * `Explanation on how to make one <develop-sib-ldp-packages.html>`__
+
+If the description of the available packages is unclear, open an issue to ask for more description.
+
 .. code-block:: yml 
 
-   ldppackages:
-    djangoldp_circle: djangoldp_circle
-    djangoldp_account: djangoldp_account
-    djangoldp_profile: djangoldp_profile
-    oidc_provider: 'git+https://github.com/jblemee/django-oidc-provider.git@develop'
+    ldppackages:
+        djangoldp_account: djangoldp_account
+        oidc_provider: 'git+https://github.com/jblemee/django-oidc-provider.git@develop'
 
 
 Details about packages.yml format are given in the template file.
@@ -124,6 +128,8 @@ To launch the server in production:
 
 * You have to configure your python server to server the script: wsgi.py on the URL api.batman.happy-dev.fr/.
 
+If you have any problem, `tell us reporting it in an issue <https://git.startinblox.com/djangoldp-packages/djangoldp/>`__. Thanks!
+
 
 Tips & tricks
 ================