> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/tr/daha-fazla-konu/16-general.md).

# Genel

## Temeller

* [Başlangıç](/latex/tr/latex-temelleri/01-learn-latex-in-30-minutes.md)
* [Derle](/latex/tr/daha-fazla-konu/08-choosing-a-latex-compiler.md)
* [Paragraflar ve yeni satırlar](/latex/tr/latex-temelleri/02-paragraphs-and-new-lines.md)
* [Kalın, italik ve altı çizili](/latex/tr/latex-temelleri/03-bold-italics-and-underlining.md)
* [Listeler](/latex/tr/latex-temelleri/04-lists.md)
* [Uluslararası dil desteği](/latex/tr/diller/03-international-language-support.md)

## Şekiller ve tablolar

* [Yüzen nesneler](/latex/tr/sekiller-ve-tablolar/02-positioning-images-and-tables.md)
* [Resimler](/latex/tr/readme.md)
  * [Görseller Ekleme](/latex/tr/daha-fazla-konu/27-inserting-images.md)
  * [Şekillerin konumlandırılması](/latex/tr/sekiller-ve-tablolar/02-positioning-images-and-tables.md)
  * [Şekillere açıklama ekleme](/latex/tr/daha-fazla-konu/27-inserting-images.md)
  * [Şekillere atıf yapma](/latex/tr/daha-fazla-konu/42-referencing-figures.md)
  * [Şekillerin etrafına metin kaydırma](/latex/tr/daha-fazla-konu/50-wrapping-text-around-figures.md)
  * [Büyük bir projede görsel yönetimi](/latex/tr/daha-fazla-konu/27-inserting-images.md)
* [Tablolar](/latex/tr/sekiller-ve-tablolar/01-tables.md)
* [Tablo ve şekil listeleri](/latex/tr/sekiller-ve-tablolar/03-lists-of-tables-and-figures.md)
* [picture ortamı](/latex/tr/sekiller-ve-tablolar/04-picture-environment.md)
* [TikZ paketi](/latex/tr/sekiller-ve-tablolar/05-tikz-package.md)

## Komutlar

* [Komutlar ve ortamlar](/latex/tr/daha-fazla-konu/09-commands-and-environments.md)
* [Kendi komutlarınızı tanımlama](/latex/tr/daha-fazla-konu/10-defining-your-own-commands.md)

## Belge yapısı

* [Bölümler ve kısımlar](/latex/tr/belge-yapisi/01-sections-and-chapters.md)
* [İçindekiler](/latex/tr/belge-yapisi/02-table-of-contents.md)
* [Bölümlere ve denklemlere çapraz referans verme](/latex/tr/belge-yapisi/03-cross-referencing-sections-equations-and-floats.md)
* [Dizinler](/latex/tr/belge-yapisi/04-indices.md)
* [Sözlükler](/latex/tr/belge-yapisi/05-glossaries.md)
* [Büyük bir projede yönetim](/latex/tr/belge-yapisi/07-management-in-a-large-project.md)

## Referanslar ve atıflar

* [Kaynakça yönetimi](/latex/tr/daha-fazla-konu/05-bibliography-management-in-latex.md)
* [Kaynakça stilleri](/latex/tr/referanslar-ve-atiflar/04-bibtex-bibliography-styles.md)
* [Atıf stilleri](/latex/tr/referanslar-ve-atiflar/06-natbib-citation-styles.md)

## Açıklamalar

* [Dipnotlar](/latex/tr/bicimlendirme/14-footnotes.md)
* [Kenar notları](/latex/tr/bicimlendirme/15-margin-notes.md)

## Sınıf dosyaları

* [Paketleri ve sınıf dosyalarını anlamak](/latex/tr/sinif-dosyalari/01-understanding-packages-and-class-files.md)
* [Paketler ve sınıf dosyaları listesi](/latex/tr/sinif-dosyalari/02-overleaf-and-tex-live.md)
* [Kendi paketinizi yazmak](/latex/tr/sinif-dosyalari/03-writing-your-own-package.md)
* [İpuçları](/latex/tr/readme.md)

## Sunumlar

* [Beamer](/latex/tr/sunumlar/01-beamer.md)
* [Powerdot](/latex/tr/sunumlar/02-powerdot.md)

## Diğer

* [Alıntıların biçimlendirilmesi](/latex/tr/diller/04-typesetting-quotations.md)

## Genel konular

* [Teoremler ve ispatlar](/latex/tr/alana-ozgu/01-theorems-and-proofs.md)
* [Satranç notasyonu](/latex/tr/alana-ozgu/05-chess-notation.md)
* [Örgü modelleri](/latex/tr/alana-ozgu/06-knitting-patterns.md)
* [Pgfplots paketi](/latex/tr/alana-ozgu/08-pgfplots-package.md)
* [Sınav](/latex/tr/alana-ozgu/09-typesetting-exams-in-latex.md)
* [LaTeX araçları](/latex/tr/daha-fazla-konu/30-latex-tools.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://overleaf-pro.ayaka.space/latex/tr/daha-fazla-konu/16-general.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.
