> For the complete documentation index, see [llms.txt](https://docs.geodin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geodin.com/geodin-desktop/de/datenanalyse.md).

# Datenanalyse

- [Übersicht](https://docs.geodin.com/geodin-desktop/de/datenanalyse/data-analysis-overview.md)
- [Abfragen erstellen](https://docs.geodin.com/geodin-desktop/de/datenanalyse/creating-queries.md)
- [Parametrisierte Abfragen](https://docs.geodin.com/geodin-desktop/de/datenanalyse/creating-queries/parameterized-queries.md): Parametrisierte Abfragen - Abfragen mit Platzhaltern, die zur Zeit der Ausführung nach Werten fragen.
- [SQL und Erweiterte Optionen](https://docs.geodin.com/geodin-desktop/de/datenanalyse/creating-queries/sql-and-advanced-options.md): Rohes SQL und erweiterte Abfrage-Optionen – direkte SQL-Eingabe, schema-bewusste Tabelle-Listen und Datenbank-spezifische Syntax.
- [Abfrage-Builder-Referenz](https://docs.geodin.com/geodin-desktop/de/datenanalyse/query-builder-reference.md): Abfrage-Builder-Referenz - jeder Knoten von GeoDin-Teilabfragen UND Systemabfrage, Von der Tabelle-Liste und Von-Klausel bis zu Voraussetzungen, Anzeigebedingungen und Zwischenspeicherung.
- [Bedingungen und Operatoren](https://docs.geodin.com/geodin-desktop/de/datenanalyse/query-builder-reference/conditions-and-operators.md): Bedingungen und Operatoren in GeoDin-Abfragen - Syntax der WHERE-Klausel, Vergleichs- und logische Operatoren.
- [Schichtabfragen](https://docs.geodin.com/geodin-desktop/de/datenanalyse/layer-queries.md): Referenz für GeoDin-Schichtabfragen - Einzelbedingungen, Codes und Platzhalter, GLQ-Definitionen, Syntax der Schichteinordnungen, Sequenzen und Berechnungsoptionen.
- [Komplexe Schichtabfragen](https://docs.geodin.com/geodin-desktop/de/datenanalyse/layer-queries/complex-layer-queries.md)
- [Grundlagen der Berechnungsformel](https://docs.geodin.com/geodin-desktop/de/datenanalyse/formula-basics.md)
- [Formeln in Messwerte](https://docs.geodin.com/geodin-desktop/de/datenanalyse/formulas-in-measurement-values.md)
- [Formeln der Objektart](https://docs.geodin.com/geodin-desktop/de/datenanalyse/object-type-formulas.md)
- [Datenprüfungen UND Validierungen](https://docs.geodin.com/geodin-desktop/de/datenanalyse/data-checks-and-validations.md): Datenprüfungen und Validierungen - automatisierte Regeln, die GeoDin auf die Dateneingabe anwendet, um Fehler und Inkonsistenzen zu erkennen.
- [Geotechnische Analysen](https://docs.geodin.com/geodin-desktop/de/datenanalyse/geotechnical-analyses.md)
- [Regression UND Kurve-Anpassung](https://docs.geodin.com/geodin-desktop/de/datenanalyse/regression-and-curve-fitting.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://docs.geodin.com/geodin-desktop/de/datenanalyse.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.
