# Uygulama/Servis Topolojisi (Erişim Prensipleri)

* Platform, internet veya üçüncü parti ağlardan doğrudan erişime açık değildir. Standart kurulum iç ağdadır.
* Bu nedenle, dış erişim için zorunlu olan katı üç katmanlı DMZ mimarisi standart dağıtım için geçerli değildir.
* İç ağdaki yapı kavramsal olarak Sunum/Arayüz (GenControlRoom Frontend, Studio/Robot UI), Uygulama/İş Mantığı (ControlRoom Backend, Scheduler, Robot Motoru, Ortak Kütüphaneler) ve Veri Katmanı (MSSQL Veritabanı) olarak ayrılabilir.

*Not: Gelecekte herhangi bir bileşenin dış ağa açılması gerekirse, Müşteri güvenlik standartlarına uygun katı katmanlı mimari (DMZ vb.) zorunlu olacaktı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/uygulama-servis-topolojisi-erisim-prensipleri.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.
