> 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/reactions.md).

# 반응

***

## 사용 방법

{% stepper %}
{% step %}

#### "Reaction" 도구를 선택하세요

씬 아래에서 다음을 선택하세요 <i class="fa-stamp" style="color:$primary;">:stamp:</i> <kbd><mark style="color:$primary;">**반응**<mark style="color:$primary;"></kbd> 도구 메뉴에서, 또는 단축키 <kbd><mark style="color:$primary;">**C**<mark style="color:$primary;"></kbd> .
{% endstep %}

{% step %}

#### 반응 스티커를 선택하세요

4가지 유형 중에서 선택하세요:

* ❤️&#x20;
* ☀️&#x20;
* 📍&#x20;
* ⚠️&#x20;
  {% endstep %}

{% step %}

#### 반응을 찍으세요

플레이그라운드의 어디에나 반응을 찍을 수 있습니다.&#x20;

스티커 유형이 선택되어 있는 한, 다시 선택하지 않고도 여러 영역에 빠르게 찍을 수 있습니다.
{% endstep %}

{% step %}

#### 반응 관리

* **반응 이동**: 스탬프를 클릭하고 드래그하세요.&#x20;
* **반응 제거:** 다음을 눌러 스탬프를 제거합니다 <kbd><mark style="color:$primary;">**Delete**<mark style="color:$primary;"></kbd> 키
  {% 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/reactions.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.
