# 2. Temel Özellikler

Bu entegrasyon, GenRPA kullanıcılarına aşağıdaki avantajları sağlar:

* 🔒 Yerel Veri Güvenliği: Dosyalarınızın tamamı OpenAI veya diğer AI sağlayıcılarına yüklenmez. Sadece ilgili metin içeriği işlenir.
* 🛡️ PII (Kişisel Veri) Maskeleme: Kredi kartı, TCKN, E-posta gibi hassas veriler, AI'ya gönderilmeden önce otomatik olarak maskelenir (Örn: `[REDACTED]`).
* 📂 Çoklu Yetenek: Dosya sistemi, PDF okuma ve Web gezintisi (Browser) yeteneklerini aynı anda kullanabilirsiniz.
* ⚡ Canlı Takip: Asistanın o an ne düşündüğünü, hangi dosyayı okuduğunu veya hangi işlemi yaptığını "Agent Log" penceresinden anlık izleyebilirsiniz.


---

# 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://docs.genrpa.com/genrpa-model-baglam-protokolu-mcp-kullanim-rehberi/2.-temel-ozellikler.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.
