# Edge Config is now generally available 

**Published:** April 6, 2023 | **Authors:** Dom Busser, Dominik Ferber, Andy Schneider, Edward Thomson

---

> **Note:** This changelog entry is historical. Edge Functions are deprecated for new projects. Use [Vercel Functions](https://vercel.com/docs/functions) with the Node.js runtime and [Fluid compute](https://vercel.com/docs/fluid-compute). Use [Routing Middleware](https://vercel.com/docs/routing-middleware) for request-time routing before a response completes.

With Vercel Edge Config you can perform ultra-low latency reads from [Routing Middleware](https://vercel.com/docs/routing-middleware) and [Vercel Functions](https://vercel.com/docs/functions). Edge Config gives you a place to store your experimentation data like feature flags and A/B testing cohorts, and configuration data for middleware routing rules like redirects or blocklists.

Edge Config is now available for [all Vercel users](https://vercel.com/docs/concepts/edge-network/edge-config/edge-config-limits). Hobby users can perform 50,000 reads per month. Pro and Enterprise users can perform 1,000,000 reads per month, with additional usage available on-demand for an additional charge.

[Checkout the documentation](https://vercel.com/docs/concepts/edge-network/edge-config) to learn more.

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)