> 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/crafting-a-shape/sculpt-a-break-off.md).

# 조형

계곡 모양을 만들기 위해, 우리는 [조각 모양 레이어](/ko/reference/terrain/shape-layers/sculpt.md)를 추가할 것입니다. 레이어를 선택한 상태에서 **편집** 을 눌러 조각을 시작하고 작업 모드를 **추가** 로 변경하여 기존 지형 위에 페인팅합니다. 그런 다음 브러시 모드를 **낮춤** 으로 바꾸고 지형에 계곡 모양을 그리기 시작합니다.

<div><figure><img src="/files/e12a5c104ed4cb55cd85fd94a42705d31af21b5b" alt=""><figcaption><p>작업 덮어쓰기</p></figcaption></figure> <figure><img src="/files/f0b9668275fe747a437852df25b26723e0c7f933" alt=""><figcaption><p>조각된 지형</p></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/crafting-a-shape/sculpt-a-break-off.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.
