# 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.


---

# 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://docs.kognitos.com/legacy/legacy-experience/automation-areas/image-manipulation/text-visualization.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.
