> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2024.1/modules/project-settings/socketio.md).

# Socket.IO

![The Socket.IO Settings](/files/VFh27y2gseTauz6VN6Tp)

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

**Socket.IO 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/2024.1/modules/plugins/communication.md) to find out more information.

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

`URL` is the *URL* of the server.

`Port` is the port the user chooses to serve the *Socket.IO* connection. This is often the same port as the website, which for *HTTP* is 80 and for *HTTPS* is 443.

## See Also

* [**Socket.IO** **Nodes**](/incari-studio/2024.1/toolbox/communication/socketio.md)

## External Links

* 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/2024.1/modules/project-settings/socketio.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.
