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

# Connecting to Fly Postgres

<Warning>
  **This page is archived.** Fly Postgres (unmanaged) is no longer maintained, and Fly.io Support is not able to provide support or guidance for it. We now offer [Fly.io Managed Postgres](/postgres), our fully-managed database service that handles all aspects of running production PostgreSQL databases.

  These pages are kept for reference and are not listed in the navigation. The full set is indexed on the [Fly Postgres (Unmanaged)](/unmanaged-postgres) page.
</Warning>

Access Postgres from your application to query data, perform migrations, and all the other stuff that needs to be done to make a database useful.

* [Connect With flyctl](/unmanaged-postgres/connecting/connecting-with-flyctl)
* [Connect From a Fly App](/unmanaged-postgres/connecting/connecting-internal)
* [External Connections](/unmanaged-postgres/connecting/connecting-external)
* [App Connection Examples](/unmanaged-postgres/connecting/app-connection-examples)
