> 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/standards/ab-standards.md).

# AB 표준

### 개별 AB 표준 세부 정보 보기

개별 AB 표준 세부 정보를 보려면 다음 단계를 따르세요:

1. 왼쪽 탐색에서 '표준' 페이지를 클릭합니다.
2. 보기를 원하는 표준을 찾습니다.
3. 동작 열에서 **보기** 버튼을 클릭합니다.
4. 선택한 표준 세부 정보가 표시되는 모달이 표시됩니다.

***

### 개별 AB 표준 세부 정보 업데이트

개별 AB 표준 세부 정보를 업데이트하려면 다음 단계를 따르세요:

1. 왼쪽 탐색에서 '표준' 페이지를 클릭합니다.
2. 보기를 원하는 표준을 찾습니다.
3. 동작 열에서 **보기** 버튼을 클릭합니다.
4. 선택한 표준 세부 정보가 표시되는 모달이 표시됩니다.
5. **편집** 버튼을 클릭합니다.
6. 다음 필드를 업데이트할 수 있습니다:

{% tabs %}
{% tab title="AB 표준 필드 업데이트" %}
{% hint style="warning" %}
**참고:** 표준 필드는 **읽기 전용** 상태입니다.
{% endhint %}

* 표준 상태
* 스키마
* 최초 발행 일자
* 발행 일자
* 만료 일자
  {% endtab %}
  {% endtabs %}

7. 작업을 완료하면 **변경 내용 저장** 버튼을 클릭합니다.
8. 표준 세부 정보가 성공적으로 업데이트되었습니다.

***

### AB 표준 추가

{% hint style="info" %}
**사전 조건**

* 스키마 라이브러리에 올바른 스키마가 포함되어 있는지 확인합니다.
  * [표준을 표준 라이브러리에 추가하는 방법 알아보기](/accreditation-bodies/ab-ko/data-management/standards/ab-standards/add-standard-to-library.md#add-standard-to-library)
* 표준 라이브러리에 올바른 표준이 포함되어 있는지 확인합니다.
  * [스키마를 스키마 라이브러리에 추가하는 방법 알아보기](/accreditation-bodies/ab-ko/data-management/standards/ab-standards/add-scheme-to-library.md#add-scheme-to-library)
    {% endhint %}

새로운 AB 표준을 추가하려면 다음 단계를 따르세요:

1. 왼쪽 탐색에서 '표준' 페이지를 클릭합니다.
2. **+ AB 표준 추가** 버튼을 클릭합니다.
3. 표준 추가 양식을 작성합니다.

{% tabs %}
{% tab title="표준 추가 양식" %}

* 표준 상태
* 스키마
* 표준 (버전 포함)
* 최초 발행 일자
* 발행 일자
* 만료 일자

각 필드에 대한 형식 설명은 [표준 필드 이름 용어집](/accreditation-bodies/ab-ko/data-management/standards.md#standards-field-names-glossary)에 자세히 나와 있습니다.
{% endtab %}
{% endtabs %}

4. **표준 추가** 버튼을 클릭합니다.
5. 저장되면 표준이 AB 표준 목록에 추가되고, AB 표준에 인증 기관을 할당하여 인증 기관이 해당 표준에 인증서를 업로드할 수 있도록 합니다.

***

### AB 표준 삭제

{% hint style="info" %}
**사전 조건**

* 표준이 활성 인증에 할당되어 있지 않은지 확인합니다. 할당되어 있다면, 표준을 삭제할 수 없습니다.
  {% endhint %}

AB 표준을 삭제하려면 다음 단계를 따르세요:

1. 왼쪽 탐색에서 '표준' 페이지를 클릭합니다.
2. **+ AB 표준 추가** 버튼을 클릭합니다.
3. 보기를 원하는 표준을 찾습니다.
4. 동작 열에서 **보기** 버튼을 클릭합니다.
5. 선택한 표준 세부 정보가 표시되는 모달이 표시됩니다.
6. **표준 삭제** 버튼을 클릭합니다.
7. 삭제된 후, 표준은 AB 표준 목록에 더 이상 표시되지 않으며, 어떠한 인증 기관에도 할당할 수 없습니다.


---

# 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/standards/ab-standards.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.
