# General Information

{% hint style="info" %}
Since WhatsApp accounts have different limits on how many templates they can support, we made an update to restrict template pack installation to certain languages.
{% endhint %}

**What happens when someone calls and speaks in a language for which the templates we need to send aren't installed?**

\
We have a process that selects the best available language, which works like this:

{% stepper %}
{% step %}
If the language the person is speaking is installed in the template pack, we use that language.
{% endstep %}

{% step %}
If **Option 1** it's not available, we try to use the venue language (we assume it makes the most sense).
{% endstep %}

{% step %}
If **Option 2** it's not available, we try to use English (we assume it's the most widely understood language).
{% endstep %}

{% step %}
If **Option 3** it's not available, we use any language that is installed in the template pack.
{% endstep %}
{% endstepper %}

\
**Example: BigMamma restaurant in Paris**

1. This restaurant has a template pack that is only installed in French, and the venue language is French.
2. If someone calls in French, Option 1 is met, and the template is sent in French.
3. If someone calls in any other language, Option 1 is not met, and we move to Option 2. Since the venue language is French, and the template pack has French installed, the template is sent in French.
4. Now imagine that a BigMamma restaurant in Germany wants to use the same template pack.
5. This restaurant would be using a template pack that is only installed in French, and the venue language is German.
6. If someone calls in French, Option 1 is met, and the template is sent in French.
7. If someone calls in Spanish, Option 1 is not met, and we move to Option 2. Since the venue language is German, and the template pack does NOT have German installed, we move to Option 3. We try to use English, which is NOT installed, so we move to Option 4. Upon arriving here, we select any of the available languages ​​from the template pack, which in this case is only French, so the template is sent to you in French.<br>


---

# 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.bookline.io/template-packs/general-information.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.
