> 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/post-analisis-de-llamadas-flujo-de-analisis-de-llamada.md).

# Post Análisis de Llamadas - Flujo de Análisis de Llamada 🔀

Esta sección te permite configurar cómo se analizarán las llamadas ejecutadas por el agente de IA usando los flujos creados previamente en Flow Studio.

***

Seleccionar Flujo de Análisis de Llamadas

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

Haz click en "Select Call Analysis Flow"

<figure><img src="/files/5VlGfE0zc0UNAiGD2xVU" alt=""><figcaption></figcaption></figure>

Aquí solo verás los flujos que cumplen con los criterios específicos para el análisis de llamadas. Si tu flujo no aparece en la lista, es porque no cumple con las siguientes condiciones:

* Debe ser un flujo con un tipo de "Trigger" que reciba todos los parámetros a través del body de la solicitud.
* El flujo debe responder con texto, ya que los modelos LLM solo pueden procesar respuestas en formato de texto.
* Sólo se puede seleccionar un flujo de análisis en esta funcionalidad.

Una vez seleccionado el flujo, verás la URL del flujo seleccionado y su API Key ya dentro de la casilla "Call Analysis Flow"

<figure><img src="/files/6MjBRUcbr4vnXCgXqmdW" alt=""><figcaption></figcaption></figure>

***

¡Advertencia! Ten en cuenta que si cambias el nombre de un flujo, será necesario que actualices la URL del webhook correspondiente.


---

# 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/post-analisis-de-llamadas-flujo-de-analisis-de-llamada.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.
