> For the complete documentation index, see [llms.txt](https://learn.frcturkey.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.frcturkey.org/frc-yazilim.md).

# FRC - Yazılım

- [Java ve C/C++](https://learn.frcturkey.org/frc-yazilim/javavec.md)
- [FRC için C ++ ve Java Geliştirme Araçları Kurulumu (vscode)](https://learn.frcturkey.org/frc-yazilim/javavec/frc-icin-c-++-ve-java-gelistirme-araclari-kurulumu-vscode.md)
- [Visual Studio Kod Temelleri ve WPILib Uzantısı](https://learn.frcturkey.org/frc-yazilim/javavec/visual-studio-kod-temelleri-ve-wpilib-uzantisi.md)
- [Robot Programı Oluşturma VSCODE](https://learn.frcturkey.org/frc-yazilim/javavec/robot-programi-olusturma-vscode.md)
- [Başlangıç için örnek kodlar](https://learn.frcturkey.org/frc-yazilim/javavec/baslangic-icin-oernek-kodlar.md)
- [FRC Java Temelleri](https://learn.frcturkey.org/frc-yazilim/frc-java-temelleri.md)
- [FRC Java Temelleri](https://learn.frcturkey.org/frc-yazilim/frc-java-temelleri/frc-java-temelleri.md)
- [Aktüatörler kullanma (motorlar, servolar ve röleler)](https://learn.frcturkey.org/frc-yazilim/frc-java-temelleri/aktueatoerler-kullanma-motorlar-servolar-ve-roeleler.md)
- [CAN cihazlarının kullanımı](https://learn.frcturkey.org/frc-yazilim/frc-java-temelleri/can-cihazlarinin-kullanimi.md)
- [WPILib sensörleri](https://learn.frcturkey.org/frc-yazilim/frc-java-temelleri/wpilib-sensoerleri.md)
- [Sürücü İstasyonu(Driver Station) Girişleri ve Geri Bildirim](https://learn.frcturkey.org/frc-yazilim/frc-java-temelleri/sueruecue-istasyonu-driver-station-girisleri-ve-geri-bildirim.md)
- [Command Based Programlama](https://learn.frcturkey.org/frc-yazilim/frc-java-temelleri/command-based-programlama.md)
- [Labview](https://learn.frcturkey.org/frc-yazilim/labview.md)
- [FRC 2018 için Labview Kurulumu (sadece LabVIEW)](https://learn.frcturkey.org/frc-yazilim/labview/frc-2018-icin-labview-kurulumu-sadece-labview.md)
- [VISION PROCESSING - GÖRÜNTÜ İŞLEME](https://learn.frcturkey.org/frc-yazilim/vision-processing-goeruentue-isleme.md)
- [Görüntü İşleme Kaynakları](https://learn.frcturkey.org/frc-yazilim/vision-processing-goeruentue-isleme/untitled.md)
- [Co-Processor - Raspberry Pi](https://learn.frcturkey.org/frc-yazilim/vision-processing-goeruentue-isleme/arkaplan.md)
- [Co-Processor - Limelight](https://learn.frcturkey.org/frc-yazilim/vision-processing-goeruentue-isleme/co-processor-limelight.md)
- [Co-Processor - Cmucam5 Pixy](https://learn.frcturkey.org/frc-yazilim/vision-processing-goeruentue-isleme/co-processor-cmucam5-pixy.md): Raspberry Pi İle Pixy Kullanımı içeriğinde sağladığı kaynaklar için #6025 Adroit Anroids takımına teşekkürler!
- [Co-Processor - Bilgisayar](https://learn.frcturkey.org/frc-yazilim/vision-processing-goeruentue-isleme/co-processor-bilgisayar.md)
- [Görüntü İşleme Workshop](https://learn.frcturkey.org/frc-yazilim/goeruentue-isleme-workshop.md)
- [Co-Processor - Hatalar ve Çözümleri](https://learn.frcturkey.org/frc-yazilim/goeruentue-isleme-workshop/co-processor-hatalar-ve-coezuemleri.md): Yaşadıkları problemleri ve çözümleri bizlere aktaran #6038 ITOBOT takımına ve  #6025 Adroit Anroids takımına teşekkürler!
- [Videolu Java Anlatım](https://learn.frcturkey.org/frc-yazilim/videolu-java-anlatim.md)
- [Diğer Yazılım İçerikleri](https://learn.frcturkey.org/frc-yazilim/diger-yazilim-icerikleri.md)
- [FRC için Farklı bir IDE kullanmak](https://learn.frcturkey.org/frc-yazilim/diger-yazilim-icerikleri/frc-icin-farkli-bir-ide-kullanmak.md): İçerik için Imperium #6874 takımına teşekkür ederiz.


---

# 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://learn.frcturkey.org/frc-yazilim.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.
