> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/kr/tools/eraser.md).

# 지우개

<figure><img src="/files/645fbaee81b763cfd65e8d28fa0bedd95bb36594" alt=""><figcaption></figcaption></figure>

***

## 레이어 지우는 방법

<div align="left"><figure><img src="/files/00660101c9fb617c0e7c78b6c1eabff650e4f7e8" alt=""><figcaption></figcaption></figure></div>

{% stepper %}
{% step %}

### 지우개 도구 선택

도구 메뉴에서 <i class="fa-eraser" style="color:$primary;">:eraser:</i> <kbd><mark style="color:$primary;">**지우개를**<mark style="color:$primary;"></kbd>  선택하세요.
{% endstep %}

{% step %}

### 레이어 선택&#x20;

다음 방법을 사용하여 지울 레이어를 선택하세요. <i class="fa-arrow-pointer" style="color:$primary;">:arrow-pointer:</i> <kbd><mark style="color:$primary;">**선택**<mark style="color:$primary;"></kbd>  도구 또는 왼쪽 레이어 패널에서.
{% endstep %}

{% step %}

### 레이어 지우기

선택한 레이어 위를 클릭하고 드래그하여 원하는 부분을 지우세요.
{% endstep %}

{% step %}

### 지우개 크기 조정

* 지우개 아이콘을 클릭하여 획 패널을 여세요.
* 슬라이더를 드래그하거나 숫자 값을 수정하여 지우개 크기를 조정하세요.
  {% endstep %}
  {% endstepper %}


---

# 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.theseaai.com/main/kr/tools/eraser.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.
