# Organization settings

import { Steps } from "@astrojs/starlight/components"
import Prereqs from "@docs/Prereqs.astro"
import UiWalkthrough from "@docs/UiWalkthrough.astro"

Set your organization's display name, logo, default timezone, and other preferences that apply across all projects and members.

<Prereqs>- A Ren account with admin or owner role in your organization</Prereqs>

## Configure preferences

<UiWalkthrough>{/* TODO(demo): screen recording: editing org preferences in the dashboard, ~6s loop */}</UiWalkthrough>

<Steps>

1. Open **Settings → Organization** in the Ren dashboard.

2. Update the fields you want to change:
   - **Name**: the display name shown across the dashboard.
   - **Logo**: an image URL for your organization's avatar.
   - **Timezone**: the default timezone for [cron triggers](/docs/guides/automate/schedule-cron-trigger/) and timestamps. Individual triggers can override this.

3. Click **Save**.

</Steps>

The timezone you set here becomes the default for new cron triggers. Existing triggers keep their own timezone setting.