diff --git a/docs/docs/documentation/administration/blueprints/field-types.md b/docs/docs/documentation/administration/blueprints/field-types.md
index 2d0a1dc7d..4424c7fa9 100644
--- a/docs/docs/documentation/administration/blueprints/field-types.md
+++ b/docs/docs/documentation/administration/blueprints/field-types.md
@@ -1,5 +1,10 @@
---
sidebar_position: 1
+description: View details about the field types
---
-# Field Types
\ No newline at end of file
+# Field Types
+
+import FieldTypes from '../commons/_markdown-field-types.md';
+
+
\ No newline at end of file
diff --git a/docs/docs/documentation/administration/blueprints/index.md b/docs/docs/documentation/administration/blueprints/index.md
index f25bd3a8c..fcab26347 100644
--- a/docs/docs/documentation/administration/blueprints/index.md
+++ b/docs/docs/documentation/administration/blueprints/index.md
@@ -90,7 +90,7 @@ Every section must have a `System` field of the following types: `Title`, `Descr
:::
-### Desctiption Templates form
+### Description Templates form
Each section can have one or more **description templates** attached to it. When you 'attach' a [description template](/docs/documentation/administration/templates/) to a blueprint, every [plan](/docs/category/plans) that inherits from that blueprint must have a [description](/docs/category/descriptions) that inherits from that template. More details will follow. You can add a description template by clicking on the `Add Description Template` button. For every template you add, a new form part appears where you can specify everything about the template attachment. You can also delete one template clicking on the `delete` icon on the right end of its form.
diff --git a/docs/docs/documentation/administration/blueprints/prefilling-configurations.md b/docs/docs/documentation/administration/blueprints/prefilling-configurations.md
index ce0a19688..63df7bc13 100644
--- a/docs/docs/documentation/administration/blueprints/prefilling-configurations.md
+++ b/docs/docs/documentation/administration/blueprints/prefilling-configurations.md
@@ -1,5 +1,6 @@
---
sidebar_position: 3
+description: View details about the prefilling sources
---
# Prefilling Configurations
\ No newline at end of file
diff --git a/docs/docs/documentation/administration/blueprints/semantics.md b/docs/docs/documentation/administration/blueprints/semantics.md
index 0225bae16..d0322e3bb 100644
--- a/docs/docs/documentation/administration/blueprints/semantics.md
+++ b/docs/docs/documentation/administration/blueprints/semantics.md
@@ -1,5 +1,10 @@
---
sidebar_position: 2
+description: View details about the semantics
---
-# Semantics
\ No newline at end of file
+# Semantics
+
+import Semantics from '../commons/_markdown-semantics.md';
+
+
\ No newline at end of file
diff --git a/docs/docs/documentation/administration/commons/_category_.json b/docs/docs/documentation/administration/commons/_category_.json
new file mode 100644
index 000000000..9e26dfeeb
--- /dev/null
+++ b/docs/docs/documentation/administration/commons/_category_.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/docs/docs/documentation/administration/commons/_markdown-field-types.md b/docs/docs/documentation/administration/commons/_markdown-field-types.md
new file mode 100644
index 000000000..8647d59b7
--- /dev/null
+++ b/docs/docs/documentation/administration/commons/_markdown-field-types.md
@@ -0,0 +1 @@
+TODO: Add info about field types
\ No newline at end of file
diff --git a/docs/docs/documentation/administration/commons/_markdown-semantics.md b/docs/docs/documentation/administration/commons/_markdown-semantics.md
new file mode 100644
index 000000000..0b0a9e858
--- /dev/null
+++ b/docs/docs/documentation/administration/commons/_markdown-semantics.md
@@ -0,0 +1 @@
+TODO: Add info about semantics
\ No newline at end of file
diff --git a/docs/docs/documentation/administration/index.md b/docs/docs/documentation/administration/index.md
index 201b509b7..75bef9f87 100644
--- a/docs/docs/documentation/administration/index.md
+++ b/docs/docs/documentation/administration/index.md
@@ -1,8 +1,8 @@
# Administration
-There are a lot of tools developed that can help administrators better manage a lot of aspects of the application or get a better idea about the usage of the platform.
+There are a lot of views developed that can help administrators better manage and configure a lot of aspects of the application or get a better idea about the usage of the platform.
-These tools will be described in this section.
+These views will be described in this section.
import DocCardList from '@theme/DocCardList';
diff --git a/docs/docs/documentation/administration/introduction.md b/docs/docs/documentation/administration/introduction.md
index 42500b30c..4a82c2ee2 100644
--- a/docs/docs/documentation/administration/introduction.md
+++ b/docs/docs/documentation/administration/introduction.md
@@ -10,4 +10,7 @@ There are a lot of views in the application available only for users that are gi
- **Users**: Being able to control the users of the platform.
- **Tenants**: Being able to control the tenants of the platform. Think of tenants as different organisations that can use the application independently at the same time without the need of different deployments.
- **Notification Templates**: Being able to modify the structure of notifications sent to users based on different events.
-- **Languages**: Being able to add support for more languages or modify existing ones.
\ No newline at end of file
+- **Languages**: Being able to add support for more languages or modify existing ones.
+- **Reference Types**: Being able to configure static or external data sources that are made available as autocomplete fields on the forms of the platform.
+- **Plan Blueprints**: Being able to control the blueprints available for [plans](/docs/category/plans).
+- **Description Templates**: Being able to control the templates available for [descriptions](/docs/category/descriptions)
\ No newline at end of file
diff --git a/docs/docs/documentation/administration/templates/conditional-questions.md b/docs/docs/documentation/administration/templates/conditional-questions.md
index b5c231dbe..7bc1e6c44 100644
--- a/docs/docs/documentation/administration/templates/conditional-questions.md
+++ b/docs/docs/documentation/administration/templates/conditional-questions.md
@@ -1,5 +1,6 @@
---
sidebar_position: 2
+description: View details about the conditional questions
---
# Conditional Questions
\ No newline at end of file
diff --git a/docs/docs/documentation/administration/templates/field-types.md b/docs/docs/documentation/administration/templates/field-types.md
index 2d0a1dc7d..4424c7fa9 100644
--- a/docs/docs/documentation/administration/templates/field-types.md
+++ b/docs/docs/documentation/administration/templates/field-types.md
@@ -1,5 +1,10 @@
---
sidebar_position: 1
+description: View details about the field types
---
-# Field Types
\ No newline at end of file
+# Field Types
+
+import FieldTypes from '../commons/_markdown-field-types.md';
+
+
\ No newline at end of file
diff --git a/docs/docs/documentation/administration/templates/semantics.md b/docs/docs/documentation/administration/templates/semantics.md
index 56598644b..9517637ba 100644
--- a/docs/docs/documentation/administration/templates/semantics.md
+++ b/docs/docs/documentation/administration/templates/semantics.md
@@ -1,5 +1,10 @@
---
sidebar_position: 3
+description: View details about the semantics
---
-# Semantics
\ No newline at end of file
+# Semantics
+
+import Semantics from '../commons/_markdown-semantics.md';
+
+
\ No newline at end of file
diff --git a/docs/docs/documentation/administration/tenant-configuration.md b/docs/docs/documentation/administration/tenant-configuration.md
new file mode 100644
index 000000000..10e0d03ee
--- /dev/null
+++ b/docs/docs/documentation/administration/tenant-configuration.md
@@ -0,0 +1,6 @@
+---
+sidebar_position: 11
+description: Configure the tenant you are logged in with
+---
+
+# Tenant configuration
\ No newline at end of file