# HTTP Redirect

The **HTTP Redirect** node is used to redirect the client (browser) to a new URL.

## Options

### URL

This is the URL to which the client will be redirected.

## Output

Returns a HTML response with the status code 307 (temporary redirect). The response includes a 'Location' header specifying the URL to which the client should be redirected. Once the client receives the redirect response, the client's browser (or other HTTP client) will navigate to the new location specified in the 'Location' header. This is done automatically by the browser without any action required from the user.


---

# 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://docs.alphi.dev/response-nodes/http-redirect.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.
