# Page Not Found

The URL `files/SmKjbJQemN2EGjLX5U14` 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/mobile/undefined-1.md)
- [쇼핑몰에서 이벤트를 진행하고자 합니다 절차가 있나요?](https://help.makeshop.co.kr/faq/set/undefined/undefined-14.md)
- [파워리뷰에서 이미지 첨부할때 자동으로 리사이징 되는데 최대 등록 가능한 사이즈가 있나요?](https://help.makeshop.co.kr/faq/sub/undefined/undefined-14.md)
- [앱 설치 후 전화, 사진, 미디어, 파일 공유권한 설정을 하라는데 이게 무엇인가요?](https://help.makeshop.co.kr/faq/mobile/undefined-1/undefined-14.md)
- [이미지호스팅에 업로드 한 이미지를 같이 운영 중인 다른 쇼핑몰에도 노출할 수 있나요?](https://help.makeshop.co.kr/faq/sub/imghosting/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/mobile/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/mobile/undefined-1.md`).

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