> ## 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.

# The AI Flow Prompt

> How to use natural language to build complex automation workflows.

At the heart of Flowiz is the **Generative AI Engine**. Instead of dragging and dropping every single step manually, you can simply describe what you want to achieve in plain English.

## How It Works

When you type a prompt, the AI analyzes your intent and translates it into a structured "Flow."

1. **Input:** "Send a WhatsApp message to leads who didn't reply to my email after 3 days."
2. **AI Processing:** The system identifies:
   * **Trigger:** Email status = "No Reply"
   * **Condition:** Time = "3 Days"
   * **Action:** WhatsApp Agent

{/* Save as 'prompt-box-example.png' */}

<img className="block dark:hidden" src="https://mintcdn.com/cybernauts/YpPbgKwEEgbtR4wS/images/prompt-box-light.png?fit=max&auto=format&n=YpPbgKwEEgbtR4wS&q=85&s=d2bf3e88fb2349066ecd35c472816db2" alt="Prompt Box Light" width="1291" height="811" data-path="images/prompt-box-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/cybernauts/YpPbgKwEEgbtR4wS/images/prompt-box-dark.png?fit=max&auto=format&n=YpPbgKwEEgbtR4wS&q=85&s=98eed69bc2513cc5a3652b12c0bc996e" alt="Prompt Box Dark" width="1282" height="802" data-path="images/prompt-box-dark.png" />

## Writing Effective Prompts

To get the best results, structure your prompt with these three elements: **Target**, **Channel**, and **Goal**.

| Element     | Question to Answer        | Example                                   |
| :---------- | :------------------------ | :---------------------------------------- |
| **Target**  | Who are we contacting?    | "Marketing agencies in Mumbai..."         |
| **Channel** | How are we reaching them? | "...using Email for the first contact..." |
| **Goal**    | What is the outcome?      | "...to get them to book a demo."          |

### Prompt Examples

**✅ Good Prompt:**

> "Find software companies in Bangalore, extract their CTO's email, send a professional introduction, and if they don't reply in 48 hours, send a follow-up."

**❌ Bad Prompt:**

> "Find customers and email them."

## Auto-Detected Information

As you type, Flowiz automatically fills in the **Business Details** below the prompt box. Always double-check these fields before clicking "Automate" to ensure the AI knows exactly who you are.
