diff --git a/docs/Project/components.md b/docs/Project/components.md
index 81033161b5510b..b71c81cec2d513 100644
--- a/docs/Project/components.md
+++ b/docs/Project/components.md
@@ -3,6 +3,8 @@ id: components
title: Dependencies
---
+
+
The 4D [project architecture](../Project/architecture.md) is modular. You can provide additional functionalities to your 4D projects by installing [**components**](Concepts/components.md) and [**plug-ins**](../Concepts/plug-ins.md). Components are made of 4D code, while plug-ins can be [built using any language](../Extensions/develop-plug-ins.md).
You can [develop](../Extensions/develop-components.md) and [build](../Desktop/building.md) your own 4D components, or download public components shared by the 4D community that [can be found for example on GitHub](https://github.com/topics/4d-component).
@@ -226,6 +228,12 @@ The [GitLab Package Registry](https://docs.gitlab.com/user/packages/package_regi
4. Use the package URL as a release asset link.
5. Associate it with the same Git tag.
+:::tip Tutorial: Create and Use a 4D Component Release with Gitlab
+
+
+
+:::
+
#### Declaring paths
diff --git a/versioned_docs/version-21-R3/Project/components.md b/versioned_docs/version-21-R3/Project/components.md
index f72034f57c23f1..ca039975c56bf4 100644
--- a/versioned_docs/version-21-R3/Project/components.md
+++ b/versioned_docs/version-21-R3/Project/components.md
@@ -226,6 +226,12 @@ The [GitLab Package Registry](https://docs.gitlab.com/user/packages/package_regi
4. Use the package URL as a release asset link.
5. Associate it with the same Git tag.
+:::tip Tutorial: Create and Use a 4D Component Release with Gitlab
+
+
+
+:::
+
#### Declaring paths