> ## Documentation Index
> Fetch the complete documentation index at: https://cybernauts.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Logic & Delays

> Control the timing and decision-making of your automation flow.

A linear campaign (Step 1 -> Step 2) is simple, but real sales require **Logic**. You need to treat people differently based on how they behave.

## The Delay Node

The Delay Node (Clock Icon) pauses the automation for a specific amount of time. This is crucial for "drip campaigns" where you don't want to spam the user.

{/* Save as 'delay-settings.png' */}

<img className="h-64 block dark:hidden" src="https://mintcdn.com/cybernauts/YpPbgKwEEgbtR4wS/images/delay-settings-light.png?fit=max&auto=format&n=YpPbgKwEEgbtR4wS&q=85&s=bd6d67d475ac76adb49d03e79144fa28" alt="Delay Settings Light" width="1419" height="757" data-path="images/delay-settings-light.png" />

<img className="h-64 hidden dark:block" src="https://mintcdn.com/cybernauts/YpPbgKwEEgbtR4wS/images/delay-settings-dark.png?fit=max&auto=format&n=YpPbgKwEEgbtR4wS&q=85&s=00db666cb8a2a77d27b5f08f172cd4a3" alt="Delay Settings Dark" width="1302" height="691" data-path="images/delay-settings-dark.png" />

**Common Uses:**

* **Wait 2 Days:** Before sending a follow-up email.
* **Wait 15 Minutes:** Between extracting a lead and sending a WhatsApp message (to look natural).

## The Logic Node (Decision)

The Logic Node (Diamond Icon) splits your flow into two paths: **YES** and **NO**.

{/* Save as 'logic-node.png' */}

<img className="block dark:hidden" src="https://mintcdn.com/cybernauts/YpPbgKwEEgbtR4wS/images/logic-node-light.png?fit=max&auto=format&n=YpPbgKwEEgbtR4wS&q=85&s=ba5d5215e4beed706bedda8090dfcb08" alt="Logic Node Light" width="1678" height="696" data-path="images/logic-node-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/cybernauts/YpPbgKwEEgbtR4wS/images/logic-node-dark.png?fit=max&auto=format&n=YpPbgKwEEgbtR4wS&q=85&s=d5f33e0f71936be9147c7be8b7fcf4ed" alt="Logic Node Dark" width="1677" height="694" data-path="images/logic-node-dark.png" />

### How it Works

The AI automatically assigns the condition.

* **Path A (Positive):** "If User Responds Positively" -> Send Booking Link.
* **Path B (Negative):** "If User Responds Negatively" -> Remove from list.
* **Path C (No Reply):** "If No Reply after 3 days" -> Send Follow-up.
