# 위젯 설정

* 위젯을 설치할 오브젝트의 레코드 페이지에서 오른쪽 상단에 톱니바퀴(![](/files/cB71S78GJaBSKe3hN3TD))를 누르고 **페이지 편집(Edit Page)**&#xC744; 클릭합니다.

<figure><img src="/files/eb23f09MECz45s5cnIzq" alt=""><figcaption></figcaption></figure>

* 원하는 위젯을 원하는 위치에 마우스로 드래그 한 후에 **저장(Save)**&#xC744; 클릭합니다.

> 1. MessageWidget 으로 메시지 전송이 가능합니다.
> 2. MessageListViewWidget 으로 메시지 전송 결과 조회가 가능합니다.

<figure><img src="/files/hYvm63fjugSL2cnAu0nS" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/n21rISJtUxXsZA1RmAZF" alt=""><figcaption><p>위젯 저장 후에 해당 에러가 발생할 수 있습니다.</p></figcaption></figure>

{% hint style="danger" %}
위젯 설정 전 [필드 매핑](/simplymessage/implement/user.md)이 완료되어야 합니다.\
필드 매핑이 잘못돼있거나 완료되지 않은 경우에 위와 같은 에러가 발생할 수 있습니다.
{% endhint %}


---

# 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://help.windmillsoft.kr/simplymessage/implement/undefined-1.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.
