> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/zertifikate/zertifikate-mitarbeitern-zuweisen.md).

# Zertifikate Mitarbeitern zuweisen

Verknüpfen Sie Zertifikatstypen mit Mitarbeitern, einschließlich Zertifikatsnummern und Gültigkeitsdaten.

Ein Mitarbeiter Zertifikat verknüpft einen Zertifikattyp mit einem Mitarbeiter.

Jeder Auftrag speichert die Zertifikatsdetails und den Gültigkeitszeitraum.

### Was ein Mitarbeiter Zertifikat enthält

Jeder Auftrag kann Folgendes enthalten:

* das **Zertifikattyp**
* das **Mitarbeiter**
* das **Zertifikatsnummer**
* das **Startdatum**
* das **Ablaufdatum**

Der aktuelle Status hängt von den von Ihnen eingegebenen Daten ab.

{% stepper %}
{% step %}

### Offene Mitarbeiter Zertifikate

Gehen Sie zu **Personalwesen → Mitarbeiter Zertifikate**.
{% endstep %}

{% step %}

### Neuen Auftrag hinzufügen

Klicken Sie auf **Hinzufügen** oder **Erstellen**.
{% endstep %}

{% step %}

### Wählen Sie den Zertifikattyp und den Mitarbeiter aus

Wählen Sie den richtigen **Zertifikattyp**.

Wählen Sie dann den **Mitarbeiter**.
{% endstep %}

{% step %}

### Füllen Sie die Zertifikatsdetails aus

Geben Sie den **Zertifikatsnummer**.

Legen Sie den **Startdatum** und **Ablaufdatum**.
{% endstep %}

{% step %}

### Auftrag speichern

Klicken Sie auf **Speichern**.

Das Zertifikat ist jetzt mit dem Mitarbeiter verknüpft.
{% endstep %}
{% endstepper %}

### Häufig gestellte Fragen

<details>

<summary>Was passiert, wenn Sie das Ablaufdatum leer lassen?</summary>

Das Zertifikat bleibt ohne Enddatum gültig.

</details>

<details>

<summary>Kann ich denselben Zertifikattyp mehr als einmal zuweisen?</summary>

Ja. Das kann für Verlängerungen oder verschiedene Stufen nützlich sein.

</details>

<details>

<summary>Wie sehe ich, welche Zertifikate bald ablaufen?</summary>

Verwenden Sie Filter, Sortierung oder das Dashboard-Widget für Mitarbeiter Zertifikate.

</details>

### Verwandte Artikel

* [**Erstellen von Zertifikatstypen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/zertifikate/zertifikatstypen-erstellen.md)
* [**Anhänge zum Zertifikat verwalten**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/zertifikate/anhange-zum-zertifikat-verwalten.md)
* [**Ablaufdaten von Zertifikaten nachverfolgen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/zertifikate/ablaufdaten-von-zertifikaten-verfolgen.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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/zertifikate/zertifikate-mitarbeitern-zuweisen.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.
