name: olore-neon-latest description: Local Neon documentation reference (latest). Neon serverless Postgres documentation. Use for database branching, autoscaling, connection pooling, data API, extensions, migrations, and PostgreSQL features.
Neon Documentation
Neon serverless Postgres documentation. Use for database branching, autoscaling, connection pooling, data API, extensions, migrations, and PostgreSQL features.
Quick Reference
| Task | Entry Point |
|---|---|
| Getting started | contents/get-started/signing-up.md |
| Connect to Neon | contents/connect/connect-from-any-app.md |
| Branching | contents/introduction/branching.md |
| CLI reference | contents/cli/ |
| Extensions | contents/extensions/pg-extensions.md |
| Serverless driver | contents/serverless/serverless-driver.md |
| Data API | contents/data-api/get-started.md |
| Authentication | contents/auth/overview.md |
| Migrations | contents/import/migrate-intro.md |
| API reference | contents/reference/api-reference.md |
| Troubleshooting | contents/connect/connection-errors.md |
When to use
Use this skill when the user asks about:
- Neon serverless Postgres setup, configuration, and connections
- Database branching, branch restore, schema diff, and time travel
- Autoscaling, scale to zero, and compute lifecycle
- Connection pooling, read replicas, and high availability
- The Neon CLI, API, SDKs, or Terraform provider
- PostgreSQL extensions (pgvector, PostGIS, pg_cron, TimescaleDB, etc.)
- PostgreSQL functions, data types, and query reference
- Data API (SQL-to-REST), row-level security, and multitenancy
- AI integrations (LangChain, LlamaIndex, MCP, vector search)
- Neon Auth and authentication flows
- Migrating from other databases (Supabase, Heroku, PlanetScale, etc.)
- Logical replication, backups, and monitoring
How to find information
- First, read
TOC.mdfor complete file listing organized by directory - Identify relevant section based on user's question
- Read specific files for details
TOC.md contains all files organized by directory - always check it first.