> 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/add-filters/add-erosion.md).

# 침식 필터 추가

이제 우리는 [Soft Flows 침식](/ko/reference/terrain/biome/filters/basic-erosion/soft-flows.md) 필터를 추가할 것입니다. 이 필터는 물 입자를 사용하여 퇴적물의 침식과 퇴적을 시뮬레이션하는 단순한 침식 알고리즘입니다. 추가한 후에는 다양한 [프리셋 ](/ko/reference/presets.md)을(를) 필터 설정 상단에서 탐색하여 필터의 모양을 빠르게 변경하거나, 필터가 사용하는 모든 매개변수를 수동으로 조정하여 원하는 대로 세밀하게 조정할 수 있습니다.

<figure><img src="/files/80f9d21a50c1c754e6536fe1fbdfd39f6811c8c8" alt=""><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.world-creator.com/ko/walkthrough/add-filters/add-erosion.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.
