# UDP

![The UDP Settings.](/files/KggzhXFjjS74gTFy40B0)

The **UDP Settings** allow the user to manage **UDP Connections** and cover the necessary data to provide functionality to the [**UDP** **Nodes**](/incari-studio/2023.1/toolbox/communication/udp.md). Messages are called *datagrams*.

**UDP 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/2023.1/modules/plugins/communication/udpconnectionsmanager.md) to find out more information.

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

`Local Port` is the port number of the machine listening for *datagrams*.

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

`URL` is the *UDP* endpoint (either a URL or IP address).

`Port` is the port number of the *datagram's* destination.

`Is IPv6` can be enabled or disabled and applies only to the remote port.

`Automatic Rebind` can be enabled or disabled. It automatically restarts the ability to send and receive *datagrams*.

`Automatic URL & Port` can be enabled or disabled. It automatically sets the URL for outgoing *datagrams* to the one of the most recent incoming *datagrams*.

## See Also

* [**UDP** **Nodes**](/incari-studio/2023.1/toolbox/communication/udp.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/2023.1/modules/project-settings/udp-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.
