> ## Documentation Index
> Fetch the complete documentation index at: https://docs.genie.harshalranjhani.in/llms.txt
> Use this file to discover all available pages before exploring further.

# image

> Reference for the `image` command in Genie, the AI-powered CLI companion.

<Info>
  **Note** This command is only available for the GPT engine.
</Info>

The `image` command allows you to create images directly from text prompts. This feature is highly versatile, enabling the generation of diagrams, charts, illustrations, and other visual content without leaving the CLI.

## Usage

```bash theme={null}
genie generate "prompt"
```

## Key Features

* **Text-to-Image Conversion**: Generate images from text prompts, simplifying the process of creating visual content.

* **Versatile Applications:** Useful for generating a wide variety of images, including flowcharts, concept art, and visual explanations.

## Example

```bash theme={null}
genie generate "Create a flowchart for a user registration process"
```

This command would generate a flowchart illustrating the steps involved in the user registration process. The resulting image can be saved or shared as needed.
