> ## Documentation Index
> Fetch the complete documentation index at: https://docs.assistantscenter.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Support E-Mail

> A String which is the email address displayed on the privacy-policy page.

```js theme={null}
theme: SoftUI({
  supporteMail: String,
});
```

## Example Usage

```js theme={null}
theme: SoftUI({
  supporteMail: "you@example.com",
});
```

## Props

<ParamField path="supporteMail" type="string" required>
  The support e-mail address
</ParamField>
