diff --git a/macros/concepts/block-volumes.mdx b/macros/concepts/block-volumes.mdx
index dfcf4cfac8..67eb020e16 100644
--- a/macros/concepts/block-volumes.mdx
+++ b/macros/concepts/block-volumes.mdx
@@ -2,4 +2,4 @@
macro: block-volumes
---
-Block volumes provide network-attached storage you can plug in/out of Instances like a virtual hard drive. From a user's point of view, block volumes behave like regular disks and can be used to increase the storage of an Instance.
\ No newline at end of file
+Block volumes provide network-attached storage you can plug in/out of Instances like a virtual hard drive. From a user's point of view, block volumes behave like regular disks and can be used to increase the storage of an Instance. Refer to the [Block Storage Quickstart](/block-storage/quickstart/) documentation page for more information.
diff --git a/pages/instances/concepts.mdx b/pages/instances/concepts.mdx
index 44bbc391a2..29985f57e3 100644
--- a/pages/instances/concepts.mdx
+++ b/pages/instances/concepts.mdx
@@ -36,7 +36,8 @@ Cloud-init is a multi-distribution package that [provides boot time customizatio
## Development Instance
-[Development Instances](/instances/reference-content/development/) are reliable and flexible Instances tuned to host your websites, applications, and development environments.
+[Development Instances](/instances/reference-content/development/) are reliable and flexible Instances tuned to host your websites, applications, and development environments. Refer to the [Choosing the best Scaleway Instance type for your workload](/instances/reference-content/choosing-instance-type/) documentation page for more information.
+
## Dynamic IP
@@ -50,7 +51,7 @@ Flexible IP addresses are public IP addresses that you can hold independently of
## General Purpose Instances
-[General Purpose Instances](/instances/reference-content/general-purpose/) are production-grade [Instances](#instance) designed for scalable infrastructures. Development Instances support the boot-on-block feature and allow you to launch high-performance services with high-end CPUs.
+[General Purpose Instances](/instances/reference-content/general-purpose/) are production-grade [Instances](#instance) designed for scalable infrastructures. Development Instances support the boot-on-block feature and allow you to launch high-performance services with high-end CPUs. Refer to the [Choosing the best Scaleway Instance type for your workload](/instances/reference-content/choosing-instance-type/) documentation page for more information.
## GPU Instance
diff --git a/pages/instances/reference-content/development.mdx b/pages/instances/reference-content/development.mdx
index f7b2fed2e3..3c75bc4469 100644
--- a/pages/instances/reference-content/development.mdx
+++ b/pages/instances/reference-content/development.mdx
@@ -44,3 +44,7 @@ Try Scaleway Development Instances with the following tutorials:
- [Setting up GitLab with a Managed Database for PostgreSQL](/tutorials/configuring-gitlab-scaleway-elements-database/)
- [Deploying AWStats](/tutorials/deploy-awstats/)
- [Running web analytics with Plausible on Ubuntu Linux](/tutorials/plausible-analytics-ubuntu/)
+
+
+ Refer to the [Choosing the best Scaleway Instance type for your workload](/instances/reference-content/choosing-instance-type/) documentation page for more information.
+
\ No newline at end of file
diff --git a/pages/instances/reference-content/general-purpose.mdx b/pages/instances/reference-content/general-purpose.mdx
index 55c7522d1b..834a721a2a 100644
--- a/pages/instances/reference-content/general-purpose.mdx
+++ b/pages/instances/reference-content/general-purpose.mdx
@@ -73,4 +73,8 @@ Try Scaleway General Purpose Instances with the following tutorials:
- [Setting up a Kubernetes cluster using Rancher on Ubuntu Bionic Beaver](/tutorials/setup-k8s-cluster-rancher/)
- [Deploying a RTMP Streaming Server](/tutorials/rtmp-self-hosted-streaming/)
- [Configuring a Nagios Monitoring System](/tutorials/configure-nagios-monitoring/)
-- [Configuring Sentry error tracking](/tutorials/sentry-error-tracking/)
\ No newline at end of file
+- [Configuring Sentry error tracking](/tutorials/sentry-error-tracking/)
+
+
+ Refer to the [Choosing the best Scaleway Instance type for your workload](/instances/reference-content/choosing-instance-type/) documentation page for more information.
+
\ No newline at end of file
diff --git a/pages/instances/reference-content/specialized.mdx b/pages/instances/reference-content/specialized.mdx
index a161c0ddf5..9ec4f1fb05 100644
--- a/pages/instances/reference-content/specialized.mdx
+++ b/pages/instances/reference-content/specialized.mdx
@@ -40,3 +40,7 @@ To help build and manage your applications, consider complementing your Speciali
Try Scaleway Specialized Instances with the following tutorials:
- [Setting up a MySQL database engine on Ubuntu Linux](/tutorials/setup-mysql/)
- [Project management for technical teams with Focalboard on Ubuntu Instances](/tutorials/focalboard-project-management/)
+
+
+ Refer to the [Choosing the best Scaleway Instance type for your workload](/instances/reference-content/choosing-instance-type/) documentation page for more information.
+
\ No newline at end of file
diff --git a/pages/kubernetes/concepts.mdx b/pages/kubernetes/concepts.mdx
index f36f28b878..6d5bccf7d7 100644
--- a/pages/kubernetes/concepts.mdx
+++ b/pages/kubernetes/concepts.mdx
@@ -8,7 +8,7 @@ dates:
## Autoheal
-[Autoheal](/kubernetes/reference-content/using-kapsule-autoheal-feature/) allows you to keep the nodes in your pool in a healthy state. When enabled, periodic checks are performed to ensure all your nodes are running properly.
+The Autoheal feature ensures that all nodes within a pool remain in a healthy operational state. When enabled, the system performs periodic health checks on each node. Nodes identified as unhealthy are automatically rebooted or replaced to restore the pool to its expected capacity. Refer to [Using the Kubernetes Kapsule autoheal feature](/kubernetes/reference-content/using-kapsule-autoheal-feature/) for more information.
## Autoscale