# Default redirect behavior

When you create a swtchd link, you can set a **default redirect URL**.

* If no test is live, visitors go to the default URL.
* If you stop a test without picking a winner, swtchd routes 100% to your default.
* If you end a test by picking a winner, swtchd routes 100% to your chosen winner.
  * That winner becomes your new default.

If you don’t set a default URL and no test is live, swtchd shows a friendly “Nothing to show yet” page.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://swtchd-io.gitbook.io/swtchd.io-docs/testing-and-tracking/default-redirect-behavior.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
