> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/de/produkttour-mobile-app/im-feld-arbeiten-zonenkarten-scouten.md).

# Im Feld arbeiten / Zonenkarten scouten

Arbeiten im Feld/Kontrollkarten der Zonen

Sobald Sie im Feld sind, öffnen Sie die Anwendung und wählen Sie den Betrieb aus, den Sie erkunden möchten. Wählen Sie anschließend auf dem nächsten Bildschirm das Feld aus, das Sie begehen möchten.

Tippen Sie anschließend auf ZONENKARTEN und wählen Sie dann die Zonenkarte aus, die Sie kontrollieren möchten.

<figure><img src="https://lh6.googleusercontent.com/pUaja8PJQlaMykFJo3o_6P7XbEcJq2eioSygigJ5_nrJXgP3UN8fmLFT5kGNkUoXF1-o7tUEp4JRFCbH2tdxBmNC9TxMpVRw_f-6cMX2xisXqQKlpezc3VNrloOljQn_ZkK1io47esUV7GCCdlW-OA" alt=""><figcaption></figcaption></figure>

Sie sehen die ausgewählte Zonenkarte mit Kontrollmarkern auf Ihrem Bildschirm.

<figure><img src="https://lh6.googleusercontent.com/VhdJORNIdgzJ83hfg5cjHt3-yIKEjC84TRfv1EgB34DHP3jXc6XI_25JlKzaj4Ma0fp6LtLGUtr57sZtV4KokyBfexFPkERUmZVmLqCYU3rLc3dHF5O7BguE8zRPdqEpiDMWSfu1Cfjw-XdXg-lKdg" alt=""><figcaption></figcaption></figure>

Durch Antippen des ausgewählten Markers können Sie dessen Details anzeigen und/oder einen Kommentar hinzufügen oder ein Bild hinzufügen bzw. aufnehmen:

<figure><img src="https://lh3.googleusercontent.com/vnpfF-MlVrB5xWDNB-xE-9B-0zqJY3K8C-bqMvS9KdpTV4XwWlnChhNIW7fLlfEThQBaxwq75F21SXlCiGnGacdG3r7d-pMDRGQ6TDfbUyhLVDmNZJ_xtshmBn79afUt6U-uM3IfD6IXQZVGbZ-jfg" alt=""><figcaption></figcaption></figure>

Wenn Sie die Zonenkarte oder die Kontrollmarker bearbeitet haben, wird eine Benachrichtigung angezeigt, die Sie auffordert, die Änderungen mit dem Server zu synchronisieren. Tippen Sie auf „Senden“, um die Änderungen mit dem Server zu synchronisieren.

<figure><img src="https://lh3.googleusercontent.com/k-832cQiNRm2X9jOOLI068acgSNdKFMy1a2LXh1wqs1UvqcO_aU2pnLN8a6Jxkt-2VNaE9Ke7bgW_oo2iHLkrKOzlByMHtdg3PO7KbeFBqN_O3bF0R3dl-GbJacTZORdU3I-xJDj_dnINOZvdKL-VA" alt=""><figcaption></figcaption></figure>


---

# 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.geopard.tech/geopard-tutorials/de/produkttour-mobile-app/im-feld-arbeiten-zonenkarten-scouten.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.
