> For the complete documentation index, see [llms.txt](https://survey.fmpx.docs.frox-it.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://survey.fmpx.docs.frox-it.de/tipps-aus-der-praxis/hintergrunddaten/fangen-auf-hintergrunddaten.md).

# Fangen auf Hintergrunddaten

Zum Fangen auf Hintergrunddaten wird zunächst aus der Codeliste der gewünschte Code ausgewählt.&#x20;

Die Funktion "Grafik setzen" ![](/files/AJErUbERMEgD75nErXNw) unterhalb der Codeliste muss aktiv sein.

![](/files/qX7QOhe0Jig7crGgWXWb)

Nun wird der Mauszeiger über die Hintergrunddaten bewegt. Sobald ein Punkt oder eine Linie gefangen wird, wird dies mit einem Symbol angezeigt, entweder ein Quadrat oder ein Kreis. Die Farbe des Symbols kann in den Programmeinstellungen über Extras / Programmeinstellungen / Allgemein / Fangen geändert werden. Voreingestellt ist die Farbe OrangeRed.

Wie weit man sich einem Punkt nähern muss, damit er gefangen wird, wird ebenfalls über die Programmeinstellungen unter Fangtoleranz festgelegt.

<figure><img src="/files/8UqG5kn9aj8QdvjylTGg" alt=""><figcaption></figcaption></figure>

**Fangsymbole:**

Quadrat für Stützpunkte

<figure><img src="/files/ZEnM0p4pjhiYgWNOIwBO" alt="" width="526"><figcaption></figcaption></figure>

Kreis für Anfangs- oder Endpunkte

<figure><img src="/files/VjpsnsuZB5hS7aJD6a8Q" alt="" width="512"><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://survey.fmpx.docs.frox-it.de/tipps-aus-der-praxis/hintergrunddaten/fangen-auf-hintergrunddaten.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.
