> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/zh-hk/genstudio-workspace/tools/image-generator/how-to-use.md).

# 如何使用

要開始使用圖像生成器，您需要提供您希望創建的圖像的描述。以下是一些一般性的術語指南：

* **物體** – 使用蘋果，汽車，房屋等物體的名稱。
* **顏色** – 指定顏色，如紅色，藍色，綠色等。
* **大小** – 指定大小，如大，小，高等。
* **形狀** – 指定形狀，如方形，圓形，長方形等。
* **材料** – 指定材料類型，如木質，金屬，玻璃等。
* **動物/人物** – 指定不同類型的動物或人，如貓，狗，女人，男人等。
* **風景** – 指定不同類型的風景，如日落，海灘，山脈等。
* **情緒** – 指定不同的情緒，如快樂，悲傷，憤怒等。
* **現實** – 指定準確性或抽象性的程度，如照片般真實，卡通化，印象派等。

{% hint style="info" %}
您只能根據提供的描述每次請求生成一個圖像。
{% endhint %}

請記住，您的描述越具體，生成的圖像就會越準確。例如，不只說“貓”，您可能會說“一隻大橙色的貓坐在藍色的沙發上”。這將讓模型生成更具體的圖像。

![](/files/geE52LMkyknoR3jSXtuf) ![](/files/8AgT4EHl3ZbxV7WM12sX)


---

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