# 설정 가이드

- [사용자 정의 설정](https://help.windmillsoft.kr/simplymessage/implement/undefined.md)
- [위젯 설정](https://help.windmillsoft.kr/simplymessage/implement/undefined-1.md): 원하는 곳에 메시지 위젯을 추가할 수 있습니다.
- [필드 매핑 설정](https://help.windmillsoft.kr/simplymessage/implement/user.md): 특정 오브젝트의 원하는 필드 값을 수신 번호로 설정할 수 있습니다.
- [메시지 템플릿 설정](https://help.windmillsoft.kr/simplymessage/implement/undefined-2.md): 자주 사용되는 형식을 템플릿으로 생성하여 문자 전송 시 빠르게 내용을 자동완성 해주는 기능입니다.
- [카카오 알림톡 설정](https://help.windmillsoft.kr/simplymessage/implement/undefined-3.md)
- [카카오 프로필 설정](https://help.windmillsoft.kr/simplymessage/implement/undefined-3/undefined.md): 사용할 카카오 프로필을 설정합니다.
- [알림톡 템플릿 설정](https://help.windmillsoft.kr/simplymessage/implement/undefined-3/undefined-1.md): 알림톡으로 전송할 템플릿을 생성합니다.
- [알림톡 템플릿 Action](https://help.windmillsoft.kr/simplymessage/implement/undefined-3/action.md): 알림톡 템플릿은 카카오에서 확인 및 승인 이후 사용이 가능합니다.
- [발송](https://help.windmillsoft.kr/simplymessage/implement/undefined-4.md)
- [메시지 단건 발송](https://help.windmillsoft.kr/simplymessage/implement/undefined-4/undefined.md)
- [메시지 일괄 발송](https://help.windmillsoft.kr/simplymessage/implement/undefined-4/undefined-1.md)
- [알림톡 발송](https://help.windmillsoft.kr/simplymessage/implement/undefined-4/undefined-2.md)


---

# 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.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.
