AI-assisted shortcuts in the Neon Docs
Copy page in the header opens a menu on every Neon Docs page: copy the page as Markdown, or open it in ChatGPT or Claude to ask questions with the page in context.

Set up Neon with AI appears in the right-hand sidebar. Choose it to open a modal where you can copy npx neonctl@latest init (npm or Homebrew tabs).

The init command gives your assistant Neon context and configures the Neon MCP Server. For the full flow and supported tools, see Connect MCP clients to Neon.

Postgres extension updates
neon extension version update
The neon extension is now version 1.14, up from 1.9. The neon extension can be used to monitor Local File Cache usage (how often pages are served from cache versus Neon storage) through the neon_stat_file_cache view and EXPLAIN ANALYZE. See The neon extension for details.
pg_search deprecation
Neon support for the pg_search extension is deprecated. As of March 19, 2026, it is not available for new Neon projects.
If you already use pg_search: you will continue to have access to the extension on your existing projects. Our team will contact you to discuss alternative options and deprecation timelines. You do not need to take action before we reach out. See The pg_search extension for alternatives you may want to explore.
Azure region deprecation
As of April 7, 2026, all Neon Azure regions (azure-eastus2, azure-westus3, and azure-gwc) are deprecated.
If your project already runs in an Azure region: your databases keep running as they do today.
If your organization actively uses Azure regions: you can continue to create new projects in Azure regions to maintain your current operations. Otherwise, new Azure project creation is no longer available.
We will contact you directly to discuss migration options and timelines. You do not need to migrate on your own before we reach out. See Region migration if you want to start planning a move.
How to check if you are on an Azure region
Open your organization’s Projects page. Your project’s region is shown in the Projects table.
Build stateful AI agents with Mastra and Neon
Building stateful AI Agents with Mastra and Neon Postgres shows how to use Mastra’s Memory module with Neon so agents keep context across threads and sessions instead of starting from scratch every time.
Build on Neon with the Vercel AI SDK
Build a Data-Driven AI Assistant on Slack with Vercel AI SDK and Neon Read Replicas walks through a Slack bot that answers data questions with the Vercel AI SDK. Queries run against a Neon read replica so production stays protected.
Neon branching GitHub Actions
We updated the Create branch, Delete branch, and Reset branch GitHub Actions. If your workflows already use @v6, @v3, or @v1, you will pick up these changes automatically on your next run.
- Create branch 6.3.1: Migrates to Node 24 and prefers a read/write endpoint when resolving connection details.
- Delete branch 3.2.1 and Reset branch 1.3.2: Pins
actions/setup-nodeto a commit SHA for supply-chain consistency.
Neon API
- The
GET /consumption_history/accountendpoint (Get account consumption metrics) is deprecated, with a planned sunset of June 1, 2026. If you use aggregated account-level consumption metrics, move to project-level consumption metrics before that date. The project-level endpoint reports metrics aligned with Neon's usage-based billing for improved consumption tracking.
Fixes & improvements
- Fixed an issue where Ask AI (the Neon AI Assistant drawer) did not open when selecting Support from the Resources (?) menu in the Neon Console.








