---
number: 37655
slug: 37655-dashboard-navigation-updates-project-settings
published: 2025-08-04
discussion: https://github.com/orgs/supabase/discussions/37655
labels:
  - frontend
page: https://supabase.com/changelog/37655-dashboard-navigation-updates-project-settings
---

# Dashboard Navigation Updates: Project Settings

As part of our [ongoing efforts](https://github.com/orgs/supabase/discussions/33670) to make Dashboard easier to use, **we’re moving service-related settings in their respective areas**. Take database settings, for example:

- **Previously:** you had to go to Project Settings → Database to make database-related configuration changes.
- **Now:** Any database-related configuration can be found in Database → Configuration.

Project-level settings like Data API will remain in Project Settings.

| Before | After |
|---|---|
| <img width="606" height="1200" alt="database-before" src="https://github.com/user-attachments/assets/38a440ad-591f-496b-9827-ab87cc8b57de" /> | <img width="606" height="1200" alt="database-after" src="https://github.com/user-attachments/assets/f2e53de5-b0ff-48ee-a39b-edda8ee15fd9" /> |
| _Before: No database settings to be found!_ | _After: Database settings along with access control in one simple section._ |

Pretty simple. But, because we’re changing routes, this might confuse folks expecting to find things where they used to be.

Here’s how we’re making this change as smooth as possible:

- Redirects have been added so the old URLs will keep on working.
- References in documentation have been updated.
- The old navigation (e.g. Project Settings → Storage) will stick around for a few months. They’ll just be treated as shortcuts to their new homes.

## What’s affected

The full list of affected services and/or settings include:

- Database
- Data API
- Authentication
- Storage
- Edge Functions
- Log Drains

| Previously | Now | Later |
| --- | --- | --- |
| <img width="606" height="1520" alt="project-settings-now" src="https://github.com/user-attachments/assets/1c26aa9e-ddaf-42db-84b2-8caefa23451b" /> | <img width="606" height="1520" alt="project-settings-phase-1" src="https://github.com/user-attachments/assets/22768fff-29c2-4543-8787-c8be8a61b235" /> | <img width="606" height="1520" alt="project-settings-phase-2" src="https://github.com/user-attachments/assets/12d40e28-bea4-4d3a-bc13-aaa544d32d1d" /> |
| _Previously: service-level settings scattered throughout Project Settings and their own areas._ | _Now: all moved out to their respective areas, but shortcuts remain here in Project Settings._ | _Later: we’ll remove these shortcuts to make Project Settings less noisy._ |

## Code changes

See #37580 for the _Now_ changes (later today) and #37612 for the _Later_ changes (scheduled for a few months from now).

## What’s next

Some of our settings aren’t so neat, bridging multiple services or arguably children of existing setting sections. Examples include Data API and Log Drains. We’re looking into how to better categorise them over time, which may mean more navigation changes. We’ll let you know if those happen.

## Feedback

As always, please let us know what you think or if you run into issues, here on the discussion. Thanks!
