> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/browser/go-to-relative-path.md).

# Go To Relative Path

Go To Relative Path loads a path on the same origin as the current page. Use it for in-site navigation without repeating the full host name.

For the first step in every Test Case, use [Open](/test-steps/starter/open.md) instead.

![Go to relative path Test Step](https://app.does.qa/screenshots/node/action_goTo_relative.png)

## When to use it

* Open `/account`, `/checkout`, or another app route after login.
* Follow internal links using a [Value](/values/value-store.md) for dynamic paths.
* Prefer [Go to absolute URL](/test-steps/browser/go-to-absolute-url.md) when the Flow must leave the current host.

## Configure

### Basics

| Field    | What to set                                                                    |
| -------- | ------------------------------------------------------------------------------ |
| **Path** | Relative path (for example `/dashboard`), or a [Value](/values/value-store.md) |

### Advanced

| Field                                 | What to set                                               |
| ------------------------------------- | --------------------------------------------------------- |
| **Basic Auth**                        | Turn on when the destination needs HTTP Basic Auth        |
| **Username** / **Password**           | Credentials when Basic Auth is on (supports Values)       |
| **Authentication Mode**               | `URL` (default) or `Header` for how Basic Auth is applied |
| **Status on fail**                    | [Failed Status](/test-step-options/failed-status.md)      |
| **When should screenshots be taken?** | `Always` (default) or `On Failures`                       |

## Related

* [Go to absolute URL](/test-steps/browser/go-to-absolute-url.md)
* [Open](/test-steps/starter/open.md)
* [Browser](/test-steps/browser.md)

**Tags:** `action`, `goTo`, `relative`, `goto`, `go`, `to`, `path`, `browser`, `open`, `navigate`, `website`
