# 如何使用

要开始使用图片生成器，您需要提供您想要创建的图像的描述。以下是一些通用的术语指南：

* **物体** - 使用对象的名称，如苹果，汽车，房子等。
* **颜色** - 指定颜色，如红色，蓝色，绿色等。
* **大小** - 指定大小，如大，小，高等。
* **形状** - 指定形状，如正方形，圆形，长方形等。
* **材料** - 指定材料类型，如木制，金属，玻璃等。
* **动物/人** - 指定不同类型的动物或人，如猫，狗，女人，男人等。
* **风景** - 指定不同类型的风景，如日落，海滩，山等。
* **情绪** - 指定不同的情绪，如快乐，悲伤，愤怒等。
* **现实性** - 指定准确性或抽象度的程度，如摄影写实，卡通，印象派等。

{% hint style="info" %}
您只能根据提供的描述每次请求生成一张图像。
{% endhint %}

请记住，您的描述越具体，生成的图像就越准确。例如，不仅仅说“猫”，你可能会说“一只大的橙色猫坐在蓝色的沙发上”。这将为模型提供一个更具体的图像生成。

![](/files/eKo2hBd1jbqkNGo5oxHG) ![](/files/IDEnepe9cn1zFwOc52xL)


---

# 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/zh-cn/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.
