> 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/ai-image-creation.md).

# AI Image Creation

**1. Login to Livy.AI:**

Login to your Livy.AI account. If you do not have one yet, sign up by providing your details and creating a secure password.

**2. Navigate to the AI Image Generation Feature:**

Once you're logged in, navigate to the AI Image Generation feature. This might be located in a menu or a toolbar, depending on the layout of Livy.AI.

**3. Enter your Prompt:**

Now, it's time to input the criteria for your image. This could include a detailed description of the scene or object you want to generate, preferred colors or styles, or other specific elements you want the image to have. Remember, the more specific and detailed your description, the better the AI can generate an image that meets your needs.

**4. Generate Your Image:**

Once you've entered your criteria, click on the 'Generate' button. The AI will then process your request and generate an image based on your description. This process may take a few moments, depending on the complexity of your request.

**5. Review and Adjust Your Image:**

After the AI generates the image, review it to see if it meets your needs. If it's not quite right, you may have the option to adjust certain aspects of the image directly in Livy.AI, or you can change your criteria and generate a new image.

**8. Save or Export Your Image:**

If you're happy with the generated image, save or export it in your preferred format. The image is now ready to be used in your project!

Remember, AI image generation is a powerful tool that can save you time and provide unique visuals for your projects. Don't be afraid to experiment with different descriptions and criteria to get the most out of this feature.


---

# 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/ai-image-creation.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.
