# Eingabeformate

Die folgenden Hinweise zeigen Dir auf, welche Informationen Du, wie – d.h. in welchem Format – in AFD erfassen musst, sodass diese korrekt von nexcore erkannt und übernommen werden.&#x20;

***

## Trennzeichen

Das allgemeine Trennzeichen, das verschiedene Angaben bzw. Informationen in AFD voneinander trennt ist das **Semikolon (;)**

***

## Zeitformate

Folgende Zeitformate werden von AFD und nexcore unterstützt:

| Format        | Beispie     |
| ------------- | ----------- |
| `HH:MM`       | 06:00       |
| `H:MM`        | 6:00        |
| `HH:MM Uhr`   | 06:00 Uhr   |
| `HH:MM-HH-MM` | 06:00-07:00 |

***

## Datumsformate

Folgende Datumsformate werden von AFD und nexcore unterstützt:

| Format       | Beispie    |
| ------------ | ---------- |
| `DD.MM.YYYY` | 05.09.2025 |
| `DD.M.YYYY`  | 05.9.2025  |

***

## Schlüsselwörter

Folgende Schlüsselwörter werden von AFD bei der Eingabe (von Zeiträumen) unterstützt:

| Schlüsselwort                               | Beispiel             |
| ------------------------------------------- | -------------------- |
| `vor`                                       | vor 18:00 Uhr        |
| `nach`                                      | nach 08:00 Uhr       |
| `ab` (interpretiert als "nach")             | ab 08:00 Uhr         |
| `zwischen`                                  | zwischen 08:00-10:00 |
| `ca.` / `circa` (interpretiert als "exakt") | um 10:00 Uhr         |
| `Anlieferung`                               |                      |
| `Abholung`                                  |                      |

***

## Telefonnummern

Die Grundstruktur für die Eingabe von Telefonnumern ist: `Vorwahl/Nummer`

{% hint style="warning" %}
Die Trennung von Vorwahl und Nummer durch "/" darf kein Leerzeichen enthalten.
{% endhint %}

Damit die "Call-Funktion" in nexcore problemlos funktioniert, müssen Telefonnummern von Ansprechpartnern bei der Erfassung in AFD nach folgendem Schema formatiert werden:

Ansprechpartner: `Vorname Name / Vorwahl/Nummer`

Die Eingabe von Telefonnummer ist sowohl mit, als auch ohne **internationale Vorwahl** möglich:

mit internationaler Vorwahl: `+49661/48019100`

ohne internationale Vorwahl: `0661/48019100`


---

# Agent Instructions: 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:

```
GET https://docs.nexcore.de/documentation/integrationen/programme/afd/eingabeformate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
