
In the Workspace Details section, you can:
- set the company's address
- set the preferred language for your account in the workspace
- manage workspace information and define additional security authorization:
  - edit workspace name,
  - edit workspace subdomain (deprecated)
  - define timezone for the workspace
  - encrypt JWT payload

<figure>
<img src="/api/docs/image/54176ad07f146575310749eba44b7c2f42c1b327/docs/settings/_gfx/profile-details.png" alt="Profile details" class="full" >
<figcaption> Workspace settings </figcaption>
</figure>


<div class="admonition admonition-important"><div class="admonition-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /></svg></div><div class="admonition-body"><div class="admonition-content">

Become familiar with the [event parameters which are denylisted](/docs/assets/events/introduction-to-events#denylist-of-event-parameters) by default for every workspace. These parameters are still available on the Raw data tab [in event details](/docs/crm/crm-profile#activity-list), if the data is available.

</div></div></div>


## Managing workspace information
---
1. Go to <img src="/api/docs/image/54176ad07f146575310749eba44b7c2f42c1b327/icons/settings-icon.svg" alt="Settings icon" class="icon"> **Settings > Workspace details**.
2. In the **Basic info** section, to edit information, click **Show**.
    1. To change the workspace avatar, click **Upload photo**.
    2. To change the name of the workspace, enter a new name in the **Workspace name** field.  
      
       <div class="admonition admonition-warning"><div class="admonition-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L4.082 16.5c-.77.833.192 2.5 1.732 2.5z" /></svg></div><div class="admonition-body"><div class="admonition-content">

       If [Co-Brand Decisioning Layer](/docs/settings/workspace/multibrand-workspaces) is enabled for your workspace, change of workspace name will cause inconsistencies in [membership attribute](/docs/crm/customer-properties#managing-membership-attributes) names.

       </div></div></div>

    3. To change the workspace subdomain, enter a new subdomain in the **Workspace subdomain** field.  
      If you create a [landing page](/docs/campaign/landing-page/creating-landing-page) on the Synerise domain, the value you enter here will be used as a part of the landing page URL.
    4. Confirm the information by clicking **Apply**. 

## Setting company address
---
3. In the **Company Address** section, to fill in information about your company (name, address, telephone number, email address, and so on), click **Show**.
    1. In the fields of the form, enter information about the company (each field is optional).
    2. To confirm the information, click **Apply**.

## Setting language and timezone
---
4. In the **Preferences** section, to change a setting, click **Show**.
    1. From the **Language** dropdown list, select language of the workspace (currently inactive).
      
       <div class="admonition admonition-note"><div class="admonition-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /></svg></div><div class="admonition-body"><div class="admonition-content">

       When a user logs in to a workspace, the language of the workspace is consistent with the language selected in the [user's account](/docs/settings/your-account/account) settings.

       </div></div></div>

    2. From the **Timezone** dropddown list, select the timezone for the workspace.
    3. Confirm the changes by clicking **Apply**.

## Encrypting JWT payload
---

Synerise uses JSON Web Token (JWT) as the authorization method. The token is generated by the authentication endpoints. Encrypting the payload ensures security in scenarios where the JWT may be intercepted. By default, encrypting JWT payload is disabled for the workspace. 

The encryption feature works in [authorization endpoints](https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#tag/Authorization) for Profiles in version 3 (`/sauth/v3/auth/`) and Workspaces.

1. In the **JSON Web Token Payload Encryption** section, click **Show**.  
  
   <div class="admonition admonition-warning"><div class="admonition-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L4.082 16.5c-.77.833.192 2.5 1.732 2.5z" /></svg></div><div class="admonition-body"><div class="admonition-content">

   If you decode JWTs for sourcing information, encryption will break integrations that do so.

   </div></div></div>

2. Switch the **Enable payload encryption** toggle.
3. Confirm settings by clicking **Apply**.