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

# Managed Databases

Latitude.sh Managed Databases is a fully managed PostgreSQL database service that integrates with your infrastructure. It includes scheduled backups, IP-based access control, performance monitoring, and optional Supabase integration.

## Features

| Feature                        | Supported |
| ------------------------------ | --------- |
| Database Monitoring            | ✓         |
| Scheduled Backups              | ✓         |
| Trusted Sources (IP filtering) | ✓         |
| Database Parameters            | ✓         |
| Supabase Addon                 | ✓         |

* **Database Monitoring**: Track performance metrics with automatic storage alerts when capacity thresholds are reached. [Learn more](/managed-databases/monitoring).
* **Database Backups and Restoration**: Configure scheduled backups, view backup history, and restore data when needed. [Learn more](/managed-databases/backups-and-restoration).
* **Trusted Sources**: Control database access with IP-based restrictions. [Learn more](/managed-databases/trusted-sources).
* **Database Parameters**: Customize PostgreSQL and PgBouncer parameters to optimize your database for your specific workload. [Learn more](/managed-databases/parameters).
* **Supabase Addon**: Add Supabase functionality for auto-generated APIs and database management tools. [Learn more](/managed-databases/supabase-addon).

## Creating a database

<Steps>
  <Step title="Access database creation">
    <a href="https://www.latitude.sh/dashboard">Log in to the dashboard</a>, select a project, navigate to <strong>Database</strong> in the sidebar menu, and click <strong>Create Database</strong>. Select "New Database" on the database deployment page.
  </Step>

  <Step title="Configure database specifications">
    Choose a location and plan based on your requirements. Optionally,
    configure scheduled backups according to your backup requirements. Provide a
    name for your database.
  </Step>

  <Step title="Deploy the database">
    Click <strong>Deploy</strong> to create your database.
  </Step>
</Steps>

<img src="https://mintcdn.com/latitudesh/jTa6J8Hv5F4W4vnJ/images/product/26.Docs25Q4.CreateDB.png?fit=max&auto=format&n=jTa6J8Hv5F4W4vnJ&q=85&s=866103f21cc75aa6f667abf3be7a886b" alt="Create database interface" width="2940" height="1450" data-path="images/product/26.Docs25Q4.CreateDB.png" />

## Additional documentation

* [Database Monitoring](/managed-databases/monitoring) - Monitor the performance and usage of your databases.
* [Database Backups and Restoration](/managed-databases/backups-and-restoration) - Configure and manage automated scheduled backups.
* [Trusted Sources](/managed-databases/trusted-sources) - Control database access with IP-based restrictions.
* [Database Parameters](/managed-databases/parameters) - Customize PostgreSQL and PgBouncer parameters for your workload.
* [Supabase Addon](/managed-databases/supabase-addon) - Optional Supabase functionality for enhanced developer experience.
