diff --git a/.changeset/fn-7326-quick-add-attach.md b/.changeset/fn-7326-quick-add-attach.md
new file mode 100644
index 0000000000..c4d5c12dbf
--- /dev/null
+++ b/.changeset/fn-7326-quick-add-attach.md
@@ -0,0 +1,7 @@
+---
+"@runfusion/fusion": patch
+---
+
+summary: Move the Quick Add attachment button next to Save in the expanded action row.
+category: fix
+dev: Preserves FN-7304 icon-only attachment behavior while updating QuickEntryBox action order coverage.
diff --git a/packages/dashboard/app/components/QuickEntryBox.tsx b/packages/dashboard/app/components/QuickEntryBox.tsx
index 04768afda1..7277b086a0 100644
--- a/packages/dashboard/app/components/QuickEntryBox.tsx
+++ b/packages/dashboard/app/components/QuickEntryBox.tsx
@@ -1946,6 +1946,22 @@ export function QuickEntryBox({ onCreate, addToast, tasks = [], availableModels,
{t("tasks.save", "Save")}
+ {/* FNXC:QuickAddAttachments 2026-06-30-00:00: Keep the Quick Add attachment affordance immediately to the right of Save while preserving the icon-only label, hidden file input trigger, and pending-count badge. */}
+
+
-