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

# toplu bakış

Sorgulama, filtreleme, Formüller ve Hesaplama motoru - topladığınız verilerden Değer bulma ve türetme.

## Sorgular

Durum ile Nesneleri, Ölçüm noktalarını ve tabaka açıklamalarını Filtre kullanarak alın.

* [Sorgular Oluşturma](/geodin-desktop/tr/veri-analizler/creating-queries.md) - Durum ile Nesneleri ve Ölçüm noktalarını filtreleyin.
* [Parametreli Sorgular](/geodin-desktop/tr/veri-analizler/creating-queries/parameterized-queries.md) - Çalıştır sırasında Değerler isteyen yer tutucular içeren Sorgular.
* [SQL ve Gelişmiş Seçenekler](/geodin-desktop/tr/veri-analizler/creating-queries/sql-and-advanced-options.md) - görsel oluşturucunun ifade edemediği mantık için doğrudan SQL Giriş.
* [Sorgu Oluşturucu Referansı](/geodin-desktop/tr/veri-analizler/query-builder-reference.md) - Sorgu Oluşturucu için başvuru; alt sorgu tablo listesi ve şema işleme dahil.
* [Durumlar ve Operatörler](/geodin-desktop/tr/veri-analizler/query-builder-reference/conditions-and-operators.md) - bir sonuç kümesini filtrelemek için kullanılan karşılaştırma ve mantıksal operatörler.
* [Katman sorguları](/geodin-desktop/tr/veri-analizler/layer-queries.md) - toprak ve kaya Öznitelikler gibi sorgu kodlu katman açıklamaları.
* [Kompleks katman sorgulaması](/geodin-desktop/tr/veri-analizler/layer-queries/complex-layer-queries.md) - Katman sorguları üzerine kurulan gelişmiş katman-sorgu durumları.

## Formüller

Veri kümesinde zaten bulunan verilerden türetilen Değerler hesaplayın ve saklayın.

* [Formül Temelleri](/geodin-desktop/tr/veri-analizler/formula-basics.md) - GeoDin'in Formül sözdizimi ile türetilmiş değerleri hesaplayın.
* [Ölçüm değerleri içinde Formüller](/geodin-desktop/tr/veri-analizler/formulas-in-measurement-values.md) - ölçüm-Değer Diziler şuraya Uygula Formüller.
* [Nesne Tip Formüller](/geodin-desktop/tr/veri-analizler/object-type-formulas.md) - bir Veri tipi'nin alanları üzerinde Formüller tanımlayın.

## Hesaplama motoru

Otomatik kontroller, jeoteknik analizler VE Eğri-Ayarlama şuraya verilerinize uygulanmıştır.

* [Veri Kontrolleri ve Doğrulamaları](/geodin-desktop/tr/veri-analizler/data-checks-and-validations.md) - veri Giriş sırasında uygulanan otomatik kontroller ve kurallar.
* [Jeoteknik Analizler](/geodin-desktop/tr/veri-analizler/geotechnical-analyses.md) - hidrojeokimyasal VE tane-boyutu Analizler Metodlar VE diyagramları.
* [Gerileme VE Eğri Ayarlama](/geodin-desktop/tr/veri-analizler/regression-and-curve-fitting.md) - Saat-Diziler VE ölçüm-Değer Diziler Özellikler gerileme VE Eğri Ayarlama çalışması için.


---

# 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/tr/veri-analizler/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.
