diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index 7816b464ac..8904972213 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -5449,6 +5449,7 @@
- Using with NextJS
- Using with Create React App
+ - Using with Agentic UI Builder
- Using with Preact
- Using with Remix
- Using with SharePoint Framework (SPFx)
diff --git a/Document-Processing/Excel/Spreadsheet/React/environment-integration/agent-getting-started.md b/Document-Processing/Excel/Spreadsheet/React/environment-integration/agent-getting-started.md
new file mode 100644
index 0000000000..f7fd8b5a82
--- /dev/null
+++ b/Document-Processing/Excel/Spreadsheet/React/environment-integration/agent-getting-started.md
@@ -0,0 +1,45 @@
+---
+layout: post
+title: React Spreadsheet getting started with Agentic UI Builder | Syncfusion
+description: Checkout and learn about how to use React Spreadsheet component of Syncfusion Essential JS 2 with Agentic UI Builder.
+control: Spreadsheet
+platform: document-processing
+documentation: ug
+---
+
+# Creating a Spreadsheet Application with Agentic UI Builder
+
+This guide shows you how to create a Syncfusion® React Spreadsheet component simply by typing what you want using natural language commands — with the [**Syncfusion® React Agentic UI Builder**](https://www.syncfusion.com/explore/mcp-servers/) (powered by Syncfusion's MCP Server). Just describe it, and the tool builds the complete implementation of the spreadsheet component for you.
+
+### Prerequisite
+- Make sure the **React Agentic UI Builder** is installed in your IDE. Refer to the official [Getting Started](https://ej2.syncfusion.com/react/documentation/mcp-server/agentic-ui-builder/getting-started) and [installation guide](https://ej2.syncfusion.com/react/documentation/mcp-server/installation).
+- Ensure you have a [React project](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/getting-started) set up (JavaScript or TypeScript, any supported version) before using the Agentic UI Builder.
+
+### Usage
+
+Once installed, open your React project in your preferred IDE, launch the AI assistant, and describe what you want to build using the ```#sf_react_ui_builder``` command, as shown below:
+
+**Example:**
+
+```
+#sf_react_ui_builder Create an empty React Spreadsheet using the Bootstrap 5 theme. Install the required packages, import the theme CSS in the correct order, and initialize the spreadsheet.
+```
+
+The UI Builder delivers full implementations, covering layout, components, and styling. The following illustration shows the generated output:
+
+
+
+### Individual Tools
+
+You can directly invoke individual tools by name for more targeted assistance (especially useful for specialized tasks). In addition to the main UI Builder, tools like layout, style, and component are available. For more details, see the [individual tools documentation](https://ej2.syncfusion.com/react/documentation/mcp-server/agentic-ui-builder/getting-started#individual-tools).
+
+### Tips & Best Practices
+
+- Enable **Agent mode** in your IDE for smooth multi-step execution with confirmation prompts.
+- For better results, use advanced AI models.
+- If any step times out or hangs, stop and retry the current step.
+- Always review the generated code and commands before accepting or applying them in production.
+
+### See Also
+
+- To explore customization options for layouts, components, styles, and more examples of effective prompts, refer to the [prompt Library](https://ej2.syncfusion.com/react/documentation/mcp-server/agentic-ui-builder/prompt-library).
\ No newline at end of file
diff --git a/Document-Processing/Excel/Spreadsheet/React/images/agentic-getting-started.png b/Document-Processing/Excel/Spreadsheet/React/images/agentic-getting-started.png
new file mode 100644
index 0000000000..e2c8a30d84
Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/React/images/agentic-getting-started.png differ