> For the complete documentation index, see [llms.txt](https://docs.tricloudnexus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tricloudnexus.io/edge/nexus-modules/data-connector-modules/emulatormodule/twin-config.md).

# Twin Config

The EmulatorModule requires a basic configuration, with the following properties:

* **Enabled**: Controls whether emulations are enabled or disabled alltogether.
* **AutoStart**: Controls whether emulations should start automatically when the module starts.

Here is an example of a twin configuration:

```
"settings": {
    "enabled": true,
    "autoStart": true
}
```
