> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/phone/how-inbound-call-routing-works.md).

# How Inbound Call Routing Works

Inbound Call Routing is the process that happens if a prospect calls back the phone number from a text message or the phone call that they received from your **software** outbound number or a number they found on your website, funnel, etc.

When a campaign sends out text messages or calls the outbound phone number is the phone number that you set up under Settings > Phone.

***NOTE:*** Inbound calls can be forwarded to a cell phone but they cannot be answered in the desktop application. You are able to make outbound calls from the app.

**Overview:**

* If you have a phone number assigned to a user, the inbound call will route to that user, if the lead is assigned to a user.
* If there is not a phone number assigned to the user, even if the lead is assigned to the user, it will forward to the forwarding number
* If the lead is not assigned to a user, it will then go to the forwarding number.
* If there is no forwarding number set up, then the call will route to the company number.

**Step 1: Setting Up Your User Phone**

* If the lead is assigned to a user, the call will be forwarded to the User's Phone.
* To update the User Phone navigate to Settings > My Staff > Team Management.
* Fill out all the appropriate user information, including the phone number.
* Click Save to confirm your changes.

{% embed url="<https://lh6.googleusercontent.com/LzGqgNCrWGwt4rrH9Hdj8KSDiRT-cMDK2FvFjEUWr6OoY1C5xqoPxKUN9mtXlanPKDi2irwDKcfwTWlYzsK2nQ4SsUe82Y6EpZWvgFFaevaKAqpnEWQqmolL19zzAVAD9qdc7L__us2V6FIw5SYPi_w>" %}

**Step 2: Setting Up Your Forwarding Number**

* If you did assign a Call Forwarding Number ***but*** the lead is not assigned to a specific user, the call will be forwarded to the set Call Forwarding Number.
* To update the Call Forwarding Number navigate to Settings > Phone Numbers > Edit > Enter the forwarding number > Update.

{% embed url="<https://lh3.googleusercontent.com/nkphn-er1dDs7PDJ7m7TESGzsJiIWJTWzOrjDGSgG50pbpKdzGHOBMdzTqQjRGK3qtW-RrGA3cGUJnc51hquv7NhA8fbw7ssjWdbN5yZyZTSzbq5RB2yXUhdb3p9MU7Pr7ind70UKvBjfB9krFllT5E>" %}

**Step 3: Setting Up Your Company Phone**

* If you did not set up a specific Call Forwarding Number ***and*** the lead is not assigned to a specific user, the call will be forwarded to the Company Phone.
* To see which number is in Company Settings, navigate to Settings > Business Info > Company Data, and update the phone number.

{% embed url="<https://lh5.googleusercontent.com/uApErxjQ9Z6uM7JQ_3AXY511RnubzBfWHq4pdae19Ta-6eoXxdC2YV4dmoAWp6THtV2SOb58N1-w7zuxetuVmgckHLqx7KNokNG4ZwuvaKkaQgSEr0Y1_-MZDaQhoQHQI0HdOdN6J9DtnTTNqnWw_UQ>" %}


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/phone/how-inbound-call-routing-works.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.
