# Improving pronunciation

In this guide, we share some tips and tricks to enhance your prompts and handle pronunciation in special cases. Add them and test them with your agents to improve your results.**Pronunciation Standards**

1. **Phone Numbers**:

   * Split each digit for clarity: "3214567890" → "3 - 2 - 1 - 4 - 5 - 6 - 7 - 8 - 9 - 0"Comment
   * Group by pairs for longer sequences: "1234567890" → "12 - 34 - 56 - 78 - 90"Comment
   * Use parentheses for area codes: "(+57) 321 - 456 - 7890"Comment
   * Note: Using " - " introduces pauses in speech, enhancing clarity.Comment

   CommentComment
2. **Email Addresses**:

   * Replace symbols for clarity: "@" → "arroba", "." → "punto"Comment
   * Split domains for better understanding: "<user@company.com>" → "user arroba company punto com"Comment
   * Avoid normalizing or altering the actual addressComment

   CommentComment
3. **Alphanumeric Codes**:
   * Separate letters and numbers: "123A" → "1 - 2 - 3 - A"Comment
   * Use "dash" or "hyphen" for "-"Comment
   * Spell out special characters for clarityComment
   * Note: Using " - " introduces pauses in speech, enhancing clarity.Comment

### Critical Preservation Rules <a href="#critical-preservation-rules" id="critical-preservation-rules"></a>

* Do not modify original data if uncertain.Comment
* Maintain exact spelling of names and companies.Comment
* Preserve unique identifiers as they are.Comment
* Document any standardization rules applied.Comment

### Verification Protocols <a href="#verification-protocols" id="verification-protocols"></a>

* Conduct an audio check before any interaction.Comment
* Confirm identity using multiple data points.Comment
* Use standardized format for information readback.Comment
* Obtain explicit confirmation for critical data.


---

# 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.dapta.ai/ai-voice-agents/how-to-set-up-your-ai-voice-agent/improving-pronunciation.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.
