diff --git a/website/docs/getting-started/building-an-image.md b/website/docs/getting-started/building-an-image.md
new file mode 100644
index 00000000000..f66cfaafc86
--- /dev/null
+++ b/website/docs/getting-started/building-an-image.md
@@ -0,0 +1,30 @@
+---
+sidebar_position: 10
+title: Building an image
+description: Building an image on your container engine.
+keywords: [podman desktop, podman, containers, images]
+tags: [images]
+---
+
+# Building an image on your Container engine
+
+With Podman Desktop, you can build an image from a Containerfile on your container engine.
+
+
+#### Prerequisites
+
+* Your Containerfile: `Containerfile` or `Dockerfile`.
+
+#### Procedure
+
+1. Open **Podman Desktop dashboard > Images**.
+1. Click ** Build an image**.
+1. On the **Build Image from Containerfile** screen
+ 1. **Containerfile path**: select the Containerfile to build.
+ 1. **Image Name**: edit the image name: `my_image`.
+ 1. Click ** Build**.
+
+#### Verification
+
+1. Open **Images**
+1. Your image *``* is in the list.