# Temel Dersler

- [# Go Yorumlar](https://derslik.kerteriz.net/go/temel-dersler/go-yorumlar.md): Go yorumlar (comments) dersini işliyoruz.
- [# Go Değişkenler](https://derslik.kerteriz.net/go/temel-dersler/go-degiskenler.md): Go değişkenler (variables) dersini işliyoruz.
- [# Go Veri Tipleri](https://derslik.kerteriz.net/go/temel-dersler/go-veri-tipleri.md): Go veri tipleri (data types) dersini işliyoruz.
- [# Go Sayılar](https://derslik.kerteriz.net/go/temel-dersler/go-veri-tipleri/go-sayilar.md): Go sayılar (numbers) dersini işliyoruz.
- [# Go Karakter Dizileri](https://derslik.kerteriz.net/go/temel-dersler/go-veri-tipleri/go-karakter-dizileri.md): Go karakter dizileri (strings) dersini işliyoruz.
- [# Go Boolen](https://derslik.kerteriz.net/go/temel-dersler/go-veri-tipleri/go-boolen.md): Go boolen dersini işliyoruz.
- [# Go Diziler & Dilimler](https://derslik.kerteriz.net/go/temel-dersler/go-veri-tipleri/go-diziler.md): Go diziler (arrays) ve dilimler(slices) dersini işliyoruz.
- [# Go Harita](https://derslik.kerteriz.net/go/temel-dersler/go-veri-tipleri/go-harita.md): Go haritalar (maps) dersini işliyoruz.
- [# Go Operatörler](https://derslik.kerteriz.net/go/temel-dersler/go-operatoerler.md): Go operatörler (operators) dersini işliyoruz.
- [# Go Koşul Durumları](https://derslik.kerteriz.net/go/temel-dersler/go-kosul-durumlari.md): Go koşul durumları (if else) dersini işliyoruz.
- [# Go Döngüler](https://derslik.kerteriz.net/go/temel-dersler/go-doengueler.md): Go döngüler (loops) dersini işliyoruz.
- [# Go For Döngüsü](https://derslik.kerteriz.net/go/temel-dersler/go-doengueler/go-for-doenguesue.md): Go döngüler (for) konusunu işliyoruz.
- [# Go Fonksiyonlar](https://derslik.kerteriz.net/go/temel-dersler/go-fonksiyonlar.md): Go fonksiyonlar (functions) dersini işliyoruz.
- [# Go İşaretçiler](https://derslik.kerteriz.net/go/temel-dersler/go-isaretciler.md): Go işaretçiler (pointers) dersini işliyoruz.


---

# Agent Instructions: 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:

```
GET https://derslik.kerteriz.net/go/temel-dersler.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
