> For the complete documentation index, see [llms.txt](https://docs.dfinery.ai/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dfinery.ai/user-guide/action/on-site-campaign/in-app-message/faq.md).

# 자주 묻는 질문 FAQ

<details>

<summary><strong>인앱 메시지 우선순위 설정시 실제 반영까지 얼마나 걸리나요?</strong></summary>

초안, 대기, 운영 준비 중 상태에서는 보통 즉시 반영되지만, 인앱 메시지를 운영 중인 캠페인의 경우 최대 1시간까지 소요될 수 있습니다.

</details>

<details>

<summary><strong>테스트 메시지와 라이브 메시지가 동시에 발생할 경우, 어느 메시지가 먼저 표시되나요?</strong></summary>

테스트 메시지가 우선으로 노출됩니다.\
만약 실제 라이브 캠페인의 메시지를 우선으로 받고 싶다면, 테스트 관리에서 해당 기기를 제거해 주시기 바랍니다.

</details>


---

# 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.dfinery.ai/user-guide/action/on-site-campaign/in-app-message/faq.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.
