# Cross-link map: Vercel Global Config (/docs/global-config)

> From the Vercel docs graph (built 2026-09-22T05:27:54.083Z), spanning vercel.com docs + KB, nextjs.org, ai-sdk.dev, and other Vercel documentation sites. Full graph as JSON: https://vercel.com/docs/graph.json

## Semantically closest pages

- [Using Global Config](https://vercel.com/docs/global-config/using-global-config?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=semantic) — Learn how to use Global Configs in your projects.
- [Global Config Limits and pricing](https://vercel.com/docs/global-config/global-config-limits?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=semantic) — Learn about the Global Configs limits and pricing based on account plans.
- [Getting started with Global Config](https://vercel.com/docs/global-config/get-started?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=semantic) — Learn how to create a Global Config store and read from it in your project.
- [Managing Global Configs with the Dashboard](https://vercel.com/docs/global-config/global-config-dashboard?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=semantic) — Learn how to create, view and update your Global Configs and the data inside them in your Vercel Dashboard at the Hobby
- [Managing Global Configs with Vercel REST API](https://vercel.com/docs/global-config/vercel-api?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=semantic) — Learn how to use the Vercel REST API to create and update Global Configs. You can also read data stored in Global Config

## This page links to (11)

- [Account Management](https://vercel.com/docs/accounts?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=outbound) — Learn how to manage your Vercel account and team members.
- [Vercel Functions](https://vercel.com/docs/functions?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=outbound) — Build API routes, webhooks, and agent request handlers with Vercel Functions, then test and debug them with Vercel CLI.
- [Getting started with Global Config](https://vercel.com/docs/global-config/get-started?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=outbound) — Learn how to create a Global Config store and read from it in your project.
- [Managing Global Configs with the Dashboard](https://vercel.com/docs/global-config/global-config-dashboard?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=outbound) — Learn how to create, view and update your Global Configs and the data inside them in your Vercel Dashboard at the Hobby
- [Global Config Limits and pricing](https://vercel.com/docs/global-config/global-config-limits?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=outbound) — Learn about the Global Configs limits and pricing based on account plans.
- [@vercel/global-config](https://vercel.com/docs/global-config/global-config-sdk?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=outbound) — The Global Config client SDK is the most ergonomic way to read data from Global Configs. Learn how to set up the SDK so
- [Using Global Config](https://vercel.com/docs/global-config/using-global-config?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=outbound) — Learn how to use Global Configs in your projects.
- [Managing Global Configs with Vercel REST API](https://vercel.com/docs/global-config/vercel-api?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=outbound) — Learn how to use the Vercel REST API to create and update Global Configs. You can also read data stored in Global Config
- [Vercel REST API Reference](https://vercel.com/docs/rest-api?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=outbound) — Interact programmatically with your Vercel account using the SDK or direct HTTP requests.
- [Routing Middleware](https://vercel.com/docs/routing-middleware?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=outbound) — Learn how you can use Routing Middleware, code that executes before a request is processed on a site, to provide speed a
- [Speed Insights Metrics](https://vercel.com/docs/speed-insights/metrics?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=outbound) — Learn what each performance metric on Speed Insights means and how the scores are calculated.

## Pages that link here (51)

By site: flags-sdk (4) · vercel-changelog (2) · vercel-kb (25) · vercel-docs (20)

### From flags-sdk

- [Global Config](https://flags-sdk.dev/docs/providers/global-config?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound)
- [GrowthBook](https://flags-sdk.dev/docs/providers/growthbook?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound)
- [Hypertune](https://flags-sdk.dev/docs/providers/hypertune?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound)
- [Statsig](https://flags-sdk.dev/docs/providers/statsig?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound)

### From vercel-changelog

- [Edge Config is now Global Config](https://vercel.com/changelog/edge-config-is-now-global-config?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound)
- [LaunchDarkly is now available on the Vercel Marketplace](https://vercel.com/changelog/launchdarkly-is-now-available-on-the-vercel-marketplace?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound)

### From vercel-kb

- [Implementing Blue-Green Deployments on Vercel](https://vercel.com/kb/guide/blue_green_deployments_on_vercel?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — This guide outlines how to implement blue-green deployments on Vercel, leveraging GitHub Actions for seamless and contro
- [Deploy a Node.js Fastify app on Vercel with Docker](https://vercel.com/kb/guide/deploy-nodejs-on-vercel-with-docker?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Build a Node.js application with Fastify and Docker, then deploy it to Vercel Functions. Learn how to configure environm
- [Deploy PHP on Vercel with Docker](https://vercel.com/kb/guide/deploy-php-on-vercel-with-docker?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Build a PHP application with FrankenPHP and Docker, then deploy it to Vercel Functions with managed configuration, stora
- [Deploy Rust on Vercel with Docker](https://vercel.com/kb/guide/deploy-rust-on-vercel-with-docker?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Build a Rust application with Axum and Docker, then deploy it to Vercel Functions. Learn how to configure environment va
- [How Docker Compose concepts map to Vercel](https://vercel.com/kb/guide/docker-compose-concepts-on-vercel?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Translate your Docker Compose file to Vercel: Compose services become Vercel Services, networks become bindings, and vol
- [Deploy ASP.NET Core on Vercel with Docker](https://vercel.com/kb/guide/dot-net-asp-net-on-vercel-with-docker?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Build a .NET application with Docker and deploy it to Vercel Functions. Learn how to configure environment variables, in
- [Dynamic redirects with Global Config and Next.js proxy](https://vercel.com/kb/guide/dynamic-redirects-with-global-config-and-next-js-proxy?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Learn how to create redirects that update instantly without redeploying by storing rules in Global Config and reading th
- [How to build and maintain HIPAA-compliant applications on Vercel](https://vercel.com/kb/guide/hipaa-compliance-guide-vercel?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Deploy HIPAA-compliant healthcare apps on Vercel with built-in security, BAAs, and scalable serverless infrastructure.
- [How can I increase the limit of redirects or use dynamic redirects on Vercel?](https://vercel.com/kb/guide/how-can-i-increase-the-limit-of-redirects-or-use-dynamic-redirects-on-vercel?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Instructions on how to use Serverless Functions to handle redirects on Vercel.
- [How to Integrate Optimizely Feature Experimentation with Next.js and Vercel](https://vercel.com/kb/guide/how-to-integrate-optimizely-feature-experimentation-next-vercel?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — This guide covers setting up feature flags, implementing A/B tests, and optimizing performance using React Server Compon
- [How to migrate from Fastly to Vercel with zero downtime](https://vercel.com/kb/guide/how-to-migrate-from-fastly-to-vercel-with-zero-downtime?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Consolidate your CDN infrastructure on Vercel to reduce latency, simplify your configuration, and improve your developer
- [How to Optimize Next.js + Sitecore JSS](https://vercel.com/kb/guide/how-to-optimize-next.js-sitecore-jss?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — This guide covers performance and usage considerations when building and deploying your Next.js and Sitecore JSS applica
- [Implementing Canary Deployments on Vercel](https://vercel.com/kb/guide/implementing_canary_deployments_on_vercel?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — This guide explains how to set up canary deployments on Vercel, enabling developers to gradually roll out new versions t
- [Migrate a Next.js app from Webflow Cloud to Vercel](https://vercel.com/kb/guide/migrate-a-next-js-app-from-webflow-cloud-to-vercel?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Move your Next.js app from Webflow Cloud to Vercel: remove the OpenNext Cloudflare adapter, drop the base path, map stor
- [Migrate a TanStack Start app from Cloudflare to Vercel](https://vercel.com/kb/guide/migrate-a-tanstack-start-app-from-cloudflare-to-vercel?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Move your TanStack Start app off Cloudflare Workers and onto Vercel Functions, where Fluid compute scales it automatical
- [Migrate a TanStack Start app from Netlify to Vercel](https://vercel.com/kb/guide/migrate-a-tanstack-start-app-from-netlify-to-vercel?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Move your TanStack Start app off Netlify and onto Vercel Functions, where Fluid compute scales it automatically. Swap to
- [Migrate an Astro app from Webflow Cloud to Vercel](https://vercel.com/kb/guide/migrate-an-astro-app-from-webflow-cloud-to-vercel?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Move your Astro app from Webflow Cloud to Vercel: swap the @astrojs/cloudflare adapter for @astrojs/vercel, drop the bas
- [Migrate to Vercel from Cloudflare](https://vercel.com/kb/guide/migrate-to-vercel-from-cloudflare?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Migrate your website's configuration from Cloudflare Pages or Workers to Vercel
- [Next.js on Vercel vs Cloudflare](https://vercel.com/kb/guide/next-js-on-vercel-vs-cloudflare?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Compare running Next.js on Vercel Functions with Fluid compute against Cloudflare Workers with the OpenNext Cloudflare a
- [Next.js on Vercel vs Netlify](https://vercel.com/kb/guide/nextjs-on-vercel-vs-netlify?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Compare running Next.js on Vercel Functions with Fluid compute against Netlify Functions and the OpenNext adapter. Learn
- [Penetration testing on Vercel](https://vercel.com/kb/guide/penetration-testing-on-vercel?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Learn how to perform pentesting on Vercel.
- [Publish and subscribe to realtime data on Vercel](https://vercel.com/kb/guide/publish-and-subscribe-to-realtime-data-on-vercel?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Learn how to publish and subscribe to realtime data on Vercel with WebSockets, SSE, Redis, and Queues, and when a manage
- [TanStack Start on Vercel vs Cloudflare](https://vercel.com/kb/guide/tanstack-start-on-vercel-vs-cloudflare?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Compare running TanStack Start on Vercel Functions with Fluid compute against Cloudflare Workers. Learn how the runtimes
- [TanStack Start on Vercel vs Netlify](https://vercel.com/kb/guide/tanstack-start-on-vercel-vs-netlify?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Compare running TanStack Start on Vercel Functions with Fluid compute against Netlify Functions. Learn how the compute m
- [Vercel vs Railway](https://vercel.com/kb/guide/vercel-vs-railway?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — A detailed guide to Vercel vs Railway: serverless vs always-on containers, container images via Dockerfile.vercel, frame

### From vercel-docs

- [Audit Logs](https://vercel.com/docs/audit-log?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Learn how to track and analyze your team members' activities.
- [Vercel CLI Overview](https://vercel.com/docs/cli?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Learn how to use the Vercel command-line interface \\(CLI\\) to manage and configure your Vercel Projects from the command
- [vercel global-config](https://vercel.com/docs/cli/global-config?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Manage Global Config stores from the Vercel CLI: list, create, inspect, update, remove, and manage items, read tokens, a
- [Marketplace](https://vercel.com/docs/flags/marketplace?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Connect your preferred feature flag provider through the Vercel Marketplace for a unified flags experience.
- [Runtimes](https://vercel.com/docs/functions/runtimes?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Runtimes transform your source code into Functions, which are served by our CDN. Learn about the official runtimes suppo
- [Managing Global Configs with the Dashboard](https://vercel.com/docs/global-config/global-config-dashboard?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Learn how to create, view and update your Global Configs and the data inside them in your Vercel Dashboard at the Hobby
- [Global Config Limits and pricing](https://vercel.com/docs/global-config/global-config-limits?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Learn about the Global Configs limits and pricing based on account plans.
- [@vercel/global-config](https://vercel.com/docs/global-config/global-config-sdk?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — The Global Config client SDK is the most ergonomic way to read data from Global Configs. Learn how to set up the SDK so
- [Using Global Config](https://vercel.com/docs/global-config/using-global-config?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Learn how to use Global Configs in your projects.
- [Managing Global Configs with Vercel REST API](https://vercel.com/docs/global-config/vercel-api?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Learn how to use the Vercel REST API to create and update Global Configs. You can also read data stored in Global Config
- [Incremental Migration to Vercel](https://vercel.com/docs/incremental-migration?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Learn how to migrate your app or website to Vercel with minimal risk and high impact.
- [Native Integration Flows](https://vercel.com/docs/integrations/create-integration/marketplace-flows?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Learn how information flows between the integration user, Vercel, and the integration provider for Vercel native integra
- [Requirements for listing an Integration](https://vercel.com/docs/integrations/create-integration/submit-integration?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Learn about all the requirements and guidelines needed when creating your Integration.
- [Storage on Vercel Marketplace](https://vercel.com/docs/marketplace-storage?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Connect Postgres, Redis, NoSQL, and other storage solutions through the Vercel Marketplace. Run SQL queries, edit data,
- [Multi-Project Platforms Quickstart](https://vercel.com/docs/platforms/multi-project-platforms/quickstart?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Programmatically host code for user-generated or AI-generated applications on Vercel.
- [Projects overview](https://vercel.com/docs/projects?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — A project is where you deploy and operate frontend apps, APIs, backends, containers, and agent workloads on Vercel.
- [Transferring a project](https://vercel.com/docs/projects/transferring-projects?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Learn how to transfer a project between Vercel teams.
- [Routing Middleware](https://vercel.com/docs/routing-middleware?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Learn how you can use Routing Middleware, code that executes before a request is processed on a site, to provide speed a
- [Redirects](https://vercel.com/docs/routing/redirects?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Learn how to use redirects on Vercel to instruct Vercel's platform to redirect incoming requests to a new URL.
- [Vercel Storage overview](https://vercel.com/docs/storage?from=graph&source_path=%2Fdocs%2Fglobal-config&source_site=vercel-docs&relationship=inbound) — Store files with Vercel Blob, runtime configuration with Global Config, and application data with Marketplace databases.
