# Configurar Conversación - Transcript Formatting 📄​

La función de Formato de Transcripción está diseñada para prevenir errores comunes en la interpretación de los agentes, como cuando los números de teléfono se formatean incorrectamente como marcas de tiempo.

Esta funcionalidad tiene un interruptor para activar/desactivar el formato de transcripción. Esta opción puede ser útil para resolver algunos errores como:

* Números de teléfono que eran malinterpretados como marcas de tiempo.
* Doble dígitos que no se capturaban con precisión.

Deshabilitar esta función puede reducir la precisión de la transcripción, pero a su vez, podría mejorar el tiempo de respuesta del sistema.


---

# 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/dapta-docs-es/agentes-de-voz-ia/configura-tu-agente-de-voz-ia/guia-para-configurar-tu-agente-de-voz/configurar-conversacion-transcript-formatting.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.
