# Entegrasyon

Diğer Sistemlerle Entegrasyon: GENRPA süreçleri (Robotlar aracılığıyla) çeşitli iç/dış sistemlerle entegre olabilir (GENRPA istemci olarak davranır):

1. **API Entegrasyonu:** RESTful API ve SOAP Web Servis çağrıları.
2. **Veritabanı Entegrasyonu:** Çeşitli veritabanlarına (MSSQL, Oracle vb.) doğrudan bağlantı ve SQL/SP çalıştırma.
3. **Kullanıcı Arayüzü (UI) Otomasyonu:** Web, Masaüstü, Terminal, Citrix vb. uygulamalarla etkileşim (tıklama, yazma, veri çekme).
4. **Dosya Sistemi Entegrasyonu:** Yerel/ağ sürücülerindeki dosyalarla (Excel, CSV, TXT vb.) çalışma.
5. **E-posta Entegrasyonu:** E-posta sunucularıyla (Exchange, IMAP/POP3, SMTP) etkileşim.<br>

**Entegrasyon Mimarisi:** Robot, otomasyon akışı sırasında hedef sistemin arayüzüne (API, DB, UI, Dosya vb.) bağlanır.


---

# 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-baslarken/entegrasyon.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.
