> For the complete documentation index, see [llms.txt](https://docs.nexcore.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexcore.de/documentation/tutorials/mobile-app/kommentare-fotos-and-zeiteintrage.md).

# Kommentare, Fotos & Zeiteinträge

### Das lernst Du in diesem Tutorial

* Wo Du die Aktivitäten einer Aufgabe findest
* Wie Du einen Kommentar hinterlegst
* Wie Du ein Foto oder eine Datei anhängst
* Wie Du einen Zeiteintrag erfasst

{% hint style="info" icon="clock" %}
**Dauer:** 1:56 Minuten
{% endhint %}

***

### Video

{% tabs %}
{% tab title="Desktop" %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLwGt5n5vU84tijWPZl2%2Fuploads%2Fhb9dSxMgHblkiKKGFGVb%2Fmobile_app_Kapitel_4.mp4?alt=media&token=85a6e22b-e852-4532-ab41-b0cc37826039>" %}
Tutorial – Mobile App – 04 Kommentare, Fotos & Zeiteinträge (Querformat)
{% endembed %}
{% endtab %}

{% tab title="Smartphone" %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLwGt5n5vU84tijWPZl2%2Fuploads%2F8feaTVU2sp0bn0R9vE7D%2Fmobile.mobile_app_Kapitel_4.mp4?alt=media&token=aecfebe8-8eb3-4a15-920f-b25fbcc7bcbb>" %}
Tutorial – Mobile App – 04 Kommentare, Fotos & Zeiteinträge (Hochformat)
{% endembed %}
{% endtab %}
{% endtabs %}

***

### Zusammenfassung

Neben dem eigentlichen Protokoll kannst Du an jede Aufgabe zusätzliche Informationen hängen. Das machst Du im Tab **Aktivität**, in dem drei Dinge zusammenlaufen: **Kommentare**, **Anhänge** und **Zeiterfassung**. Das funktioniert bei jeder Aufgabe gleich – ob Übergabe, Rücknahme oder freie Aufgabe.

Über das **Plus** oben rechts öffnest Du das Menü mit drei Möglichkeiten. Über die Sprechblase hinterlässt Du einen **Kommentar**, etwa eine Notiz für Kollegen oder einen Hinweis zum Ablauf vor Ort. Über das Bilder-Symbol hängst Du **Fotos oder Dateien** an – ergänzend zu den Pflichtfotos aus dem Protokoll. Über das Uhr-Symbol erfasst Du einen **Zeiteintrag**, etwa für Arbeitszeit, die zu dieser Aufgabe gehört.

Alle Einträge sammeln sich übersichtlich im Tab Aktivität und werden automatisch mit nexcore synchronisiert.

***

### Weiterführende Informationen

Für zusätzliche Details empfehlen wir die folgenden Hilfeartikel:

* Meine Aufgaben
* Meine Touren
* Aufgaben


---

# 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://docs.nexcore.de/documentation/tutorials/mobile-app/kommentare-fotos-and-zeiteintrage.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.
