> 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/dar-retroalimentacion-de-llamadas.md).

# Dar Retroalimentación de Llamadas

📍Por donde empezar

Haz click en **📞 Voice Agents → Agents y luego haz click en el Agente que quieras analizar**

Ya en el agente haz click en el tab **📞 Call Log**

#### **🪄 ¿Cómo funciona?:**

1. 📋 De la lista de llamadas, Haz click en la llamada que te gustaría revisar

<figure><img src="/files/HtnaSQuSMCHiFw678cjp" alt=""><figcaption></figcaption></figure>

2. 🎧 Te lleva a la página de Análisis de Llamadas donde podrás escuchar la grabación y leer la transcripción.

<figure><img src="/files/h0UCPC2KmH3dMmL6G5dM" alt=""><figcaption></figcaption></figure>

3. Selecciona 👍"Me gusta" o 👎"No Me gusta" dependiendo de cómo fue la llamada.\ <img src="/files/MICnAH001weJtza7qT1V" alt="" data-size="original">
4. 📝 Aparecerá una **Caja de Texto** que te permitirá dejar un comentario rápido: ¡Cuéntanos qué funcionó o qué podría mejorarse!

<figure><img src="/files/x8ZJdKPbilg5okLa28SN" alt=""><figcaption></figcaption></figure>

5. 💬 También podrías hacerlo en el tab **Comments** (en la esquina superior derecha al lado de Transcripción) para dejarnos feedback adicional o más detallado.

<figure><img src="/files/rcBe0WBzUcWfXFO5N686" alt=""><figcaption></figcaption></figure>

6. 🔔 Puedes mencionar al equipo de Dapta escribiendo

```
@Dapta
```

o usar

```
@
```

para dirigirte a un miembro especifico del equipo. Es una forma rápida de notificar a alguien directamente, informar o invitar a alguien a su equipo o marcar una llamada para una revisión.

<figure><img src="/files/uLkR6I0R8xh7Fvv1RXnK" alt=""><figcaption></figcaption></figure>

💡 **Es importante por que:** Tus comentarios nos ayudan a entrenar la IA para que sea más inteligente y precisa con el tiempo. Cada comentario ayuda a mejorar las llamadas futuras.


---

# 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/dar-retroalimentacion-de-llamadas.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.
