> Full Neon documentation index: https://neon.com/docs/llms.txt
> IMPORTANT: If this page contains inaccurate or outdated information, report it: POST to https://neon.com/api/docs-feedback with {"feedback": "describe the issue", "path": "/changelog/2023-03-17"}

### Documentation updates

- Added a [Billing](https://neon.com/docs/introduction/about-billing) page describing Neon paid plans, pricing, and related topics.

- Added instructions for using the [Neon Serverless driver](https://neon.com/docs/serverless/serverless-driver) on Vercel Edge Functions and Cloudflare Workers. The driver is a drop-in replacement for [node-postgres](https://node-postgres.com/) that allows you to query data from environments that support WebSockets but not TCP sockets.

- Added an [SDK](https://neon.com/docs/reference/sdk) reference page, which provides links to community-created SDKs for interacting with the Neon API. Community-created SDKs include:

  - [Go SDK](https://github.com/kislerdm/neon-sdk-go)
  - [Node and Deno TypeScript SDK](https://github.com/paambaati/neon-js-sdk)

  Thanks to [Dmitry Kisler](https://github.com/kislerdm) and [Ganesh Prasannah](https://github.com/paambaati) for the contributions.

- Updated the [Neon Docs](https://neon.com/docs/introduction) landing page. The new landing page provides a visual interface for navigating the Neon documentation site.

- Added an [RSS feed](https://neon.com/docs/changelog/rss.xml) for the Neon Changelog.

- Redirected old Neon API reference links to the new [Neon API reference](https://api-docs.neon.tech/reference/getting-started-with-neon-api).

- Updated various [Neon API reference](https://api-docs.neon.tech/reference/getting-started-with-neon-api) style elements to align styles with the [Neon Docs](https://neon.com/docs/introduction) site.

- Updated the query example in the Neon Console onboarding banner and in the [Query with Neon's SQL Editor](https://neon.com/docs/get-started/query-with-neon-sql-editor) topic in the documentation. The `CREATE TABLE` statement did not include a primary key, which prevented the data from being edited when accessed from pgAdmin.
