> 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/settings/call-tracking-and-missed-call-text-back-for-google-my-business.md).

# Call Tracking and Missed Call Text Back for Google My Business

* Google My Business (GMB) allows a business to register two phone numbers. This allows you to track calls generated from GMB listings without a negative impact on your SEO (in other words: moving the business's real phone number to the secondary slot has not been found to negatively affect SEO rankings). Our GMB integration allows you to automatically move the main business number to the secondary slot for call tracking, and add a Twilio number to the first slot, for your ease and convenience. Follow these simple steps to get started:
  * Under Settings > Integration, you can see your GMB Configuration, with a toggle for GMB Call Tracking.

<figure><img src="https://lh6.googleusercontent.com/dUA9wumLGmh3daXuhBYI16222IAZsSMPUNAN_4H6LEm-0IyHl_2B_eW97T8nt1Qq7GUCATRrbPy0dmdYn7E--aAzkaQm0j8pRB1wZRwu8Kre2eT-BaJwQQUExxITjc1szFWLU42oifbunWV2Vo6ONRI" alt=""><figcaption></figcaption></figure>

* When toggled on, a few things will occur:
  * If the phone number in GMB is already a Twilio number from the account, nothing will be changed as the business's calls are already being tracked in *our software*.
  * If the phone number in GMB is also the forwarding number for any of the Twilio numbers in the account, *our software* will move the current number to the secondary slot and add the Twilio number in the first slot.
  * If the phone number in GMB is not the forwarding number for any of the Twilio numbers in the account, *our software* will move the current number to the secondary slot, add the Twilio number in the primary slot, and set the current number as the forwarding number for the Twilio number in the account.
* If toggled off, nothing will be changed and the number(s) will remain as-is.


---

# 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/settings/call-tracking-and-missed-call-text-back-for-google-my-business.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.
