# 시드 조정

이전 글들을 통해 이제 World Creator가 어떻게 작동하는지 기본적인 이해가 있으실 겁니다. 모래 강 계곡을 만들어 실제 같은 지형을 생성해 보겠습니다.

먼저 원하는 모양과 더 유사한 기본 지형이 되도록 시드를 증가시키는 것으로 시작합니다. 이는 메인 [지형 설정 패널](/ko/reference/terrain.md).&#x20;

{% hint style="info" %}
지형 설정에서 시드를 변경하면 전역적으로 적용되어 쉐이프 레이어, 필터, 분포와 같은 다른 모든 요소의 시드도 함께 변경됩니다. 시드를 국지적으로 변경하려면 조정하려는 요소에서 해당 시드를 변경하세요.
{% endhint %}

<div><figure><img src="/files/1b87a13be6c40b2880edff5d1c21875c7471b487" alt=""><figcaption><p>기본 시드</p></figcaption></figure> <figure><img src="/files/c88d9053ae04970a9ae0ae11f6faa49ea130a44f" alt=""><figcaption><p>시드가 12로 설정됨</p></figcaption></figure></div>


---

# 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.world-creator.com/ko/walkthrough/crafting-a-shape/create-a-volcano.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.
