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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/administration/settings",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Organization settings

> Configure organization-wide settings in Omni, including user access defaults, content visibility, and support access controls.

<Note>
  **Organization Admin** permissions are required to access and modify organization settings.
</Note>

The **Settings > General** tab contains settings that apply to your entire Omni organization. From here, you can control user, content, and Omni support access.

## General

Settings in the **General** tab control the organization's name, default timezone, localization, user invitations, and support settings.

<AccordionGroup>
  <Accordion title="Default timezone">
    Defines the default timezone for the organization, which is used in emails sent by Omni. **Note**: This setting doesn't apply to [database connections](/connect-data/timezones), which have their own timezone settings.
  </Accordion>

  <Accordion title="Locale and allowed locales">
    Controls the default language used for the Omni app interface and which languages are available to users.

    * **Locale** – Sets the default app language for your organization. Users without a user-specific locale will see the app in this language.
    * **Allowed locales** – Defines which locales are available as options in your Omni instance.

    For more details, see the [Localization settings guide](/administration/localization).
  </Accordion>

  <Accordion title="New user invitations">
    Allows new users to request an invitation to the Omni organization from the login page
  </Accordion>

  <Accordion title="Support" id="support">
    * **Session recording** - When enabled, Omni support will have access to replays of sessions where bugs or errors were encountered
    * **Automatic support user creation** - When enabled, Omni support can automatically access your instance for assistance and problem solving
    * **Limit Omni support logins by region** - Allows you to limit logins from Omni support to a specific region. When set to something other than **All regions**, the support user's IP address must reside in the specified region to successfully log in to your instance.

          <Note>
            Contact Omni support for access to the **Limit Omni support logins by region** setting.
          </Note>
  </Accordion>
</AccordionGroup>

## Contacts

The **Settings > Contacts** tab allows you to define contact persons for your organization. These settings accept comma-separated lists of email addresses.

<AccordionGroup>
  <Accordion title="Billing">
    Defines the contact person(s) for notices about billing and payments related to your organization.
  </Accordion>

  <Accordion title="Security and Privacy">
    Defines the contact person(s) for notices about security and privacy, including subprocessor updates.
  </Accordion>
</AccordionGroup>

## Preferences

The **Settings > Preferences** section allows you to control optional features and behaviors for your Omni organization.

<AccordionGroup>
  <Accordion title="Opt out of easter eggs">
    When enabled, disables all easter eggs across your Omni organization. This setting applies organization-wide and affects all users.
  </Accordion>
</AccordionGroup>
