# Enhance your prompt with GPT

{% hint style="info" %}
We're working on adding a prompt enhancer natively in Dualite! Stay Tuned.
{% endhint %}

Prompting is one of the most powerfull, and often time-consuming, aspects of developing AI-powered solutions. Whether you're creating a chatbot, automating customer service, or summarising PDFs, finding the ideal prompt might take hours of testing.

This is where ChatGPT's Thinking models come in.

Using ChatGPT's user-friendly chat interface, you can quickly develop high-quality prompts and then plug them straight into Dualite Alpha to enable smart, generative features in your applications. This method allows you to bypass the painful trial-and-error step and begin working using AI straight away.

### Why use ChatGPT for prompting?

* Rapid iteration: Refine and test your prompt ideas through conversation.
* Reusable Results: Transfer prompts to Alpha with zero rework.
* Faster Build Time: From idea to functional prototype in minutes.

#### Step-by-Step Workflow

#### Step 1: Talk to ChatGPT First

Start a conversation with ChatGPT using a simple description of what you want to build. For example:

*'Make me a prompt for Dualite Alpha for a modern UI to-do list'*

Refine and iterate until the output looks right for your use case.

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

#### Step 2:

\
Once you're happy with the response format and clarity, extract the final prompt.

<figure><img src="/files/2wL2Zlyxa379nIOoE2UQ" alt=""><figcaption></figcaption></figure>

#### Step 3: Plug Into Dualite Alpha

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

#### Step 4: Its ready!

(There can be situations where you'll need to re-run the terminal after putting the Gemini API key. make sure you go to Dualite Terminal below do Ctrl + C (on Mac) to kill the server and redo *yarn* and then *yarn run dev* step-by-step)

<figure><img src="/files/59r6hT5M8jmw5ygmCkdR" alt=""><figcaption></figcaption></figure>

Now that you’ve shortcut the prompt creation process using ChatGPT, keep building in Alpha:

* Combine with tools like Sheety, Zapier, or Notion
* Add multi-step flows
* Use OpenAI or Gemini as the backend model

### Conclusion

You don’t need to start from scratch when designing with AI, let ChatGPT handle the heavy lifting of prompt creation so you can focus on building fast. This workflow not only speeds up development but also helps you craft smarter, more precise prompts that drive better results inside Dualite Alpha.

By combining ChatGPT's conversational flexibility with Alpha’s powerful no-code environment, you're setting up your project for success, from the very first line of the prompt.


---

# 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://alphadocs.dualite.dev/prompting/enhance-your-prompt-with-gpt.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.
