# Page Not Found

The URL `files/zfQ9mmyx1oE71Zd9n14c` 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-1.md)
- [데이터 복사 및 백업](https://help.makeshop.co.kr/faq/undefined-4.md)
- [앱 설치 후 전화, 사진, 미디어, 파일 공유권한 설정을 하라는데 이게 무엇인가요?](https://help.makeshop.co.kr/faq/mobile/undefined-1/undefined-14.md)
- [에스크로 정산주기는 어떻게 되나요?](https://help.makeshop.co.kr/faq/undefined/undefined/undefined-14.md)
- [쇼핑몰에서 이벤트를 진행하고자 합니다 절차가 있나요?](https://help.makeshop.co.kr/faq/set/undefined/undefined-14.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-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.

### 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-1.md`).

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