# 4. Güvenlik ve Gizlilik

GenRPA MCP entegrasyonu, verilerinizi korumak için iki temel güvenlik katmanı sunar:

#### 1. Dizin Kısıtlaması (Sandboxing)

`LocalFilesystem` kullanırken, McpRootDirectory olarak belirttiğiniz klasörün dışına çıkılması engellenir.

* *Örnek:* Root olarak `C:\Projeler` verdiyseniz, asistan `C:\Windows` klasörüne erişmeye çalıştığında "Path outside allowed directory" hatası alarak engellenir.

#### 2. Otomatik PII Maskeleme

`EnablePiiMasking` özelliği aktif edildiğinde, aşağıdaki veriler AI servisine gönderilmeden önce yakalanır ve gizlenir:

* E-posta Adresleri
* Kredi Kartı Numaraları
* TC Kimlik Numaraları
* Telefon Numaraları
* IBAN Numaraları


---

# 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/4.-guvenlik-ve-gizlilik.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.
