# New General Settings Options

We're increasing the capability and control for Admins working in Builder by adding in a number of additional options to the **General Settings** section of Builder. Previously, admin teams would have had to contact the Enate Helpdesk to have these changes made. This change should make it easier configure and maintain these settings.&#x20;

See below for a list of these newly available settings. Note that values previously set in conjunction with Enate Helpdesk will already be populated into these fields. Make sure you have a full understanding of these features and what they do before making any setting changes:

* [Enable Websocket Integration](#enable-websocket-integration)
* [Maximum File Upload Size](#maximum-file-upload-size)
* [Additional BCC Address](#additional-bcc-address)
* [Override to Address](#override-to-address)
* [Override CC Address](#override-cc-address)
* [Override BCC Address](#override-bcc-address)
* [Maximum Session Duration](#maximum-session-duration)
* [Maximum Idle Duration](#maximum-idle-duration)
* [Company Logo](#company-logo)
* [Header Logo](#header-logo)
* [Favorite Logo](#favorite-logo)

### Enable WebSocket Integration

This allows you to take advantage of WebSockets to improve performance. If WebSockets are not supported, you should disable this option to revert back to a fallback method.

<figure><img src="/files/Na2WEdrbKh8XhTttcb5D" alt=""><figcaption></figcaption></figure>

### Maximum File Upload Size

This setting determines the maximum size of a file that can be uploaded to a Work Item or Email in Enate Work Manager, with the absolute maximum file size setting available being 100MB.

<figure><img src="/files/xGxY0ch7B0lZLmRqrz5y" alt=""><figcaption></figcaption></figure>

### Additional BCC Address

This option can be used at a system level for sending a hidden email copy of all outgoing emails sent by the system to an address for tracking or archiving.

<figure><img src="/files/fv4O6anCOooBQUaqEXq7" alt=""><figcaption></figcaption></figure>

Multiple email addresses can be specified, using a ',' comma separator in between.

### Override 'To' Address

Populate this field if you wish to redirect all outgoing emails to this email address / list of addresses, overriding the original recipients.

<figure><img src="/files/On8hzyLPSxIRqsd9huhD" alt=""><figcaption></figcaption></figure>

Multiple email addresses can be specified, using a ',' comma separator in between.

{% hint style="warning" %}
NOTE: This setting **should not** be used in live production environments, as it will prevent emails from reaching their intended recipients.
{% endhint %}

### Override 'CC' Address

Populate this field if you wish to replace all CC recipients on outgoing emails with this email address / list of email addresses.

<figure><img src="/files/pfaCiF3TQeajffRitHX1" alt=""><figcaption></figcaption></figure>

Multiple email addresses can be specified, using a ',' comma separator in between.

{% hint style="warning" %}
NOTE: This setting **should not** be used in live production environments, as it will prevent emails from reaching their intended recipients.
{% endhint %}

### Override BCC Address

Populate this field if you wish to replace all BCC recipients in outgoing emails with this email address / list of addresses.

<figure><img src="/files/ECJSUpEAyUd93F4E3WOr" alt=""><figcaption></figcaption></figure>

Multiple email addresses can be specified, using a ',' comma separator in between.

{% hint style="warning" %}
This setting **should not** be used in live production environments, as it will prevent emails from reaching their intended recipients.
{% endhint %}

### Maximum Session Duration

This option allows you to set the time the system will wait before logging out log out users after a period of activity (e.g if the active session timeout is set to 30 minutes, then though you are active, you will be logged out after 30 minutes). The maximum time you can set is 23:59:00 hours. If you leave this option blank, it will default to zero, meaning that no time has been set and the session does not expire for a still active user.

<figure><img src="/files/cQ2GMZNAEy57YXARFJY5" alt=""><figcaption></figcaption></figure>

### Maximum Idle Duration

This option allows you to set the maximum time that user can remain inactive before the system will automatically log them out. (e.g if the idle session timeout is set to 15 minutes, you will be logged out if your account is idle for 15 minutes). The maximum time you can set is 23:59:00 hours.&#x20;

{% hint style="warning" %}
**If this value is set to blank it will default to zero, i.e. user sessions do not expire.** **For security reasons, it is NOT recommended that this value be set to blank.**
{% endhint %}

<figure><img src="/files/XmGYryenWO2eXBDmtBKv" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**NOTE: For security reasons, it is NOT recommended that this value be set to blank.**
{% endhint %}

### Company Logo

This option allows you to set your company that will appear alongside the login section on the initial login screen.

<figure><img src="/files/g7tHYrrZZ1czqEFXBMUN" alt=""><figcaption></figcaption></figure>

### Header Logo

This option allows you to set the header logo that appears in the top left corner of the Work Manager and Builder screens.

<figure><img src="/files/meDVFuy21hJsewKsbCnX" alt=""><figcaption></figcaption></figure>

### Favorite Logo

This option allows you to set the logo to use as the browser tab icon for all of your Enate tabs.

<figure><img src="/files/Rlo2fB4SBednO5jcEVRG" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.enate.net/whats-new/november-2025-feature-wave/november-2025-feature-wave/new-general-settings-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
