# Page Not Found

The URL `files/wEwtCdgMjdPD9ii8UYqZ` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [기타](https://help.makeshop.co.kr/faq/undefined-8.md)
- [알림톡과 파워앱을 같이 이용 중입니다 고정 메시지 발송 시 우선순위가 있나요?](https://help.makeshop.co.kr/faq/mobile/undefined-1/undefined-8.md)
- [파워팩을 사용하면 기존의 모바일샵에서 설정했던 부분은 초기화되나요?](https://help.makeshop.co.kr/faq/mobile/undefined-2/undefined-8.md)
- [모바일 샵을 이용해야 파워앱을 쓸 수 있나요?](https://help.makeshop.co.kr/faq/mobile/undefined-1/undefined-18.md)
- [푸시내용에 적용할 수 있는 가상태그 사용법](https://help.makeshop.co.kr/faq/mobile/undefined-1/undefined-28.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://help.makeshop.co.kr/faq/undefined-8.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.

### Option 2 — Browse the documentation index

Full index: https://help.makeshop.co.kr/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://help.makeshop.co.kr/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/faq/undefined-8.md`).

You may also use `Accept: text/markdown` header for content negotiation.
