> 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/readme.md).

# Giriş

LaTeX tablosu oluşturmakta zorlanıyor musunuz? Şekilleri biçimlendirmede yardıma mı ihtiyacınız var? Doğru yerdesiniz. LaTeX temellerinden ileri tekniklere kadar, Overleaf size yardımcı olur.

## LaTeX'e Giriş

Yeni [çevrimiçi LaTeX kursu](https://learn.overleaf.com/path/novice-learning-path) şuradaki tamamen yeni başlayanlar için tasarlanmıştır [Overleaf Öğrenme Merkezi](https://learn.overleaf.com).

Overleaf ve diğer konuları kapsayan ücretsiz canlı web seminerlerine kaydolun — şuraya göz atın: [Canlı Etkinlik Takvimi](https://learn.overleaf.com/calendar) başlamak için.

Bakınız [Overleaf'in belgeleri](https://docs.overleaf.com/) ek [eğitim önerileri](https://docs.overleaf.com/getting-started/latex-tutorials).

## Overleaf rehberleri

* [Overleaf kullanıcı belgeleri](https://docs.overleaf.com/)
* [Overleaf grup yönetimi](https://docs.overleaf.com/groups)
* [Overleaf Commons yönetimi](https://docs.overleaf.com/commons)
* [Overleaf şirket içi](https://docs.overleaf.com/on-premises)
* [Overleaf Öğrenme Merkezi](https://learn.overleaf.com/)

## LaTeX temelleri

Şuna göz atın: [kapsamlı LaTeX konu listesi](https://www.overleaf.com/learn/latex/Contents). Koleksiyonumuzdaki en popüler sayfalardan bazıları şunlardır:

* [Tablolar](/latex/tr/sekiller-ve-tablolar/01-tables.md)
* [Görsellerin ve tabloların konumlandırılması](/latex/tr/sekiller-ve-tablolar/02-positioning-images-and-tables.md)
* [Metin hizalama](/latex/tr/bicimlendirme/06-text-alignment.md)
* [Yunanca harfler ve matematik sembolleri listesi](/latex/tr/matematik/11-list-of-greek-letters-and-math-symbols.md)
* [Listeler](/latex/tr/latex-temelleri/04-lists.md)
* [Hatalar](/latex/tr/latex-temelleri/05-errors.md)
* [LaTeX'te renk kullanımı](/latex/tr/bicimlendirme/13-using-colors-in-latex.md)
* [Denklemleri hizalama](/latex/tr/matematik/06-aligning-equations-with-amsmath.md)
* [Satır sonları ve boşluklar](/latex/tr/bicimlendirme/05-line-breaks-and-blank-spaces.md)

[Daha fazla konu](https://www.overleaf.com/learn/latex/Contents)

## Gelişmiş TeX/LaTeX

Overleaf çok çeşitli [ayrıntılı teknik makaleler](/latex/tr/ileri-duzey-tex-latex/01-articles.md) TeX motorlarının düşük seviye davranışıyla ilgilenen okuyucular 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://overleaf-pro.ayaka.space/latex/tr/readme.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.
