# Connections

In inSCADA, the connection layer is IP-based. In order to establish communication, you must enter the defined IP address and port number of your facilities and systems.

![Connections](/files/-LjWdBvYggibW6iH2lI7)

Using options located in the upper right corner;

![Connection Export, Import, Add, Edit, Delete](/files/-LjWdZ7fqwDBKoi3OvFZ)

you can add, edit, and delete links.

## Connection Import/Export

With the Import/Export buttons in the upper right corner, you can import or export the records of all the projects defined in your system in xlsx format.

{% hint style="info" %}
All grids in Import/Export inSCADA are also available. Used to import/export data in the corresponding grid. If you want to back up or restore your projects, see Development-> Import / Export.
{% endhint %}

{% hint style="info" %}
Before importing your data, download and review the xlsx file structure on your computer by exporting, to learn the file structure.
{% endhint %}

## Connection Add/Edit Form

![Connection Add/Edit](/files/-LjWgE-mgFtR9OrWqtpo)

#### Project

You can select the project to add a link to.

#### Name

You can give your connection any name (15 characters).

#### Description

You can type a detailed description (50 characters) in your link.

#### IP

You can enter the IP address to connect to. For example: 192.168.0.170, 0.0.0.0.

#### Port

You can enter the port number to connect to. For example, 502 for the device supporting a standard modbus communication protocol.

#### Timeout

You can enter a time-out period (ms) for the connection. inSCADA waits for the connection to be established during the timeout. If the connection is established and the connection drops automatically, the inSCADA automatically attempts to reconnect at the end of the timeout period.

#### Msg Timeout

After the connection is established, you can define a timeout (ms) time for messages from the communicating device. If no response is received during the defined time, the connection is retried.


---

# 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://inscada.gitbook.io/ins/en-1/user-interface/development/connections.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.
