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

# Organization Settings

> Configure your organization's profile, preferences, and workspace settings.

## Organization Types

Vigilos supports two types of organizations:

<CardGroup cols={2}>
  <Card title="Personal" icon="user">
    Automatically created for each user when they sign up. A personal organization is a single-user workspace for individual exploration and analysis.
  </Card>

  <Card title="Team" icon="users">
    A collaborative workspace where multiple users can share connections, semantic models, insights, and dashboards. Team organizations support role-based access control and invitations.
  </Card>
</CardGroup>

Users can belong to multiple organizations and switch between them at any time using the organization switcher in the sidebar.

## General Settings

To edit your organization settings, navigate to **Settings** in the sidebar.

| Setting           | Description                                                                    |
| ----------------- | ------------------------------------------------------------------------------ |
| **Name**          | The display name for your organization                                         |
| **Description**   | A brief description of the organization's purpose                              |
| **Logo URL**      | URL to your organization's logo, displayed in the sidebar and shared resources |
| **Website**       | Your organization's website URL                                                |
| **Billing email** | Email address for billing-related communications                               |

<Note>
  Only users with the **owner** role can modify organization settings. See [Team Management](/admin/team) for role details.
</Note>

## Workspace Preferences

### Theme

Choose the visual appearance of the Vigilos interface for your organization:

| Theme     | Description                          |
| --------- | ------------------------------------ |
| **Light** | Light background with dark text      |
| **Dark**  | Dark background with light text      |
| **Auto**  | Follows the user's system preference |

### Timezone

Set the default timezone for your organization. This timezone is used for:

* Scheduled automation execution times
* Default date/time display across the platform

Individual users can override the organization timezone in their personal settings.

### Notifications

Configure how your organization receives notifications:

| Channel     | Description                                             |
| ----------- | ------------------------------------------------------- |
| **Email**   | Receive notifications via email                         |
| **Slack**   | Receive notifications in your connected Slack workspace |
| **Webhook** | Send notification events to a custom webhook URL        |

## Switching Organizations

If you belong to multiple organizations, you can switch between them using the organization selector in the sidebar. Your current organization determines which connections, semantic models, insights, dashboards, and integrations you see.

All data is fully isolated between organizations - resources from one organization are never visible to members of another organization.
