# REDIRECT node

In your Conversation Flow, there are instances where you may opt for human intervention. For this specific purpose, the 'Redirect' node comes into play.

The primary setting within this node is the destination setup, configurable within the node's configuration panel.

<figure><img src="/files/pXRt0GB0c1dwHjTawuvI" alt=""><figcaption><p>Redirect node in nutshell</p></figcaption></figure>

As an editor, you have the freedom to set destinations such as:

* 'Flap'
* 'Invoicing'
* 'Call center agent'
* 'Department number'

This setting depends entirely on your preferences and can be further customized based on your specific requirements. Feel free to refine it to suit your needs better.


---

# 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.borndigital.ai/digital-agent/conversation-flow/nodes-explained/redirect-node.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.
