# 다이얼로그 팝업창(dialog)

팝업 형태의 알림창을 띄워주는 동작을 수행해요. 주로 "정말 삭제하시겠습니까?" 등의 알림 / 경고 팝업창 또는 사용자에게 선택지를 주고 추가 정보를 입력 받고 싶을 때 사용해요.

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

헤더 아이콘을 클릭하면, 설정한 **다이얼로그 팝업창** 액션에 따라 팝업 형태의 알림창을 띄워주는 동작을 수행해요.

<div align="left"><figure><img src="/files/8LSUQJmbhYDRrscurHv5" alt="" width="563"><figcaption></figcaption></figure></div>

<pre><code><strong>📌 다이얼로그 팝업창에서 보이는 [삭제] 버튼에 데이터 삭제 액션을 함께 사용해요.
</strong></code></pre>

2023.11.06 Jinny

> \#알림창 #알림 #팝업 #다이얼로그 #경고팝업 #삭제 #작은화면 #삭제확인


---

# 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://docs.ohmyapp.io/main/guide/develop_app/command-execute-function/action/dialog.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.
