# Esperar hasta intervalo

El componente **"Esperar por Intervalo de Tiempo"** permite controlar el momento exacto en que una acción dentro de un journey se ejecuta. Con esta funcionalidad, es posible pausar el flujo hasta que se alcance un intervalo de tiempo definido (por ejemplo, de 10 a 11 AM). Si un usuario llega a este punto del journey dentro del intervalo establecido, la acción correspondiente, como el envío de una notificación, se ejecutará de inmediato. En caso contrario, el journey esperará hasta que se cumpla el horario indicado antes de continuar. Esto permite optimizar el impacto de las comunicaciones, asegurando que los mensajes lleguen en el momento más relevante para cada usuario.

<figure><img src="/files/95UanjoZ8fY34bAYxBjD" alt="" width="318"><figcaption></figcaption></figure>

## Configurar Esperar hasta intervalo

Es requerido ingresar el intervalo de tiempo.&#x20;

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


---

# 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://academy.gopersonal.ai/guia-de-usuario/journeys/editor-workflow/espera/esperar-hasta-intervalo.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.
