diff --git a/docs/ff-designer/designing/designing.md b/docs/ff-designer/designing/designing.md
new file mode 100644
index 00000000..aab6c8dd
--- /dev/null
+++ b/docs/ff-designer/designing/designing.md
@@ -0,0 +1,324 @@
+---
+slug: /designing
+title: Designing
+description: Learn how to generate and refine app designs using FlutterFlow Designer. Explore styles, use AI prompts, and visually edit layouts to quickly build complete UI experiences.
+tags: [FlutterFlow Designer, FlutterFlow, Design]
+sidebar_position: 0
+keywords: [FlutterFlow designing, AI UI builder, generate app design, explore styles, edit UI visually, design with prompts]
+---
+
+# Designing
+Get started by describing your app idea and generating your first set of screens. You can quickly explore design styles, refine layouts, and iterate on your UI visually or through prompts to shape your app experience.
+
+## Create Designs
+
+Here’s how you generate an initial screen design, refine, and export it:
+
+1. You can select [**Explore Styles**](#explore-styles) to first browse and refine design ideas, or choose **Instant Generation** to skip that step and quickly create designs from your prompt.
+2. Go to the **main prompt box** and write your app vision with important details (e.g., app type, target users, key screens, primary actions, and any must-have features). For example: *"Design a travel planning app with a modern card-based layout, destination image grids, a bottom navigation bar with Explore, Trips, Bookings, and Account tabs, saved itineraries, map integration, and a trip detail screen with timeline and booking information."*
+3. Optionally, [**attach an image**](#add-image-attachments) such as a sketch, wireframe, or screenshot using the image attachment button below the prompt field. The Designer will use it as a reference to transform it into a fully editable design.
+4. Use the mobile and desktop toggle to set your target platform. This ensures your designs are generated with the correct layout and screen dimensions for your intended device.
+5. Click the **submit** (up-arrow) button to generate your design storyboard.
+6. Review the generated screens. Scan through the generated frames to confirm:
+ - The right screens exist (and no critical screens are missing)
+ - The overall flow makes sense
+ - The UI direction matches your intent
+7. Select a screen to refine. You can [**use the prompt bar**](#use-ai-prompt) to request changes to the selected screen.
+8. You can also make precise tweaks from the [**Properties panel**](#use-properties-panel). Select an element and adjust its properties on the right side , such as text, typography, spacing, styling,.
+9. To add a new screen, click on an empty area of the canvas, then in the bottom prompt input, describe the screen you want to add. Include its purpose, key UI elements, and how it connects to the overall flow, then submit.
+10. Open the **Theme** tab to edit global styling like colors, typography, spacing, and radius so the entire design stays consistent.
+11. You can generate a **shareable link** for feedback and review.
+12. To export your design, open the top-left app menu (FF Designer) and choose an **export option**.
+
+
+
+
+
+
+### Explore Styles
+
+**Explore Styles** helps you try different visual directions for your app before generating the final design. Instead of going straight to a full build, you can first browse style variations, compare layouts, adjust colors, and guide the design toward the look you want.
+
+This is useful when you already know what your app should do, but want help deciding how it should look.
+
+Once the styles are generated, browse through the generated variants and look for the one that feels closest to your vision. Each style gives you a different take on the same app idea, such as a different layout, spacing, typography, or visual mood.
+
+When you hover over a style, you can use the following options:
+
+- **Regenerate**: Recreates the style if something looks off or needs improvement.
+- **More Like This**: Generates more variations similar to the selected style.
+- **Remix Colors**: Keeps the overall style but changes the color palette.
+- **Prompt for Changes**: Lets you describe specific updates you want for that style.
+- **Use This Style**: Selects that style and starts the full generation process.
+
+
+
+
+
+
+### Add Image Attachments
+
+You can attach reference images directly in the prompt to guide the design generation process. This is useful when you have an existing sketch, low-fidelity wireframe, competitor screenshot, or inspiration design that you want the Designer to follow.
+
+To do so, simply click the image attachment button below the prompt field and upload your image. The AI will analyze the layout, visual hierarchy, and structure, then transform it into a clean, fully editable multi-screen design.
+
+For example, you might upload a rough wireframe of a food delivery app showing a home screen with a search bar, restaurant cards, and a bottom navigation bar. Along with the image, you can add a prompt such as “Using the attached screenshot as a reference, convert this wireframe into a modern food delivery app design.”
+
+
+
+
+
+
+## Iterate Designs
+
+After generating your initial storyboard, you can refine and improve your screens in two ways: [editing visually](#edit-visually) on the canvas and [using AI prompts](#use-ai-prompt). Each method is useful depending on the type of change you want to make.
+
+### Edit Visually
+
+This is useful when you want precise control over layout and structure. It makes it easy to quickly add or adjust elements exactly where you want them.
+
+To start, click on any UI element in the canvas. The selected element will be highlighted, and small dots will appear around it. You can click any of these dots to add a new UI element at that position. When you click a dot, a selector pop-up opens, allowing you to choose and insert a new element.
+
+
+
+
+
+
+You can also rearrange elements using drag and drop. Simply select an element and move it to a new position within the layout.
+
+
+
+
+
+
+#### Use Properties Panel
+
+The Properties Panel allows you to make precise adjustments to any selected widget. When you click on an element in the canvas, its editable properties appear on the right side. From there, you can modify properties such as text content, typography settings, spacing, alignment, colors, borders, and other styling attributes. This gives you direct control over how each element looks and behaves without needing to regenerate the entire screen.
+
+Unlike AI-driven changes, edits made here are exact and predictable, making it ideal for polishing the design once the overall layout and structure are already in place.
+
+
+
+
+
+
+
+### Use AI Prompt
+
+This method is best for structural, layout, or multi-element changes. To make a change using AI Prompt:
+
+1. Click on the screen (frame) you want to update from the canvas or Frames panel.
+2. Use the prompt bar at the bottom to clearly describe what you want to modify.
+3. If you’re not satisfied with the result, use the regenerate option to explore a new variation of the same instruction.
+4. You can click directly on a widget. The selected widget will automatically be added to the prompt bar as context for your next instruction, allowing more precise AI updates.
+
+
+
+
+
+
+You can also select a page and ask the AI to generate variations of it. This helps you quickly explore different design directions.
+
+
+
+
+
+
+## Edit Theme
+
+Editing a **Theme** allows you to modify the global design system of your entire storyboard at once. Instead of adjusting individual widgets, you can change core styling elements such as brand colors, typography, spacing, corner radius, and text scaling. Any updates made in the Theme Editor automatically apply across all screens, ensuring visual consistency without manual updates on each page.
+
+
+
+
+
+
diff --git a/docs/ff-designer/import-export/import-export.md b/docs/ff-designer/import-export/import-export.md
new file mode 100644
index 00000000..61ee98da
--- /dev/null
+++ b/docs/ff-designer/import-export/import-export.md
@@ -0,0 +1,67 @@
+---
+slug: /import-export
+title: Import & Export
+description: Learn how to import screens from FlutterFlow into Designer and export your designs as assets, prompts, or directly back into FlutterFlow.
+tags: [Import, Export, FlutterFlow Designer]
+sidebar_position: 0
+keywords: [Import from FlutterFlow, export design, FlutterFlow Designer export, UI handoff, design to FlutterFlow, export frames PNG, agent prompt export]
+---
+
+# Import & Export
+
+## Import from FlutterFlow
+
+Importing from FlutterFlow allows you to bring your existing app screens directly into the Designer environment. Instead of rebuilding UI from scratch, you can enhance layouts, explore new styles, and refine user experience faster. This is especially helpful when you want to modernize an existing app, experiment with different design directions, or quickly generate improved versions of your current screens.
+
+To import screens from FlutterFlow, select **Export to Designer** from the canvas menu options, then choose the pages you want to send in the export dialog. Once selected, click the export button to transfer them. After the process completes, the selected pages will open in FF Designer, where you can continue customizing and iterating on them.
+
+
+
+
+
+
+
+
+## Export Design
+
+Once your screens are finalized, you can export your design for implementation. FlutterFlow Designer provides flexible export options depending on whether you want static assets, reusable prompts, or direct integration into FlutterFlow.
+
+### Export Options
+
+- **Export Frames as PNGs:** Download high-quality PNG screenshots of your frames. This is ideal for adding to documentation, or presenting visual concepts.
+- **Export Agent Prompt:** Download an agent-ready prompt as a Markdown file. This allows you to reuse the generated design structure as context in AI workflows or modify it further using natural language instructions.
+- **Export to FlutterFlow:** Copy all frames directly to your clipboard for pasting into a FlutterFlow project. Simply select a widget on a FlutterFlow project page and paste to import all your design instantly.
+
+### Export Whole Design
+
+To export the entire storyboard, open the top-left **FF Designer** menu and choose one of the export options (PNGs, Agent Prompt, or FlutterFlow). This method is best when your full flow is ready for implementation.
+
+
+
+### Export Individual Frames
+
+To export a single frame, select a specific frame and use the **Export** section in the right panel. Use this when you only need to implement a particular screen.
+
+
+
diff --git a/docs/ff-designer/integrations/integrations.md b/docs/ff-designer/integrations/integrations.md
index 9135d1ba..c47185b3 100644
--- a/docs/ff-designer/integrations/integrations.md
+++ b/docs/ff-designer/integrations/integrations.md
@@ -9,47 +9,73 @@ keywords: [integrations, flutterflow designer, ai app design]
# Integrations
-You can connect FlutterFlow Designer with external AI agents and developer tools. This enables you to generate, edit, and inspect designs directly from your preferred coding or AI environment instead of working only inside the Designer UI.
+You can connect FlutterFlow Designer with external AI agents and developer tools. This enables you to generate, edit, and inspect designs directly from your preferred AI environment instead of working only inside the Designer UI.
-For example, you can use an agent like Claude or Gemini to open your design, make layout changes, add components, or iterate on styles just by describing what you want in natural language.
+For example, you can use an agent like Claude or Codex to open your design, make layout changes, add components, or iterate on styles just by describing what you want in natural language.
:::info[Prerequisites]
Before using integrations, make sure the following are set up:
-- [**FlutterFlow Designer Desktop App**](https://storage.googleapis.com/flutterflow-downloads/designer/macos/prod/flutterflow-designer-latest-macos.dmg) is installed (currently available only on macOS)
-- **Agent MCPs** are installed via CLI. The install commands are:
- - **Claude Code:** `npm install -g @anthropic-ai/claude-code`
- - **Gemini CLI:** `npm install -g @google/gemini-cli`
- - **Codex CLI:** `npm install -g @openai/codex`
-- Supported **IDEs** are installed on your system. To download, use the official links:
- - **Cursor:** [https://cursor.com/download](https://cursor.com/download)
- - **Antigravity:** [https://antigravity.google/download](https://cursor.com/download)
+- [**FlutterFlow Designer Desktop App**](https://storage.googleapis.com/flutterflow-downloads/designer/macos/prod/flutterflow-designer-latest-macos.dmg) is installed (currently available only on macOS)
+- **Agent MCPs** are installed via CLI. The install commands are:
+ - **Claude Code:** `npm install -g @anthropic-ai/claude-code`
+ - **Gemini CLI:** `npm install -g @google/gemini-cli`
+ - **Codex CLI:** `npm install -g @openai/codex`
+- Supported **IDEs** are installed on your system. To download, use the official links:
+ - **Cursor:** https://cursor.com/download
+ - **Antigravity:** [https://antigravity.google/download](https://cursor.com/download)
:::
-To add integrations, go to the **Integrations** section inside FlutterFlow Designer. Here you will see available integrations under **Agent MCPs** (such as Claude Code, Gemini CLI) and **IDEs** (such as Cursor, Antigravity). Click **Install** next to any integration you want to use.
+## Installation
-Once installed, open the respective tool (for example, Claude Code). Start by asking something:
+To add integrations, go to the **Integrations** section inside FlutterFlow Designer. Here you will see available integrations under **Agent MCPs** (such as Claude Code, Gemini CLI, and Codex) and **IDEs** (such as Cursor, Antigravity). Click **Install** next to any integration you want to use.
-```
-Open FlutterFlow Designer tool, I want to make some changes.
-```
+
+
+
+
+
+## Launch Agent
-After the Designer context loads, describe the change you want. For example:
+To launch an agent and update the design:
-```
-Update the booking card layout to have a larger image and add a status badge.
-```
+1. Open your design project and click the agent menu option in the top-right side.
+2. Choose where you want to open the project, such as **Open in Claude Code**, **Open in Gemini CLI**, **Open in Cursor**, or **Open in Antigravity**.
+3. Once the terminal opens, describe the change you want to make. For example, ask the agent to create more variations of a selected screen or modify the current design.
+4. When the agent asks for permission to run a Designer MCP tool, approve the request so it can inspect and update the project.
+5. Wait for the agent to complete the task. It will create or update frames inside your current design project.
+6. Return to FF Designer and review the generated frames or changes.
-The agent will connect to your Designer canvas, understand your project structure, and apply the requested changes directly. This allows you to iterate on designs faster without manually navigating the UI.