# 4-3 Basic Settings

**Creation Process:** Select Model - Enter Prompts - <mark style="background-color:yellow;">Adjust Parameters</mark> - Generate

Set the **Quantity, Mode, and Size** of images:

**Image Quantity**: How many images to generate at once.

**Image Mode**: The clarity of the images.

**Image Size**: Typically, portrait orientation is used for generating character images, while landscape orientation is used for scenery images. Maximum supported size is 1024\*1204 pixels.

> I. When the resolution is constant, larger image sizes can accommodate more information, resulting in richer details in the final image. If the image size is set to be small, the image content may appear rough.&#x20;
>
> II. Although selecting a larger image size can enhance the richness of details, it also increases computational burden, prolongs the time required for drawing, and raises computational resource consumption. Additionally, when the image size exceeds a certain range, the model interprets it as multiple images stitched together, resulting in issues such as multiple people or limbs appearing within one image.


---

# 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.seaart.ai/guide-1/4-parameters/4-3-basic-settings.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.
