From 831a827b282ada4d0a6f2902450f2168ad7e0655 Mon Sep 17 00:00:00 2001 From: "firecrawl-spring[bot]" <254786068+firecrawl-spring[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 15:01:20 +0000 Subject: [PATCH] docs(introduction): tighten Interact section intro Remove em dash and clarify that interaction continues in the same session without re-fetching. Co-Authored-By: micahstairs --- introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction.mdx b/introduction.mdx index 7a153e0b..e4600b09 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -130,7 +130,7 @@ SDKs will return the data object directly. cURL will return the payload exactly ## Interact -Scrape a page, then keep working with it — click buttons, fill forms, extract dynamic content, or navigate deeper. Describe what you want in plain English or write code for full control. See the [Interact feature docs](/features/interact) for all options. +Scrape a page and keep working with it in the same session. Click buttons, fill forms, extract dynamic content, or navigate deeper without re-fetching. Describe what you want in plain English, or write code for full control. See the [Interact feature docs](/features/interact) for all options.