diff --git a/source/import_documentation/Components/SiB-Display.rst b/source/import_documentation/Components/SiB-Display.rst
index 12a30d71a914a5167b8ca25e9a94e2b1ed612dea..6a83a0f39114f109710fc535079728eb412ff5db 100644
--- a/source/import_documentation/Components/SiB-Display.rst
+++ b/source/import_documentation/Components/SiB-Display.rst
@@ -65,8 +65,7 @@ widget-xyz
 
 default-widget
 ~~~~~~~~~~~~~~~~
-   The widget to use for all the fields, except
-   if a specific one is defined for a field.
+   The widget to use for all the fields, except if a specific one is defined for a field.
 
 multiple-xyz
 ~~~~~~~~~~~~~~~~
diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst
index b53d860a93520558926e223c790de93eee4e5581..cf8d543186572f524fb8ac284d7f65dde3afaa89 100644
--- a/source/import_documentation/get-started.rst
+++ b/source/import_documentation/get-started.rst
@@ -20,7 +20,23 @@ Jump to the `demonstration <https://docs.startinblox.com/import_documentation/si
 With the back
 =============
 
-Since our frontend framework reads RDF, we adapted a Django server to handle linked datas, which gave birth to DjangoLDP.
+Requirements
+-------------
+
+The SIB server requires:
+
+* python 3.6
+* postgresql database (for production)
+
+
+Initiate the server
+--------------------
+Before deploying any SIB applications you will need SIB servers able to provide all capabilities your application relies on.
+
+Our SiB server is called DjangoLDP which is based on Django framework and adapted to be compatible with Linked Datas convention but you can use any servers exposing data as LDP containers. 
+
+DjangoLDP come with packages developed and maintained by the Startin'Blox team. You can pick up the ones you like or write your own.
+
 
 .. warning:: if you using Windows, you may get some trouble. Please help us to improve reporting your problem on `this issue <https://git.startinblox.com/documentation/doc/issues/11/>`__
 
@@ -45,8 +61,8 @@ Since our frontend framework reads RDF, we adapted a Django server to handle lin
 
 That's it. You're almost ready to start :)
 
-Jump to the `demonstration <https://docs.startinblox.com/import_documentation/sib-demo.html#demonstration
->`__ to go forward ! 
+Jump to the `How to install a SiB server <https://docs.startinblox.com/import_documentation/install-sib-server.html
+>`__ section to follow the configuration. 
 
 
 
diff --git a/source/import_documentation/server-architecture.rst b/source/import_documentation/server-architecture.rst
index 4fa80c442e437f9a8695ca10963e2a123096eb72..2eb0e9d30ee9e29dabf65e51565a5c70cf10ff1a 100644
--- a/source/import_documentation/server-architecture.rst
+++ b/source/import_documentation/server-architecture.rst
@@ -1,22 +1,21 @@
+********************
 Server Architecture
-###################
+**************************
 
 DjangoLDP server
-================
+################
 
-The solution we offer is DjangoLDP based on Django framework and adapted to be compatible with Linked Datas convention.
+Before deploying any SIB applications you will need SIB servers able to provide all capabilities your application relies on.
 
-.. notice::
+Our SiB server is called DjangoLDP which is based on Django framework and adapted to be compatible with Linked Datas convention but you can use any servers exposing data as LDP containers. 
 
-   The section could be improve
+DjangoLDP come with packages developed and maintained by the Startin'Blox team. You can pick up the ones you like or write your own.
 
-Sib Command
-------------
-To help you to deploy easily your server, we put at your disposal a command that make it for you.
 
-.. warning::
+.. notice::
+
+   The section could be improve
 
-   The section should be improve
 
 
 LDP packages
@@ -35,7 +34,7 @@ You'll find the right package in the documentation of each component.
 A request in detail
 ===================
 
-.. figure:: ../_static/images/import_documentation/Servers-of-the-future-#2.png
+.. image:: ../_static/images/import_documentation/Servers-of-the-future-#2.png
    :alt: How we imagine the servers of the future
 
 
diff --git a/source/index.rst b/source/index.rst
index 37ae433f0d5351924439d4f556b0429b279a0b41..6006e741a60fb9ca2ff94009f8d7be0de93b0140 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -18,9 +18,10 @@ Welcome to Startinblox's documentation!
    :caption: How it work:
 
    import_documentation/sib-demo
+   import_documentation/install-sib-server
    import_documentation/server-architecture
    import_documentation/core-framework-architecture
-   import_documentation/web-component
+   import_documentation/component-architecture
    import_documentation/widgets
    import_documentation/server-packages