# Condiciones simples

Las **Condiciones Simples** permiten definir dos caminos en un flujo de trabajo, basados en si una condición específica se cumple (verdadera) o no (falsa). Este componente es fundamental para crear bifurcaciones lógicas dentro de los User Journeys, adaptando el recorrido del cliente en función de sus acciones o atributos específicos.

<figure><img src="/files/ag2MUOgowxfYziEc7wQ4" alt="" width="310"><figcaption></figcaption></figure>

## Configurar Condición Simple

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

#### Nombre&#x20;

Permite cambiar el nombre del componente para hacerlo más visible en el workflow.&#x20;

<figure><img src="/files/VvoQ5bQEkg3ZEJSRE7pq" alt="" width="375"><figcaption></figcaption></figure>

#### Condición&#x20;

Permite agregar las reglas que se validarán para determinar si se cumple la condición o no. Se pueden utilizar reglas como audiencias, afinidad, datos de clientes, entre otras, para definir el flujo del User Journey según el comportamiento y características del cliente.

* [Reglas](/guia-de-usuario/journeys/editor-workflow/control-de-flujo/reglas.md)&#x20;


---

# 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/control-de-flujo/condiciones-simples.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.
