> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# NetServer FeatureToggles element

> NetServer FeatureToggles element

Configuration values for feature toggles.

```XML theme={null}
<FeatureToggles>
  <State>
    <add key="NewFeature" value="True" />
  </State>
</FeatureToggles>
```

| Name  | Description                                                                                          |
| ----- | ---------------------------------------------------------------------------------------------------- |
| State | Contains key/value (feature name/true or false) pair elements that represent the features to toggle. |

* See the [NetServer Core reference][1] for details about handling this programmatically.
* See the *SuperOffice.FeatureToggles.dll* assembly for definitions. Toggles not mentioned there will be OFF.

[1]: https://github.com/SuperOfficeDocs/superoffice-docs/blob/main/docs/en/api/reference/netserver/core/SuperOffice.Configuration.ConfigFile.FeatureToggles.yml
