# How to Use

To get started with Image Generator, you need to provide a description of the image you wish to create. Here are some general guidelines for terms:

* **Objects** – Use names of objects such as apple, car, house, etc.
* **Colors** – Specify colors such as red, blue, green, etc.
* **Sizes** – Specify sizes like large, small, tall, etc.
* **Shapes** – Specify shapes like square, round, rectangular, etc.
* **Materials** – Specify types of materials like wooden, metal, glass, etc.
* **Animals/People** – Specify different types of animals or people like cat, dog, woman, man, etc.
* **Scenery** – Specify different types of scenery like sunset, beach, mountain, etc.
* **Moods** – Specify different moods like happy, sad, angry, etc.
* **Realism** – Specify the degree of accuracy or abstractness like photorealistic, cartoonish, impressionist, etc.

{% hint style="info" %}
You can only generate one image per request based on the provided description.
{% endhint %}

Remember, the more specific your description, the more accurate the generated image will be. For example, instead of just saying "cat", you might say "a large orange cat sitting on a blue sofa". This will give the model a more specific image to generate.

![](/files/fm3IZmbHap6kRKVJBa40) ![](/files/3JER0ONoEwbWrkC8HmZS)


---

# 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.skydeck.ai/genstudio-workspace/tools/image-generator/how-to-use.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.
