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

# Managed Service for PostgreSQL®

Modern AI and ML workloads operate with sizable datasets. Managed Service for PostgreSQL allows you to apply its flexibility and dataset management capabilities to enhance the performance of your projects in Nebius AI Cloud.

The service is available in all [Nebius AI Cloud regions](/overview/regions/) except <code>eu-north2</code>.

*Postgres, PostgreSQL and the Slonik Logo are trademarks or registered trademarks of the PostgreSQL Community Association of Canada, and used with their permission.*

<CardGroup cols={2}>
  <Card title="Getting started" icon="link" href="/postgresql/quickstart">
    Create a Managed PostgreSQL cluster, connect to it, create a database and perform basic operations on it
  </Card>

  <Card title={`Managing your Managed PostgreSQL cluster`} icon="link" href="/postgresql/clusters/manage">
    Create and delete clusters
  </Card>

  <Card title="Users and their privileges" icon="link" href="/postgresql/databases/users">
    Create and manage users with different privileges
  </Card>

  <Card title={`Migration from or to a Managed PostgreSQL cluster`} icon="link" href="/postgresql/data-transfers/migrate-data">
    Move data between clusters
  </Card>

  <Card title={`Replication to a Managed PostgreSQL cluster`} icon="link" href="/postgresql/replication/from-external">
    Replicate data from external sources
  </Card>

  <Card title={`Monitoring a Managed PostgreSQL cluster state`} icon="link" href="/postgresql/monitoring">
    Control resource usage and database health of your cluster
  </Card>
</CardGroup>
