# Configuração de Rede

A configuração de portas padrão é a seguinte:

1. Sherpa Coordinator — saídas para Orchestrator: 80 ou 443;
2. Interpretador Python na conta de serviço — saídas para Orchestrator: 80 ou 443.

Em todas as comunicações de rede, a iniciativa de estabelecer a conexão e o pedido inicial pertence apenas aos componentes clientes, ou seja, Sherpa Coordinator ou script Python. O Orchestrator não faz solicitações aos clientes por iniciativa própria.

Acesso do usuário à interface web do Orchestrator: 80 ou 443;

Para interação com o servidor web, utiliza-se o protocolo https, sendo opcional o uso do protocolo http.

Sherpa RPA suporta comunicação segura (usando o protocolo TLS 1.2) entre Sherpa Coordinator e Sherpa Orchestrator.


---

# 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.sherparpa.ru/pt/sherpa-rpa/sherpa-orchestrator/python-sherpa-framework/konfiguraciya-seti.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.
