> For the complete documentation index, see [llms.txt](https://docs.kangal.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kangal.dev/tr/readme.md).

# Kangal Dokümantasyonu

Kangal; API, yapay zeka ve entegrasyon trafiğini tek bir operasyon yüzeyinden güvenceye almak, yönlendirmek, gözlemlemek ve yönetmek isteyen ekipler için tasarlanmış bir kontrol düzlemidir.

Bu dokümantasyon ile:

* servisleri bağlayabilir ve route yayınlayabilir;
* kimlik doğrulama, trafik, dönüşüm ve yapay zeka politikaları uygulayabilir;
* geliştirme ve operasyon platformlarını Kangal'e bağlayabilir;
* kontrol düzlemi ve veri düzlemi kurulumlarını işletebilir;
* declarative config, SDK ve Terraform ile otomasyon kurabilirsiniz.

## Bir yol seçin

| Hedef                                 | Buradan başlayın                                                           |
| ------------------------------------- | -------------------------------------------------------------------------- |
| Gerçek bir API yayınlamak             | [Gateway hızlı başlangıç](/tr/gateway/quickstart.md)                       |
| Control plane ve data plane'i anlamak | [Mimari](/tr/kavramlar/architecture.md)                                    |
| API'yi policy ile korumak             | [Plugin'ler](/tr/pluginler/plugins.md)                                     |
| Client ve credential yönetmek         | [Consumer'lar](/tr/consumerlar/consumers.md)                               |
| LLM trafiğini yönlendirmek            | [AI Gateway](/tr/ai-gateway/ai-gateway.md)                                 |
| API ürünü yayınlamak                  | [Developer Portal](/tr/developer-portal/developer-portal.md)               |
| Ekip ve yetki yönetmek                | [Organizasyon ve erişim](/tr/organizasyon-ve-erisim/organizations.md)      |
| Yapılandırmayı otomatikleştirmek      | [Configuration ve GitOps](/tr/configuration-ve-otomasyon/configuration.md) |
| Mühendislik sistemlerini bağlamak     | [Entegrasyonlar](/tr/entegrasyonlar/integrations.md)                       |
| Kangal'i production'da işletmek       | [Production operasyonları](/tr/production-operasyonlari/operations.md)     |

## Güvenlik temeli

* Credential değerlerini yalnızca secret alanlarında veya onaylı secret manager'da saklayın.
* Kullanıcı ve entegrasyonlarda tenant kapsamlı, en az yetkili kimlik kullanın.
* Production rollout öncesinde TLS, egress policy, audit history ve configuration snapshot'ı doğrulayın.
* Admin API token değerini consumer uygulamasına veya üretilmiş SDK içine koymayın.

Ürün modeli ve en kısa uçtan uca akış için [Başlangıç](/tr/getting-started.md) sayfasıyla devam edin.


---

# 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.kangal.dev/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.
