# 관리자 콘솔 사용하기

- [관리자 콘솔 가이드](https://portone.gitbook.io/docs/console/guide.md): 포트원 관리자콘솔 사용법을 확인하실 수 있습니다.
- [전자결제 신청](https://portone.gitbook.io/docs/console/guide/reg.md)
- [내 식별코드, API Keys](https://portone.gitbook.io/docs/console/guide/api-keys.md)
- [관리자 및 하위 상점 계정 관리](https://portone.gitbook.io/docs/console/guide/account.md): 신규 관리자 콘솔에서는 관리자 계정 뿐만 아니라 가맹점에 소속되어 권한별로 발급된 계정들과 등록하신 하위상점에 소속되어 권한별로 발급된 계정들을 발급, 관리, 조회, 삭제 하실 수 있습니다.
- [결제 연동 하기](https://portone.gitbook.io/docs/console/guide/connect.md)
- [결제 내역](https://portone.gitbook.io/docs/console/guide/list.md): 결제가 이루어진 거래내역을 조회할 수 있는 메뉴입니다.
- [복수 PG설정 및 사용하기](https://portone.gitbook.io/docs/console/pg.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/console.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.
