> For the complete documentation index, see [llms.txt](https://docs.dapta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapta.ai/dapta-docs-es/agentes-de-voz-ia/configura-tu-agente-de-voz-ia/instrucciones-de-pronunciacion-en-casos-especiales.md).

# Instrucciones de pronunciación en casos especiales

## Estándares de Pronunciación

1. **Números de Teléfono**:
   * Separe cada dígito para mayor claridad: "3214567890" → "3 - 2 - 1 - 4 - 5 - 6 - 7 - 8 - 9 - 0"
   * Agrupe por pares para secuencias más largas: "1234567890" → "12 - 34 - 56 - 78 - 90"
   * Use paréntesis para los códigos de área: "(+57) 321 - 456 - 7890"
   * Nota: Usar " - " introduce pausas en el habla, mejorando la claridad.
2. **Direcciones de Correo Electrónico**:
   * Reemplace símbolos para mayor claridad: "@" → "arroba", "." → "punto"
   * Divida los dominios para una mejor comprensión: "<user@company.com>" → "user arroba company punto com"
   * Evite normalizar o alterar la dirección real
3. **Códigos Alfanuméricos**:
   * Separe letras y números: "123A" → "1 - 2 - 3 - A"
   * Use "guion" o "guion medio" para "-"
   * Deletree caracteres especiales para mayor claridad
   * Nota: Usar " - " introduce pausas en el habla, mejorando la claridad.

## Reglas Críticas de Preservación

* No modifique los datos originales si hay incertidumbre.
* Mantenga la ortografía exacta de nombres y empresas.
* Preserve los identificadores únicos tal como están.
* Documente cualquier regla de estandarización aplicada.

## Protocolos de Verificación

* Realice una verificación de audio antes de cualquier interacción.
* Confirme la identidad utilizando múltiples puntos de datos.
* Use un formato estandarizado para la lectura de información.
* Obtenga confirmación explícita para datos críticos.


---

# 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://docs.dapta.ai/dapta-docs-es/agentes-de-voz-ia/configura-tu-agente-de-voz-ia/instrucciones-de-pronunciacion-en-casos-especiales.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.
