# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [토스페이먼츠 연동하기 1 - API 연동](https://hotopaydocs.potatosoft.kr/pg/tosspayments.md)
- [설치하기](https://hotopaydocs.potatosoft.kr/install.md)
- [토스페이먼츠 연동하기 2 - 웹훅 설정](https://hotopaydocs.potatosoft.kr/pg/tosspayments_webhook.md)
- [Cron 설정하기](https://hotopaydocs.potatosoft.kr/cron.md)
- [포트원 연동하기 1 - API키 등록](https://hotopaydocs.potatosoft.kr/pg/iamport_api_key.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://hotopaydocs.potatosoft.kr/pg/tosspayments.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://hotopaydocs.potatosoft.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://hotopaydocs.potatosoft.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., `/pg/tosspayments.md`).

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