# Configuración de red

La configuración de puertos por defecto es la siguiente:

1. Sherpa Coordinator — salientes hacia Orchestrator: 80 o 443;
2. Intérprete de Python en la cuenta de servicio — salientes hacia Orchestrator: 80 o 443.

En todas las comunicaciones de red, la iniciativa para establecer la conexión y la solicitud inicial pertenece únicamente a los componentes del cliente, es decir, Sherpa Coordinator o el script de Python. Orchestrator no realiza solicitudes a los clientes por su propia iniciativa.

Acceso del usuario a la interfaz web de Orchestrator: 80 o 443;

Para interactuar con el servidor web se utiliza el protocolo https, opcionalmente se puede utilizar el protocolo http.

Sherpa RPA soporta comunicación segura (utilizando el protocolo TLS 1.2) entre Sherpa Coordinator y 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/es/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.
