> 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/edit-certificate.md).

# 인증서 편집

### **수동으로 인증서 정보 업데이트하기**

1. **인증서 목록** 페이지에서 업데이트하려는 인증서를 검색합니다.
2. **인증서 번호**를 클릭합니다.
3. 인증서 세부 정보 페이지에서 **편집** 버튼을 클릭합니다.

<figure><img src="https://github.com/QualityTrade/iaf-docs-accreditation-bodies-ko/blob/main/data-management/certifications/broken-reference" alt="" width="563"><figcaption></figcaption></figure>

4. 각 입력 필드에 업데이트된 데이터를 입력합니다:

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

* 인증서 상태<mark style="color:red;">(필수)</mark>
* 인증서 번호<mark style="color:red;">(필수)</mark>
* 인증서 유형<mark style="color:green;">(읽기 전용)</mark>
* 인증서 표준 및 체계<mark style="color:red;">(필수)</mark>
* 인증서 범위 (선택 사항)
* 인증서 주요 사이트<mark style="color:green;">(읽기 전용)</mark>

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

* 인증서 원본 발급일 (선택 사항)
* 인증서 발급일<mark style="color:red;">(필수)</mark>
* 인증서 만료일<mark style="color:red;">(필수)</mark>
  {% endtab %}
  {% endtabs %}

4. 업데이트를 완료한 후, 제출 버튼을 클릭합니다.
5. 모든 데이터가 유효하다면, 인증서 정보가 성공적으로 업데이트됩니다.

인증서 및 인증된 엔터티 필드에 대해 자세히 알아보려면, [여기](/accreditation-bodies/ab-ko/data-management/import-certification/certification-file-templates.md)를 클릭하세요.

대량 데이터를 가져오고 싶으신가요? [데이터 가져오기](/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/edit-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.
