# TCP

![The TCP Settings.](/files/CrQixsWRZTTOo9Iu4Djy)

The **TCP Settings** allow the user to manage **TCP Connections** and cover the necessary data to provide functionality to the [**TCP** **Nodes**](/incari-studio/toolbox/communication/tcp.md).

**TCP Communication** in **Incari** is available as a plugin and is enabled as default. However, in the case that it is disabled in the **Plugins Editor**, it will not appear in the **Project Settings**. Please refer to the [**Plugins Editor**](/incari-studio/modules/plugins/communication/tcpconnectionsmanager.md) to find out more information.

`Name` is an identifying name of a *TCP* connection chosen at the user's discretion.

`URL` is the *TCP* endpoint (either a URL or IP address) and is only relevant when `Is Server` is set to off.

`Local Port` represents two different things depending on whether `Is Server` is toggled on or not. If switched to on, it is the port number being listened to. If switched off, it is the port number the remote device is listening on.

`Is Local IPv6` can be enabled or disabled. *IPv6* is the newest version of the *Internet Protocol*. More information about *IPv6* can be found in the **External Links** section.

`Is Server` is the state the connection finds itself in. This is either toggled on (where a local server is started and waits for incoming connections, similar to an *HTTP* server) or toggled off (where a connection is initiated to a remote server, similar to functions associated with the **HTTP Client Node**).

`Automatic Reconnect` can be enabled or disabled. It keeps the *TCP* connection open in the case that it has been broken.

## See Also

* [**TCP** **Nodes**](/incari-studio/toolbox/communication/tcp.md)

## External Links

* More information on [*IPv6*](https://en.wikipedia.org/wiki/IPv6).
* More information on [*ports*](https://en.wikipedia.org/wiki/Port_\(computer_networking\)).
* More information on [*port forwarding*](https://en.wikipedia.org/wiki/Port_forwarding).


---

# 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.incari.com/incari-studio/modules/project-settings/tcp-connection.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.
