# Network Requirements

## **Ports and endpoints**

**Computle requires the following network-level access:**

* Unrestricted access to port 8443 on the target machine.
* Unrestricted access to access *\*.computle.net.*

**Network speed**

* Each connecting user should have at least 10Mbps of download speed.
* For best performance, you should have less than 50ms of latency. This can be checked via the NICE DCV application > Cog > Streaming Mode.

***

## Testing

If you use security solutions such as Zscaler, please ensure that you whitelist these domains.

**PowerShell**

To test connectivity, you can run the following PowerShell command, replacing "machine.computle.net" with your machine or network ID:

`Test-NetConnection -ComputerName machine.computle.net -Port 8443`

**Web browser**

On instances where the web client is enabled, you can navigate to the following webpage, replacing "machine.computle.net" with your machine ID. This will present a NICE DCV connection screen.

`https://machine.computle.net:8443`


---

# 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.computle.com/onboarding/computle-end-user-guide/network-requirements.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.
