llms.txt Content
# Neon Postgres
> Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres.
Neon docs are available as markdown. Append `.md` to any doc URL or set `Accept: text/markdown`. This is the primary index. Sections with many pages show key pages and link to full sub-indexes.
## Common Queries
- Pricing and Plans: https://neon.com/pricing.md
- Regions: https://neon.com/docs/introduction/regions.md
- API Reference: https://neon.com/docs/reference/api-reference.md
## Introduction
Architecture, features, autoscaling, branching concepts, billing, and plans.
All 34 pages: https://neon.com/docs/introduction/llms.txt — key pages below
- [Autoscaling](https://neon.com/docs/introduction/autoscaling.md): An introduction to Neon's autoscaling
- [Branching](https://neon.com/docs/introduction/branching.md): Branch your data the same way you branch your code
- [Neon Read Replicas](https://neon.com/docs/introduction/read-replicas.md): Scale your app, run ad-hoc queries, and provide read-only access without duplicating data
- [Neon's lakebase architecture](https://neon.com/docs/introduction/architecture-overview.md): Serverless Postgres with decoupled compute and durable storage
- [Plans and billing](https://neon.com/docs/introduction/about-billing.md): Learn about Neon's pricing plans and how to manage billing
- [Scale to Zero](https://neon.com/docs/introduction/scale-to-zero.md): Minimize costs by automatically scaling inactive databases to zero
## Get Started
First-time setup: org/project creation, connection strings, driver installation, optional auth, and initial schema setup.
- [Built to scale](https://neon.com/docs/get-started/built-to-scale.md): Neon supports you from prototype to scale-up
- [Connecting Neon to your stack](https://neon.com/docs/get-started/connect-neon.md): Learn