# Prompt

## Summary

The Prompt Node allows you to give clear instructions to the AI models to generate text, images, and videos. It’s perfect for crafting custom prompts for text, images, or videos based on your specific needs.

<div data-with-frame="true"><figure><img src="/files/N9J4JvE2nFd37MIImLyE" alt=""><figcaption></figcaption></figure></div>

### Key Features

* Write detailed prompts for specific outputs.
* Works for all; text, image, and video generation.
* Use it with other nodes for complex workflows.

## How to Use

1. Add the Node:
   * Click the Add (+) button and select Prompt from the Text Utilities node category.&#x20;
   * Or use the shortcut (P).
2. Enter Your Prompt:
   * Write a detailed prompt to define the content you want to generate (e.g., "Generate a product description for an eco-friendly jacket").
3. Connect with Nodes:
   * You can then connect this with other nodes for generating content, such as Image or Video, etc.

### Sample Use Cases

<details open>

<summary>Text</summary>

“Write a catchy caption for a social media ad about our new eco-friendly sneakers.”

<div data-with-frame="true"><figure><img src="/files/MqqpdUCzSeA4BmHoT1gy" alt=""><figcaption></figcaption></figure></div>

</details>

<details open>

<summary>Image</summary>

“Generate an image of a beach sunset with a silhouette of a person practicing yoga.”

<div data-with-frame="true"><figure><img src="/files/FFCWt9RbVFLJPPDnlfO6" alt=""><figcaption></figcaption></figure></div>

</details>

***


---

# 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://help.imagine.art/workflows/text-nodes/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.
