# Text Visualization

Visualizing text as a word cloud is a powerful way to represent the frequency of words in a given text. This section covers how to create word clouds with specific attributes or default settings.

### Creating Word Clouds

To create a word cloud, specify the text and any desired attributes such as background color, width, and height.

#### Word Cloud with Specific Attributes

Example:

```
the text is "Hello world, hello everyone"
visualize the text as a word cloud with
    the background color is "black"
    the width is 600
    the height is 400
```

This command creates a word cloud with the specified text, background color, width, and height.

#### Word Cloud with Default Settings

Example:

```
the text is "Data science, machine learning, artificial intelligence"
visualize the text as a word cloud
```

This command creates a word cloud with the specified text using default settings.

## Image Generation

**Note:** AI image generation is not currently supported by Kognitos.
