WIP.
diff --git a/built-components.html b/built-components.html
index 8894a53..a29c329 100644
--- a/built-components.html
+++ b/built-components.html
@@ -123,7 +123,8 @@
                         Look at the detailed information <a href="https://nlp.stanford.edu/software/CRF-NER.shtml">here</a>.
                     </li>
                     <li>
-                        <code>NCSemanticEntityParser</code> is wrapper..........
+                        <code>NCSemanticEntityParser</code> is entity parser which is based on list of synonyms elements.
+                        This component is described with more details below in <a href="#semantic">Semantic enrichers</a> section.
                     </li>
                 </ul>
             </li>
@@ -152,6 +153,12 @@
             <li><code>NCEnDictionaryTokenEnricher</code></li>
             <li><code>NCEnBracketsTokenEnricher</code></li>
         </ul>
+    </section>
+    <section id="semantic">
+        <h2 class="section-title">Semantic enrichers <a href="#"><i class="top-link fas fa-fw fa-angle-double-up"></i></a></h2>
+    </section>
+    <section id="examples">
+        <h2 class="section-title">Examples <a href="#"><i class="top-link fas fa-fw fa-angle-double-up"></i></a></h2>
 
         <p>Typical usage example:</p>
 
@@ -219,6 +226,8 @@
     <ul class="side-nav">
         <li class="side-nav-title">On This Page</li>
         <li><a href="#overview">Overview</a></li>
+        <li><a href="#semantic">Semantic enrichers</a></li>
+        <li><a href="#examples">Examples</a></li>
         {% include quick-links.html %}
     </ul>
 </div>