> For the complete documentation index, see [llms.txt](https://docs.world-creator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world-creator.com/ko/walkthrough/final-touches/add-volumetric-clouds.md).

# 볼류메트릭 먼지 추가

지형을 완성하기 위해 핫바의 구름 아이콘을 클릭하여 구름을 활성화한 다음, [장면 설정](/ko/reference/scene.md) 이들이 계곡을 가볍게 덮는 얇은 모래구름처럼 보이도록 조정합니다.

{% hint style="info" %}
현재 모든 후처리 및 환경 효과는 내보낼 수 없으며 World Creator에서는 시각적 용도로만 제공된다는 점에 유의하세요.
{% endhint %}

<div><figure><img src="/files/096170e96f0a0023a0643428ca7ee0c0964aac80" alt=""><figcaption></figcaption></figure> <figure><img src="/files/9365bc2f080fdd924088918045b02d19fec73cae" alt=""><figcaption></figcaption></figure></div>


---

# 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.world-creator.com/ko/walkthrough/final-touches/add-volumetric-clouds.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.
