diff --git a/docs/ff-concepts/adding-customization/cloud-functions.md b/docs/ff-concepts/adding-customization/cloud-functions.md
index 8f7560faa..2cbf87acf 100644
--- a/docs/ff-concepts/adding-customization/cloud-functions.md
+++ b/docs/ff-concepts/adding-customization/cloud-functions.md
@@ -58,7 +58,7 @@ loading indicator during the logo creation process. Its value is set to *True* b
**2. Build a page**
-Let's add a page that allows users to enter the prompt. To speed up, you can add a page from the template or use [AI Page Gen](../../resources/ui/pages/intro-pages.md#create-an-ai-generated-page). Here is the page added using AI Page Gen, and after some modification, it looks the below:
+Let's add a page that allows users to enter the prompt. To speed up, you can add a page from the template or use [AI Page Gen](../../resources/ui/pages/intro-pages.md#generate-with-designer). Here is the page added using AI Page Gen, and after some modification, it looks the below:
Also, see how to [build a page layout](../../ff-concepts/layout/building-layout.md) if you want to build a page from scratch.
diff --git a/docs/ff-integrations/authentication/supabase-auth/email-supabase.md b/docs/ff-integrations/authentication/supabase-auth/email-supabase.md
index cb3734504..f726abbe0 100644
--- a/docs/ff-integrations/authentication/supabase-auth/email-supabase.md
+++ b/docs/ff-integrations/authentication/supabase-auth/email-supabase.md
@@ -51,7 +51,7 @@ Here's how you disable email verification on the Supabase side:
### Building pages
-Let's add a page that allows users to create accounts and log in. To speed up, you can add a page from the [template](../../../resources/ui/pages/intro-pages.md#create-a-page-from-a-popular-template). Here is the page added from the templates, and after some modification, it looks the below:
+Let's add a page that allows users to create accounts and log in. To speed up, you can add a page from the [template](../../../resources/ui/pages/intro-pages.md#create-page-from-template). Here is the page added from the templates, and after some modification, it looks the below:
Also, see how to build a page layout in case you want to build a page from scratch.
diff --git a/docs/intro/ff-ui/canvas.md b/docs/intro/ff-ui/canvas.md
index b7d171e50..ef52f58ca 100644
--- a/docs/intro/ff-ui/canvas.md
+++ b/docs/intro/ff-ui/canvas.md
@@ -29,7 +29,7 @@ There's a zoom in ( + ) and a zoom out ( - ) button to control the zoom level of
## AI Generated Page
-From here, you can [create a page using AI](../../resources/ui/pages/intro-pages.md#create-an-ai-generated-page).
+From here, you can [create a page using AI](../../resources/ui/pages/intro-pages.md#generate-with-designer).
## Add App Bar
diff --git a/docs/resources/ui/pages/imgs/create-new-page.avif b/docs/resources/ui/pages/imgs/create-new-page.avif
new file mode 100644
index 000000000..c4c016597
Binary files /dev/null and b/docs/resources/ui/pages/imgs/create-new-page.avif differ
diff --git a/docs/resources/ui/pages/intro-pages.md b/docs/resources/ui/pages/intro-pages.md
index b63f569db..4250bc5a5 100644
--- a/docs/resources/ui/pages/intro-pages.md
+++ b/docs/resources/ui/pages/intro-pages.md
@@ -23,7 +23,7 @@ For more details on how to use Scaffold and the various Page Elements in Flutter
## Creating a Page
-In FlutterFlow, you can seamlessly craft a page tailored to your needs and design preferences.
+In FlutterFlow, you can craft a page tailored to your needs and design preferences.
Whether you're starting from scratch, using a template, or leveraging AI tools,
there are several pathways to achieve the desired functionality and aesthetic of your desired Page.
@@ -31,24 +31,46 @@ there are several pathways to achieve the desired functionality and aesthetic of
When you create a page in FlutterFlow, a `Widget` class and a corresponding `Model` class are automatically generated. You can view these in the Code Viewer. To explore the details of the generated `Model` class, take a closer [**look at the code**](../../../generated-code/pages-generated-code.md).
:::
-FlutterFlow allows you to easily create new pages using the **Add Page, Component, or Flow** button,
-which is available from the **Page Selector** tab in the **Navigation Menu**. This will help you
-quickly start and add new pages to your app.
+FlutterFlow allows you to easily create new pages from the **Page Selector** tab in the **Navigation Menu**.
-
+
-### Create an Empty Page
+### Create Empty Page
When creating your page in FlutterFlow, one option is to start with an empty page, providing you
with a blank canvas. This approach allows you to build your UI from the ground up by composing
widgets and components together according to your specific design vision and functional
requirements.
-To create an empty FlutterFlow Page from scratch, follow the steps:
+To create an empty FlutterFlow Page from scratch, follow these steps:
-
+