# Configuring Element Web

See how to download example files from the helm chart [here](https://ems-docs.element.io/books/element-server-suite-pro/page/setting-up-ess-pro-helm-chart#bkmrk-downloading-ess-pro-).

### Configuration

For a quick setup using the default settings, see the minimal fragment example in `charts/matrix-stack/ci/fragments/element-web-minimal.yaml`.

**Additional configuration**

[Additional Element Web configuration](https://charts.element.io/packages/helm/matrix-stack/matrix-stack?modal=values&path=elementWeb.additional) can be provided inline in the values as a json string with
```yaml
elementWeb:
  additional:
    user-config.json: |
      {
        "some": "settings"
      }
```

### Disabling Element Web

Matrix Authentication Service is enabled for deployment by default can be disabled with the following values
```yaml
elementWeb:
  enabled: false
```