> 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/data-analysis-overview.md).

# Übersicht

Abfragen, Filtern, Formeln und die Berechnungs-Engine – Werte aus den von Ihnen erfassten Daten finden und ableiten.

## Abfragen

Objekte, Messpunkte und Schichtbeschreibungen nach Bedingung filtern und abrufen.

* [Abfragen erstellen](/geodin-desktop/de/datenanalyse/creating-queries.md) - Objekte und Messpunkte nach Bedingungen filtern.
* [Parametrisierte Abfragen](/geodin-desktop/de/datenanalyse/creating-queries/parameterized-queries.md) - Abfragen mit Platzhaltern, die bei der Ausführung nach Werten fragen.
* [SQL und erweiterte Optionen](/geodin-desktop/de/datenanalyse/creating-queries/sql-and-advanced-options.md) - direkte SQL-Eingabe für Logik, die der visuelle Builder nicht ausdrücken kann.
* [Referenz zum Abfrage-Builder](/geodin-desktop/de/datenanalyse/query-builder-reference.md) - Referenz für den Abfrage-Builder, einschließlich der Unterabfrage-Tabellenliste und der Schema-Behandlung.
* [Bedingungen und Operatoren](/geodin-desktop/de/datenanalyse/query-builder-reference/conditions-and-operators.md) - Vergleichs- und logische Operatoren, die zum Filtern eines Ergebnisses verwendet werden.
* [Schichtabfragen](/geodin-desktop/de/datenanalyse/layer-queries.md) - kodierte Schichtbeschreibungen wie Boden- und Gesteinseigenschaften abfragen.
* [Komplexe Schichtabfragen](/geodin-desktop/de/datenanalyse/layer-queries/complex-layer-queries.md) - fortgeschrittene Schichtabfragefälle auf Basis von Schichtabfragen.

## Formeln

Abgeleitete Werte aus bereits im Datensatz enthaltenen Daten berechnen und speichern.

* [Grundlagen der Berechnungsformel](/geodin-desktop/de/datenanalyse/formula-basics.md) - abgeleitete Werte mit der Formelsyntax von GeoDin berechnen.
* [Formeln in Messwerte](/geodin-desktop/de/datenanalyse/formulas-in-measurement-values.md) - Formeln auf Messwerteserien anwenden.
* [Formeln der Objektart](/geodin-desktop/de/datenanalyse/object-type-formulas.md) - Formeln für die Felder einer Datentypzuordnung definieren.

## Berechnungs-Engine

Automatische Prüfungen, geotechnische Analysen und Kurvenanpassung, angewendet auf Ihre Daten.

* [Datenprüfungen und Validierungen](/geodin-desktop/de/datenanalyse/data-checks-and-validations.md) - automatische Prüfungen und Regeln, die bei der Eingabe angewendet werden.
* [Geotechnische Analysen](/geodin-desktop/de/datenanalyse/geotechnical-analyses.md) - hydrogeochemische und Korngrößenanalyse-Methoden und ihre Diagramme.
* [Regression und Kurvenanpassung](/geodin-desktop/de/datenanalyse/regression-and-curve-fitting.md) - Eigenschaften von Zeitreihen und Messwerteserien für Regressions- und Kurvenanpassungsarbeiten.


---

# 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/data-analysis-overview.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.
