# Network Configuration

The default port configuration is as follows:

1. Sherpa Coordinator — outgoing to Orchestrator: 80 or 443;
2. Python interpreter in the service account — outgoing to Orchestrator: 80 or 443.

In all network communications, the initiative to establish a connection and the initial request belongs solely to the client components, namely Sherpa Coordinator or the Python script. The Orchestrator does not initiate requests to clients on its own.

User access to the Orchestrator web interface: 80 or 443;

The https protocol is used for interaction with the web server, and the http protocol may optionally be used.

Sherpa RPA supports secure communication (using the TLS 1.2 protocol) between Sherpa Coordinator and 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/en/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.
