# Network Configuration

The port configuration and network protocols for Sherpa Process Discovery can be configured to meet all common firewall requirements.

The default port configuration is as follows:

* Discovery Agents outgoing to Discovery Server: 5672 (or 5671 when using TLS)
* Discovery Agents incoming from Discovery Server: dynamic
* Database communication: 3306 and 1433 - configurable
* User access to the Sherpa Process Discovery Server web interface: 80 or 443

HTTPS is used for interaction with the web server, while HTTP is optionally available. Sherpa Process Discovery supports secure communication (using TLS 1.2 protocol) between Discovery Agents and the Discovery Server. When installed with TLS, the client must provide the necessary certificates by placing them in the path /opt/app/config/certs/, renaming them to orchestrator.crt and orchestrator.key.


---

# 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-process-discovery/diagramma-razvertyvaniya/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.
