# How to help the bot pronounce phone numbers correctly

In some languages the bot can change the pronunciation of phone numbers to a basic number.\
To make sure a phone number is pronounced correctly, you can use Speech markdown (SSML). See the [voices overview](https://developer.dialox.ai/channel/phone/?h=voices#voices) in the developer documentation to make sure your chosen voice supports SSML.&#x20;

In the flow you can add speech markdown in brackets to a phone number to make sure the bot interprets it correctly: `[phone]`

<figure><img src="/files/IDX5sABiARGHzho6zaij" alt=""><figcaption><p>(variable)[phone] or (+3123456789)[phone]</p></figcaption></figure>

{% hint style="info" %}
<https://www.speechmarkdown.org/syntax/phone/>
{% endhint %}


---

# 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://manuals.dialox.ai/advanced-topics/studio/how-to-help-the-bot-pronounce-phone-numbers-correctly.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.
