Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<CodeGroup>

Expand Down