# Connection

On the Connection page, you define connection information for integration targets to be used in scenarios.

## Properties

- Name
  - Specify the name of the connection.
  - The name must be unique.
- Description
  - Description of the connection.
- Active Flag
  - Automatically specifies the connection status at the application startup.
- On-Demand
  - Specifies whether to request a connection as needed.
- Connector Type
  - Specify the connector to be used for the connection target.
- Edge Server
  - specifies the edge server to be connected to the actual connection target
  - if not specified, the default server will be used
- Endpoint
  - Configure the endpoint of the connection target.
  - You can refer to the connector-specific documentation for configuration details.
  - Typically, for remote services, it is configured as {protocol}://{host}[:port] or as a URL.
  - For local files, it is configured as a file path.
  - For local devices, it may be configured with a USB port number.
- Parameters
  - If additional parameter settings are required besides the endpoint information for each connector, a configuration screen is provided.
  - You can refer to the connector-specific documentation for configuration.

## Operation

- Connect
  - Attempt to establish a connection.
- Disconnect
  - Terminate the connection.
