> ## Documentation Index
> Fetch the complete documentation index at: https://skyvern.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# get_working_page

Get the most recent page or create a new one if none exists.

<CodeGroup>
  ```python Python theme={null}
  page = await browser.get_working_page()
  ```

  ```typescript TypeScript theme={null}
  const page = await browser.getWorkingPage();
  ```
</CodeGroup>

Returns a `SkyvernBrowserPage` - a Playwright `Page` with AI methods added.
