diff --git a/faq/assets/scaleway-vpc-pn-diag.webp b/faq/assets/scaleway-vpc-pn-diag.webp
new file mode 100644
index 0000000000..26d89b4957
Binary files /dev/null and b/faq/assets/scaleway-vpc-pn-diag.webp differ
diff --git a/faq/vpc.mdx b/faq/vpc.mdx
index 4d14285664..aba83479b5 100644
--- a/faq/vpc.mdx
+++ b/faq/vpc.mdx
@@ -16,7 +16,9 @@ productIcon: VpcProductIcon
One default VPC (**V**irtual **P**rivate **C**loud) for every available region is automatically created in each Scaleway [Project](/organizations-and-projects/concepts/#project). A VPC offers layer 3 network isolation.
-Within each VPC, you can create multiple **Private Networks** and attach Scaleway resources to them, as long as the resources are in an AZ within the network's region. Attached resources can then communicate between themselves in an isolated and secure layer 2 network, away from the public internet. VPC routing facilitates communication between resources on the different Private Networks within the VPC.
+Within each VPC, you can create multiple **Private Networks** and attach Scaleway resources to them, as long as the resources are in an AZ within the network's region. Resources attached to a Private Network can then communicate between themselves in an isolated and secure layer 2 network, away from the public internet. VPC routing facilitates communication between resources on the different Private Networks within the VPC.
+
+
In the future, VPC will allow you to interconnect your VPC with other networks, define access control lists and more.
diff --git a/pages/vpc/assets/scaleway-vpc-pn-diag.webp b/pages/vpc/assets/scaleway-vpc-pn-diag.webp
new file mode 100644
index 0000000000..26d89b4957
Binary files /dev/null and b/pages/vpc/assets/scaleway-vpc-pn-diag.webp differ
diff --git a/pages/vpc/concepts.mdx b/pages/vpc/concepts.mdx
index 52eaa8aa04..05196101c6 100644
--- a/pages/vpc/concepts.mdx
+++ b/pages/vpc/concepts.mdx
@@ -113,6 +113,8 @@ A vRouter is a virtualized router that sits inside a VPC and manages layer 3 rou
VPC allows you to build your own **V**irtual **P**rivate **C**loud on top of Scaleway's shared public cloud. Within each VPC, you can create **Private Networks** and attach Scaleway resources to them, as long as the resources are in an AZ within the network's region. One default VPC for every available region is automatically created in each Scaleway [Project](/organizations-and-projects/concepts/#project).
+
+
VPC currently comprises the [Private Networks](#private-networks) product. Layer 2 Private Networks sit inside the layer 3 VPC. [VPC routing](#routing) allows traffic to be routed throughout the VPC.
Find out more about [getting the most from your VPC and Private Networks](/vpc/reference-content/getting-most-private-networks/).
diff --git a/pages/vpc/quickstart.mdx b/pages/vpc/quickstart.mdx
index 0353d66381..73674dfd81 100644
--- a/pages/vpc/quickstart.mdx
+++ b/pages/vpc/quickstart.mdx
@@ -13,7 +13,11 @@ categories:
- network
---
-VPC allows you to build your own **V**irtual **P**rivate **C**loud on top of Scaleway's shared public cloud. One default VPC per region is automatically created per Scaleway [Project](/organizations-and-projects/concepts/#project), and you can create more if you wish. Within each VPC, you can create **Private Networks** and attach Scaleway resources (Instances, Elastic Metal servers, Load Balancers etc.) to them, as long as the resources are within the network's region. Attached resources can then communicate between themselves in an isolated and secure virtual layer 2 network, away from the public internet. More features and resources will be coming to the VPC product in the future.
+VPC allows you to build your own **V**irtual **P**rivate **C**loud on top of Scaleway's shared public cloud. One default VPC per region is automatically created per Scaleway [Project](/organizations-and-projects/concepts/#project), and you can create more if you wish. Within each VPC, you can create **Private Networks** and attach Scaleway resources (Instances, Elastic Metal servers, Load Balancers etc.) to them, as long as the resources are within the network's region.
+
+
+
+Attached resources can then communicate between themselves in an isolated and secure virtual layer 2 network, away from the public internet. More features and resources will be coming to the VPC product in the future.