# Country recognition with Flow Builder

Now you can use country recognition with [Flow Builder](https://dashboard.messagebird.com/en/flow-builder). Doing so allows you to personalise and improve the experience of your customers with this feature. To do so, just follow the next steps:

For our example, we want to forward the call to an agent that speaks the same language as the customer who is calling.&#x20;

1\. Add a 'Branch' Step and select the option 'is from country' from the second drop-down menu.

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

2\. Select the desired country from the third drop-down menu.

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

3\. Add as many branches as you need, don't forget to set-up the variables for each. For this example, we will set-up three branches for The Netherlands, Spain and the United Kingdom.

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

&#x20;

4\. Add the desired response for each branch. For this example, we want to add a 'Say' Step saying 'Welcome' in each language and forward the call to a specific number where an agent who speaks the same language as the client can help him out. If the customer is calling neither from The Netherlands, Spain nor the United Kingdom it will be forwarded to an agent who speaks English since it is the most likely language the customer will know.

You're all set! The final flow using the language recognition feature looks like this:

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

&#x20;

&#x20;


---

# 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.bird.com/connectivity-platform/use-cases/country-recognition-with-flow-builder.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.
