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.