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

# Workspace settings

> Configure your tenant profile, AI provider, welcome message, and email filtering defaults.

## Overview

Workspace settings control your tenant's identity, communication defaults, and AI integration. These are global settings that apply across the entire tenant.

You manage workspace settings under **Settings > Tenant**.

## Tenant profile

The tenant profile defines your organization's identity and contact information.

| Property      | Description                                 |
| ------------- | ------------------------------------------- |
| Name          | Your organization's display name            |
| Locale        | Language and regional settings              |
| Currency      | Default currency for financial calculations |
| Admin contact | Primary administrator name                  |
| Admin email   | Contact email for tenant administration     |

<Tip>
  Set the locale and currency during initial setup. These values are used across financial reports, date formatting, and number formatting throughout the application.
</Tip>

See [Authentication](/guide/concepts/authentication) for how users sign in to your tenant and how to configure SSO.

## Welcome message

The welcome message is displayed to users when they first access the tenant. Use it to onboard new team members with instructions, links to key resources, or team guidelines.

## AI provider

Ekso includes a built-in AI provider by default. You can optionally bring your own OpenAI or Azure OpenAI API key for direct API access. See [AI](/guide/concepts/ai#providers) for provider configuration details.

## Email filtering defaults

When a new tenant is created, Ekso installs default stop lists to filter out unwanted inbound email from the [mailbox integration](/guide/concepts/mailbox). These defaults prevent automated replies and messages from social platforms from creating tickets.

### Domain stop list

Emails from these domains are blocked from creating tickets by default:

| Domain          |
| --------------- |
| `facebook.com`  |
| `twitter.com`   |
| `reddit.com`    |
| `linkedin.com`  |
| `google.com`    |
| `apple.com`     |
| `microsoft.com` |

### Subject stop list

Emails with these subjects are blocked from creating tickets by default:

| Subject                      |
| ---------------------------- |
| Delivery Status Notification |
| Out of Office                |
| Automatic reply              |

<Note>
  Both stop lists are fully editable. Add or remove entries under **Settings > Mail > General** to match your organization's needs. See [Ticketing](/guide/concepts/ticketing#block-lists) for details on email filtering configuration.
</Note>

See the [API reference](/api-reference/introduction) for endpoint details on tenant profile and AI configuration.
