> For the complete documentation index, see [llms.txt](https://support.iafcertsearch.org/accreditation-bodies/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.iafcertsearch.org/accreditation-bodies/ab-ko/data-management/certifications/add-certificate.md).

# 인증서 추가

**수동으로 인증서를 추가하려면 2가지 옵션이 있습니다.**

1. [기존 Certified Entity 레코드에 추가하기](https://github.com/QualityTrade/iaf-docs-accreditation-bodies-ko/blob/main/data-management/certifications/broken-reference/README.md)
2. [새로운 Certified Entity에 인증서 추가하기](#to-manually-add-a-certificate-with-a-new-certified-entity)

### 새로운 Certified Entity와 함께 인증서를 수동으로 추가하는 방법:

1. Certified Entity 페이지로 이동합니다.
2. '**Add Certified Entity'** 버튼을 클릭합니다.
3. **인증서 자료**가 있는 **Certified Entity 폼**에 데이터를 입력해야 합니다. 이 폼에는 Certified Entity 정보와 인증서 정보 두 개의 데이터 폼이 있습니다.

{% tabs %}
{% tab title="Certified Entity 정보" %}
**회사 정보**

* Certified Entity 이름 <mark style="color:red;">(필수)</mark>
* Certified Trading 이름 (옵션)
* Certified 영문 이름 (옵션)
* 비밀 Certified Entity (옵션)

**위치 정보**

* Certified Entity 국가 <mark style="color:red;">(필수)</mark>
* Certified Entity 도로명 주소 <mark style="color:red;">(필수)</mark>
* Certified Entity 도시 <mark style="color:red;">(필수)</mark>
* Certified Entity 주 (옵션)
* Certified Entity 우편번호/우편번호 <mark style="color:red;">(필수)</mark>
  {% endtab %}

{% tab title="인증서 정보" %}
**인증서 정보**

* 인증 상태 <mark style="color:red;">(필수)</mark>
* 인증서 번호 <mark style="color:red;">(필수)</mark>
* 인증 유형 <mark style="color:red;">(필수)</mark>
* 인증 기준 및 계획 <mark style="color:red;">(필수)</mark>
* 인증 범위 (옵션)

**인증서 발급 세부 정보**

* 발급 원본 일자 (옵션)
* 발급 일자 <mark style="color:red;">(필수)</mark>
* 만료 일자 <mark style="color:red;">(필수)</mark>

**인증서 추가 사이트 (옵션 데이터)**

* Certified Entity 국가 <mark style="color:red;">(필수)</mark>
* Certified Entity 도로명 주소 <mark style="color:red;">(필수)</mark>
* Certified Entity 도시 <mark style="color:red;">(필수)</mark>
* Certified Entity 주 (옵션)
* Certified Entity 우편번호/우편번호 <mark style="color:red;">(필수)</mark>
  {% endtab %}
  {% endtabs %}

3. 완료 후, **'Submit'** 버튼을 클릭합니다.
4. 모든 데이터가 유효한 경우, Certified Entity와 해당 인증서가 IAF CertSearch에 성공적으로 추가됩니다.

{% hint style="info" %}
**참고:** 가져오기 프로세스 중에 오류가 발생하는 경우, [오류 처리](/accreditation-bodies/ab-ko/error-handling/error-handling.md)로 이동하세요.
{% endhint %}

인증 및 Certified Entity 필드에 대해 더 알고 싶으시면, [여기](/accreditation-bodies/ab-ko/data-management/import-certification/certification-file-templates.md)를 클릭하세요.

대량 데이터를 가져오려는 경우, [**Data Import**](/accreditation-bodies/ab-ko/data-management/import-certification.md)를 사용해보세요.

***

### 관련 기사

> 인증서 정보 업데이트
>
> 여러 기준 추가
>
> 추가 사이트 추가


---

# 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://support.iafcertsearch.org/accreditation-bodies/ab-ko/data-management/certifications/add-certificate.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.
