# TIP

- [결제금액 면세 적용방법](https://portone.gitbook.io/docs/tip/tax.md): 결제 요청 시 상황에 맞게 면세 금액를 설정할 수 있는 방법을 설명합니다.
- [오픈 전 체크사항](https://portone.gitbook.io/docs/tip/chk.md): 결제 오픈전 자가진단을 해볼수 있는 오픈 전 체크사항 리스트 입니다.
- [Confirm Process](https://portone.gitbook.io/docs/tip/confirm-process.md): 결제요청의 주체를 가맹점 서버로 가져갈수 있는 서비스 입니다.
- [포트원 결제 FLOW](https://portone.gitbook.io/docs/tip/flow.md): PG사 직연동과 포트원 연동시의 결제 FLOW차이점을 확인할 수 있습니다.
- [Agency & Tier 란?](https://portone.gitbook.io/docs/tip/agency-and-tier.md): 대표가맹점과 하위가맹점 설정에 대한 안내 입니다.
- [PG사별 빌링키 획득 규칙](https://portone.gitbook.io/docs/tip/pg.md)
- [PG사별 은행코드표](https://portone.gitbook.io/docs/tip/pg-1.md): 각 PG사별 은행코드를 확인할 수 있습니다.
- [PG사 코드표](https://portone.gitbook.io/docs/tip/pg-2.md): JavaScript SDK PG구분코드를 확인할 수 있습니다.
- [택배사 코드표](https://portone.gitbook.io/docs/tip/code.md): 에스크로 배송등록에 필요한 택배사 코드표를 확인합니다.
- [리디렉션이란?](https://portone.gitbook.io/docs/tip/redirect.md): 리디렉션의 정의를 자세히 확인할수 있습니다.
- [PG사 오류코드](https://portone.gitbook.io/docs/tip/pg-3.md): 각 PG사별 오류코드집을 내려받을 수 있습니다.


---

# Agent Instructions: 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:

```
GET https://portone.gitbook.io/docs/tip.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.

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.
