> For the complete documentation index, see [llms.txt](https://docs.livy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.livy.ai/getting-started/content-creation-modes/image-generation.md).

# Image Generation

Welcome to the guide for Livy.AI's Image Generation feature! This tool allows you to generate unique images based on your specified criteria. Whether you need a visual representation of a scene from a script or an abstract image based on a theme, our AI-powered Image Generation feature can assist you.

Follow the steps below to use this powerful tool:

**1. Log in to Livy.AI:**

Log into your Livy.AI account. If you don't have an account yet, sign up first.

**2. Navigate to Image Generation:**

From your dashboard, locate and select the Image Generation feature. This will take you to a new page where you can create your image.

**3. Specify Your Criteria:**

Here is where you tell Livy.AI what kind of image you want. You might enter specific details from a scene description, a general theme, or any other guiding criteria for the image you need.

*For instance, if you're trying to visualize a scene from a script, you could input: "a crowded marketplace at sunset, bustling with people and full of vibrant colors and exotic goods."*

**4. Generate Your Image:**

Once you've specified your criteria, click on the "Generate Image" button. The AI will process your request, and after a short while, it will present a generated image based on your input.

**5. Review and Refine:**

Take a look at the generated image. If it's not quite what you wanted, you can adjust your criteria and try again. The AI learns from your input, so each iteration should get you closer to the image you're envisioning.

**6. Save Your Image:**

When you're happy with the generated image, click "Save" to add it to your project. You can also download the image to use outside of the Livy.AI platform.

That's it! You've now created a unique image using Livy.AI's Image Generation feature. Remember, this is a powerful tool for visualizing concepts and scenes, and you can use it as often as you like to generate as many images as you need. Happy creating!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.livy.ai/getting-started/content-creation-modes/image-generation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
