---
title: Connect to Neon
subtitle: Everything you need to know about connecting to Neon
summary: >-
Covers the various methods to connect to a Neon database, including standard
Postgres connections, specialized drivers, and tools for different
environments and applications.
enableTableOfContents: true
updatedOn: '2026-02-06T22:07:32.788Z'
---
This section covers all the ways to connect to your Neon database, from standard Postgres connections to specialized drivers and tools. For framework-specific guides and quick starts, see [Get Started](/docs/get-started/connect-neon).
## Getting started with connections
Connect from any app
Choose a connection type
## Connection methods
Neon serverless driver
Data API
Connect with psql
GUI applications
VS Code Extension
Passwordless auth
## Optimize and secure your connections
Connection pooling
Secure connections
Latency and timeouts
## Troubleshooting
Connection errors