Use **Go To Web Page** to move the assigned tab to a specific http(s) URL before later steps run. It opens the URL in that tab and waits for load.

There are two places it appears:

- The **origin** bookend at the start of every graph. New Automation sets this to the tab you pick. Start and Repeat navigate there with `tabs.update`, not a reload.
- A **mid-flow step** from Add Step. That opens the URL saved on the step.

Both only wait for the tab to finish loading. They do not reload the current page.

## How to add it

The origin is set when you pick a tab in **Add New Automation**. Picking links for [For Each Link](/steps/for-each-link) also writes the origin to that tab.

**Add Step** → **Go To Web Page** adds a mid-flow step. Type or pick an http(s) URL. Mid-flow Go To interpolates [Values](/steps/values) with `{{name}}`.

## Not this step

Does not reload the current page — that is [Refresh Page](/steps/refresh-page). The origin bookend is not the same card as a mid-flow step, even though both use this name.

## Related guides

The [side panel tour](/blog/welcome) shows the origin bookend. [Walking through links](/blog/walk-through-links-in-chrome) uses origin as the listing page Start re-scrapes.
