> 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/example-winter-wonderland.md).

# 範例 – 冬季仙境

在這個範例中，我們將盡可能具體地創造一幅藝術圖像：

<figure><img src="/files/oPAd0Lx8QYlsyUBRTHs4" alt="image generator example"><figcaption></figcaption></figure>

{% hint style="info" %}
圖片鏈接將在 1 小時內過期。如果您希望使用或稍後查看它，請在過期之前保存圖片。
{% endhint %}

圖像生成器創建了以下圖像：

<figure><img src="/files/IslMyGB53f5g5v3HjiHc" alt="image generator output"><figcaption></figcaption></figure>

如果您不喜歡圖像的確切構圖，請點擊 **重新生成** 以使用相同的提示創建新圖像：

<figure><img src="/files/iND9RV5oUMdUkt6mSBpN" alt="regenerated image generator output"><figcaption></figcaption></figure>


---

# 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/example-winter-wonderland.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.
