diff --git a/docs/resources/ui/widgets/built-in-widgets/carousel.md b/docs/resources/ui/widgets/built-in-widgets/carousel.md
index 9063f189..c5bc08c0 100644
--- a/docs/resources/ui/widgets/built-in-widgets/carousel.md
+++ b/docs/resources/ui/widgets/built-in-widgets/carousel.md
@@ -2,56 +2,22 @@
slug: carousel
title: Carousel
tags: [Layout Elements]
-description: Learn how to add Carousel widget in your FlutterFlow project.
+description: Learn how to add and customize a Carousel widget in your FlutterFlow project.
---
# Carousel
-The Carousel widget, often called an image slider, is a popular design element used to display a series of images or content in a horizontal or sometimes vertical format. The primary purpose of a carousel slider is to showcase multiple pieces of information, such as images, product features, news articles, or testimonials, within limited screen space.
-
-
-
-
-
-## Adding Carousel widget
-
-To add the Carousel widget to your app:
-
-1. Add the **Carousel** widget from the **Layout Elements** tab.
-2. By default, it adds four slides and shows the first one in the canvas. In the widget tree, it is represented as **Carousel Page**. To see another slide in the canvas, move to the **Properties Panel >** set the **Active Page** to the slide you want to see.
-3. To add a new slide, move to the **Properties Panel > Active Page >** click **+ Add Page**.
-4. To delete any slide, select the **Carousel Page** from the widget tree or the canvas area and press the **Delete** key on the keyboard.
-5. By default, Carousel Page contains an Image widget; however, you can customize it as per your requirements.
+The **Carousel** widget displays a sequence of images or other content within a limited area. Use it for product highlights, onboarding steps, featured articles, testimonials, and other content that users can browse horizontally or vertically.