> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/godobill_guide/faq/undefined-3.md).

# 인증서

<details>

<summary>고도빌에서 사용 가능한 인증서 종류가 궁금해요</summary>

고도빌 전용 인증서(1년 11,000원)와 사업자범용 인증서(1년 110,000원)를 등록할 수 있습니다.&#x20;

자세한 신청 방법은 인증서 관리를 참고해 주세요.

</details>

<details>

<summary>인증서 저장 폴더나 키 파일을 찾을 수 없습니다</summary>

`C:\Program Files\NPKI` 폴더 또는 `C:\Users\사용자명\AppData\LocalLow\NPKI` 경로를 확인해 주세요.&#x20;

그래도 찾을 수 없다면 인증서 발급 기관에 문의해야 합니다.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://godomall-help.nhn-commerce.com/godobill_guide/faq/undefined-3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
