> For the complete documentation index, see [llms.txt](https://api.intecular.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.intecular.com/invisoutlet-pro/getting-started.md).

# Getting Started

{% hint style="info" %}
TCP connection can be established via Command Prompt or Terminal, depending on the operating system.
{% endhint %}

Establishing connection in Windows:

```sh
netcat {{aabbccddeeff.local}} 3333
```

Establishing connection in macOS or Linux:

```bash
nc {{aabbccddeeff.local}} 3333
```
