> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/automation/flows/how-to/how-to-setup-flow-for-number-forwarding.md).

# How to setup flow for number forwarding

Forwarding an incoming call to another number can be done with a flow. You can use the template Forwards a call to a number by Bird

#### Prerequisites

* Channel for the incoming number must be healthy
* The option in that channel "Make calls with inbox" must be disabled

### Setting up the forwarding flow

1. Navigate to **Flows** on the left side bar

![](/files/hQQZX70m0XlSFEdXyvVe)

2. Go to **Template flows** and select **Forwards a call to a number by Bird, and** save this template to your library

<figure><img src="/files/Ag4QBz2aR9U0EnB3xas6" alt=""><figcaption></figcaption></figure>

3. Go to that flow and start editing

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXfJW42xd1wPgbNZaR1jWTqSjvmIulblLnzh-iXJRrJGS2xsJ256ah4LT5S28ggUbuvuUUjQTDYC9-dlGASg9Qm1-a9CNCLJqfK0XALPHc2FrIhnVyS-ZZ8QOXlJ-HPeCpzaBmYwpQ?key=Q4xcpknUWJAhpFCfNUib0w)

4. Select the instance (incoming number). You can add multiple instances here. Select the trigger - incoming call received Save and skip the test

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXekVhPH4qh-XBdqiaHOCE4uJFgqbEYNBEo9RhDu5nPq2Zyi1CBrlbwR_0liz6u6Nmu9Q28STZNbsFXn_LI7Ie_61oe3KsmrUaCKrXL2mo2WyF2Vr6D18PwQ-dESV-ioJpP0LE4DCQ?key=Q4xcpknUWJAhpFCfNUib0w)

5. Insert the To number. Must be in international format (E164) Next and skip test.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXe_GNToPrijoNljr7Nr1QzfzEVV-bdhyr0BO3BimQk9UWT1Tv3jjzb-8p6pMEaUzq8U3h4oXnsG23Dm_ygZFJlkM-7uzTdMIqSkELSWkIQn_9VXo1pCYziNmMw2pn7S4k-vO_8?key=Q4xcpknUWJAhpFCfNUib0w)

6. Publish Draft

### Notes

* When adding more numbers/channels do not forget to save that flow step before publishing. Otherwise the added numbers will not be there.
* Testing in general is done by triggering the test. Then make the incoming call. This will get all available parameters. After saving the test, these parameters can then be used in next flow steps.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bird.com/applications/automation/flows/how-to/how-to-setup-flow-for-number-forwarding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
