# Introduction

The purpose of this manual is to help you discover MIS Communicator, to become familiar with the configuration environment and to learn the product concepts through examples.

The manual does not cover extensively the potential of MIS Communicator. To do this you should consult the manuals of the products that use the communication services provided by MIS Communicator.

Read the manual in full to learn concepts that will be useful in the future. Surely the time spent reading this manual will quickly bring you benefits.

Please pay particular attention to the **security related sections** when configuring your connections. There is no such thing as a good automatic security. You should understand what happens in terms of security when you create a new connection and expose network services, specially to an external network, and make the appropriate security configurations. The main security options are in the [Connections Password](https://doc.sysdevmobile.com/miscommunicator/configuration/connections/properties#password), [Encryption Type](https://doc.sysdevmobile.com/miscommunicator/configuration/connections/properties#encryption), [TLS Configuration ](https://doc.sysdevmobile.com/miscommunicator/configuration/connections/properties/tls-configuration)and [Permissions](https://doc.sysdevmobile.com/miscommunicator/configuration/connections/permissions).

## What is MIS Communicator <a href="#what-is-mis-communicator" id="what-is-mis-communicator"></a>

MIS Communicator is a software that runs as a Windows service, that exposes several communication services in a Windows machine to applications on devices developed by Sysdev partners or by Sysdev through the development platform Kalipso.

These services include Gateway access to databases through ODBC or OLEDB, Gateway for HTTP requests, File Transfer, Remote Application Execution, etc. For a complete list of services provided please check Kalipso Documentation.

{% hint style="info" %}
Did you know that you can customize MIS Communicator About screen.

See [**OEM**](https://doc.sysdevmobile.com/miscommunicator/others/about#oem) section.
{% endhint %}


---

# 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://doc.sysdevmobile.com/miscommunicator/master.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.
