diff --git a/source/import_documentation/About-the-back.rst b/source/import_documentation/About-the-back.rst
deleted file mode 100644
index 92faf850a39cc2ac46673f32a184e1f0abc74067..0000000000000000000000000000000000000000
--- a/source/import_documentation/About-the-back.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-What about the backend ?
-------------------------
diff --git a/source/import_documentation/Use-a-component-alone-in-an-existing-application.rst b/source/import_documentation/Use-a-component-alone-in-an-existing-application.rst
index 30b6ce7467ee16a92208da8e6a81a98cea9d1e3f..c56c773e614bca0d147fa46ed4065c8dcbbe12f8 100644
--- a/source/import_documentation/Use-a-component-alone-in-an-existing-application.rst
+++ b/source/import_documentation/Use-a-component-alone-in-an-existing-application.rst
@@ -12,14 +12,7 @@ No need for complicated tools or installations: to follow this section, you just
 1. Import the core of Startin’blox
 ----------------------------------
 
-To start, simply import the core in your head tag:
 
-.. code:: html
-      <!-- ... Import the core ... -->
-      <script type="module" src="https://unpkg.com/@startinblox/core"></script>
-   </head>
-
-It enables you to use Startin’blox technology and all the main components from the core of the framework.
 
 2. Import the component you want
 --------------------------------
diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst
index 15e22afde6570830d0d824d69a4156e9d43e360e..8d403e962807f34271720ca09e2afa956fd67821 100644
--- a/source/import_documentation/get-started.rst
+++ b/source/import_documentation/get-started.rst
@@ -1,13 +1,49 @@
 Getting Started
 ****************
-.. warning::
-    Use Sib pour faire le font et Djangoldp pour le back
 
+With the Front
+==============
 
+To start, simply import the core in your head tag of a simple html file :
+
+.. code:: html
+      <!-- ... Import the core ... -->
+      <script type="module" src="https://unpkg.com/@startinblox/core"></script>
+   </head>
+
+It enables you to use Startin’blox technology and all the main components from the core of the framework.
+
+`Jump to the demonstration to go forward  <sib-demo/>`__
+
+With the back
+=============
+
+Since our frontend framework reads RDF, we adapted a Django server to handle linked datas, which gave birth to DjangoLDP.
+
+.. 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/>`__
+
+
+
+1. Make sure you have the latest version of python 3.6 installed.
+
+2. Install ``sib-manager`` that allow you to use the sib command.
+
+.. code:: python
+   python -m pip install -U sib-manager
+
+3. Create your server structure
+
+.. code:: python
+   sib startproject sibserver 
+   cd sibserver
+
+That's it. You're almost ready to start :)
+
+`Jump to the demonstration to go forward  <sib-demo/>`__
 
 
 Glossary
---------
+========
 
 The glossary contains an overview of the most commonly used terms in the documentation. 
 
@@ -15,7 +51,7 @@ The glossary contains an overview of the most commonly used terms in the documen
 
 
 Something is missing ? 
------------------------
+======================
 
 `Let's us know <https://mailto:alice@startinblox.com/>`__ !