diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst
index 2af8875096e3da3c5c7570fe25c8185904248bdf..b72d30e2c75d76b16f21d91593487394c593dd63 100644
--- a/source/import_documentation/get-started.rst
+++ b/source/import_documentation/get-started.rst
@@ -1,13 +1,24 @@
-Get Started
+First Steps
 ###########
 
+What is Startin'blox ?
+***********************
+
 Startin'blox is a front framework based on `Web Components <https://www.webcomponents.org/>`__ and `Linked Data conventions <https://www.w3.org/standards/semanticweb/data/>`__ to create interfaces compatible with the `SOLID specifications <https://github.com/solid/solid-spec/>`__.
 
 => To know more about Startin'blox, have a look to `our website <https://startinblox.com/>`__.
 
+Why use Startin'blox ?
+***********************
+.. warning::
+    This part is missing
+
+
+Getting Started
+****************
 
 Hello Word
------------
+==========
 
 The simplest code you can try with SiB look like this : 
 
@@ -24,7 +35,7 @@ Have a look on how our datas are structured :  `https://api.startinblox.com/hell
 
 
 Play with Startin'blox
-......................
+----------------------
 
 To try the framework, you can play with 
 => `our demo <https://startinblox.com/fr/technology#demo/>`__.
@@ -32,14 +43,14 @@ To try the framework, you can play with
 
 
 Use Startin'blox
-----------------
+===============
 
 Startin'blox was designed to be modular. You can integrate only one component to an existing application or build an entire application in SiB. You are not supposed to master javascript to use the framework but as we are still in development, it is advisable to have some notions
 
 
 
 Add a SiB components to a website
-.................................
+----------------------------------
 
 You can easily and quickly add a component to an existing application juste adding a script and a tag. We are currently working on making integration even easier with WordPress plugins.
 
@@ -47,14 +58,14 @@ You can easily and quickly add a component to an existing application juste addi
 
 
 Build an application with SiB
-.................................
+------------------------------
 
 You'll find in the framework everything you need to build an entiere application. To start a project in SiB, you just need a simple HTML file, add framework scripts and put tags. 
 
 => `How to build a full application ? <build-full-application/>`__
 
 Glossary
-........
+--------
 
 The glossary contains an overview of the most commonly used terms in the documentation.