> 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/creating-queries/parameterized-queries.md).

# Parametreli Sorgular

**Parametreli Sorgular** Sorgula çalıştığında GeoDin’in istediği yer tutucu değişkenleri kullanın. Bir sorgu şablonunun birçok özel Filtreler için kullanılmasını sağlar (ör. "find Nesneler içinde Proje ?ProjectID derinlik > ?MinDepth").

Parametreler, Sorgula Oluşturucu’da bir Ad, Tip ve isteğe bağlı Varsayılan değer ile tanımlanır. Üzerinde çalışma zamanında, GeoDin Sorgula’yı yürütmeden önce her Parametreyi listeleyen ve Kullanıcı girdisini yakalayan bir iletişim kutusu gösterir.

## Şekil Gönder için Sonuç alanları kullanma

Bu **Sonuç alanları (Gönder)** Sorgula Sihirbazı içindeki düğüm, Sorgu sonucu bir Şekil dosyası olarak dışa aktarıldığında Öznitelik tablosuna hangi Veri alanlarının dahil edildiğini belirler.

Şekil gönder ait Ölçüm değerleri şuraya etkinleştirmek için (ör. klorür konsantrasyonları):

{% stepper %}
{% step %}

#### Aşama 1: Görüntü alanları aşamasını Aç

Sorgula Sihirbazı içinde, … git şuraya **Görüntüleme alanlarını belirle** Aşama.
{% endstep %}

{% step %}

#### Aşama 2: Parametre alanlarını Ekle

İstediğiniz parametre alanlarını sürükleyin (örn. `GWC.CHLORIDE`) üzerine **Sonuç alanları (Gönder)** düğüm.
{% endstep %}

{% step %}

#### Aşama 3: Sorguyu Kaydet

Sorguyu Kaydet. Haritalar Modülü içinde, sorgu tabakası artık bu alanları Etiketleme, İnterpolasyon ve Şekil Gönder için gösterecek.
{% endstep %}
{% endstepper %}

Sonuç alanları Hariç tutulduğunda, Şekil Gönder yalnızca geometri ve ID nesnesi İçerikler. Burada ölçüm parametreleri Eklemek, sorgu sonuçlarından İnterpolasyon haritaları veya kontur tabakaları oluşturmanın ön koşuludur.

{% hint style="info" %}
Sorgular Üzerinde **Ölçüm noktaları** Dal çalışması da aynı şekilde işler - orada tanımlanan Sonuç alanları, Ölçüm noktası geometrisiyle birlikte Gönderilir.
{% endhint %}

Kapsamlı başvuru için - Tamamen sözdizimi, Hepsi seçenekler, uç durumlar - bakın [**Sorgular Oluşturma**](/geodin-desktop/tr/veri-analizler/creating-queries.md) (uzun biçimli) VE [**Sorgu Oluşturucu Referansı**](/geodin-desktop/tr/veri-analizler/query-builder-reference.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/tr/veri-analizler/creating-queries/parameterized-queries.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.
