# How To Improve Your Prompt

## Prompt Enhancement in Regular Mode

### What is Prompt Enhancement?

**Prompt Enhancement** is a feature in **Regular Mode** that helps you turn your ideas into fully functional, detailed prompts — even if you're not sure how to word them at first.

Sometimes your idea is just a spark. Instead of needing to write the perfect AI-ready prompt, you can:

1. Type your idea how you’d say it out loud
2. Enhance it with **Claude 4**
3. Instantly use the improved version with a single click

This helps beginners **get results faster** — and teaches everyone how better prompts produce better outputs.

### How to Use Prompt Enhancement&#x20;

Change from **Agent Mode** to **Regular Mode**

2. Type a detailed rough idea into the prompt box
3. Press Enter
4. You’ll see a refined, detailed version of your idea
5. Click **Use as Prompt** (bottom-left of the enhanced prompt box)

click here for more information:

{% embed url="<https://doc.flowith.io/agent-mode-neo/canvas-navigation-in-agent-mode#swapping-to-regular-mode>" %}

### What Happens When You Click \`Use as Prompt\`?

When you click the **`Use as Prompt`** button below an enhanced prompt, the system checks the prompt for **input variables** wrapped in **custom tag format** like:

```
<sales_report>
{$SALES_REPORT}
</sales_report>
```

this will trigger a popup modal asking you to input your file names e.g. (2024 Annual Sales Report.md) or values, and the system will auto-fill the final prompt before sending it.

This small step turns generic prompts into **real, usable instructions** that AI can act on right away — no rewriting needed.

### Why We Built It This Way

**Prompt Enhancement + Smart Input = Better Products Faster**

* **See how AI rewrites your idea** to learn how to write better prompts
* **Focus on your idea**, not perfect grammar or structure
* **Turn thoughts into working projects** without needing to be a developer

Even if you’ve never built anything before, this process gets you from *“I have an idea”* to *“I’m building something real”* — and that’s the goal.<br>

### Final Tip

If you ever get stuck, just write **what you want**, even if it's messy, just try and get all your thoughts out and clearly describe how you envision the final product.

Use Prompt Enhancement, fill in the blanks if needed, and watch your idea come to life.

Review your initial prompt versus the generated one to ensure everything you wanted is still preserved before swapping to Agent Mode to start the task


---

# 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://doc.flowith.io/agent-mode-neo/how-to-improve-your-prompt.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.
