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

# AB Standards

### Einzelheiten einzelner AB-Standards anzeigen

Um die einzelnen AB-Standarddetails anzuzeigen:

1. Klicken Sie auf die Seite "Standards" in der linken Navigation.
2. Suchen Sie nach dem gewünschten Standard.
3. Klicken Sie in der Spalte "Aktionen" auf die Schaltfläche **Anzeigen**.
4. Ein Modalfenster sollte angezeigt werden, das die ausgewählten Standarddetails enthält.

***

### Einzelheiten einzelner AB-Standards aktualisieren

Um die einzelnen AB-Standarddetails zu aktualisieren:

1. Klicken Sie auf die Seite "Standards" in der linken Navigation.
2. Suchen Sie nach dem gewünschten Standard.
3. Klicken Sie in der Spalte "Aktionen" auf die Schaltfläche **Anzeigen**.
4. Ein Modalfenster sollte angezeigt werden, das die ausgewählten Standarddetails enthält.
5. Klicken Sie auf die Schaltfläche **Bearbeiten**.
6. Sie können die folgenden Felder aktualisieren:

{% tabs %}
{% tab title="AB-Standardfelder aktualisieren" %}
{% hint style="warning" %}
**Hinweis**: Das Standardfeld bleibt **NUR LESEN**.
{% endhint %}

* Standardstatus
* Schema
* Erstausgabedatum
* Ausgabedatum
* Ablaufdatum
  {% endtab %}
  {% endtabs %}

7. Klicken Sie nach Abschluss auf die Schaltfläche **Änderungen speichern**.
8. Die Standarddetails wurden erfolgreich aktualisiert.

***

### AB-Standards hinzufügen

{% hint style="info" %}
**Voraussetzung**

* Stellen Sie sicher, dass das richtige Schema in der Schemasammlung enthalten ist.
  * [Erfahren Sie, wie Sie einen Standard der Standardsammlung hinzufügen](/accreditation-bodies/ab-de/data-management/standards/ab-standards/add-standard-to-library.md#add-standard-to-library)
* Stellen Sie sicher, dass der richtige Standard in der Standardsammlung enthalten ist.
  * [Erfahren Sie, wie Sie das Schema der Schemasammlung hinzufügen](/accreditation-bodies/ab-de/data-management/standards/ab-standards/add-scheme-to-library.md#add-scheme-to-library)
    {% endhint %}

Um neue AB-Standards hinzuzufügen:

1. Klicken Sie auf die Seite "Standards" in der linken Navigation.
2. Klicken Sie auf die Schaltfläche **Standard zu AB hinzufügen**.
3. Füllen Sie das Formular zum Hinzufügen des Standards aus.

{% tabs %}
{% tab title="Formular zum Hinzufügen von Standards" %}

* Standardstatus
* Schema
* Standard (einschließlich Version)
* Erstausgabedatum
* Ausgabedatum
* Ablaufdatum

Erklärungen der Formate für jedes Feld finden Sie im Glossar der [Standardfeldnamen](/accreditation-bodies/ab-de/data-management/standards.md#standards-field-names-glossary).
{% endtab %}
{% endtabs %}

4. Klicken Sie auf die Schaltfläche **Standard hinzufügen**.
5. Nachdem der Standard gespeichert wurde, wird er Ihrer AB-Standardsliste hinzugefügt und kann nun Zertifizierungsstellen zugeordnet werden, damit sie Zertifikate für diesen Standard hochladen können.

***

### AB-Standards löschen

{% hint style="info" %}
**Voraussetzung**

* Stellen Sie sicher, dass der Standard keiner aktiven Zertifizierung zugeordnet ist. Wenn er zugeordnet ist, darf der Standard nicht gelöscht werden.
  {% endhint %}

Um einen AB-Standard zu löschen:

1. Klicken Sie auf die Seite "Standards" in der linken Navigation.
2. Klicken Sie auf die Schaltfläche **Standard zu AB hinzufügen**.
3. Suchen Sie nach dem gewünschten Standard.
4. Klicken Sie in der Spalte "Aktionen" auf die Schaltfläche **Anzeigen**.
5. Ein Modalfenster sollte angezeigt werden, das die ausgewählten Standarddetails enthält.
6. Klicken Sie auf die Schaltfläche **Standard löschen**.
7. Nach dem Löschen wird der Standard nicht mehr in Ihrer AB-Standardsliste angezeigt und kann keiner Zertifizierungsstelle zugeordnet werden.


---

# 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-de/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.
