> 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/platform-modules/configmodule/direct-commands/getconfigmode.md).

# GetConfigMode

This method commands the **ConfigModule** to return the current config mode that is active.

{% hint style="info" %}
See [ConfigMode documentation](/edge/nexus-modules/platform-modules/configmodule/config-modes.md) for details.
{% endhint %}

**Method Name:**\
GetConfigMode

**Payload:**

```
{
}
```

**Returns:**

```
{
    "mode": "<active config mode>"
}
```
