> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enkryptify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Vercel

<AccordionGroup>
  <Accordion title="Prerequisites" icon="list-check">
    * An Enkryptify workspace with admin access
    * A Vercel account with access to the target project or team
    * Ability to install the Enkryptify Vercel Integration (app) for your account or team
  </Accordion>

  <Accordion title="Permissions" icon="scroll-text">
    When installing the Enkryptify Vercel Integration, we request only the permissions required to create and update environment variables on your selected project:

    * Project permissions:
      * Project Environment Variables: read and write
      * Teams: read
      * Projects: read
  </Accordion>
</AccordionGroup>

## Steps to complete

<Steps>
  <Step title="Create a new sync">
    * Go to the `Syncs` tab of your project and click on `Vercel`.
  </Step>

  <Step title="Authenticate the Enkryptify Vercel Integration">
    * You'll be redirected to Vercel to install/authorize the Enkryptify app.
    * Select the Vercel scope (personal or team) to install into.

          <img src="https://mintcdn.com/enkryptify-39ddac35/7M7rEiw2BfTKrSr1/images/sync/vercel/vercel-install-app.png?fit=max&auto=format&n=7M7rEiw2BfTKrSr1&q=85&s=4d268311c9526c492929ed8da0dd112b" alt="Vercel Integration install authorization screen" width="2864" height="1908" data-path="images/sync/vercel/vercel-install-app.png" />
  </Step>

  <Step title="Select your Vercel project">
    * Confirm the target project for syncing environment variables.
  </Step>

  <Step title="Link Enkryptify environment to Vercel environment">
    * Example: `main` → `Production` or `develop` → `Preview`.

    Custom environments are not supported yet. You can map only to Vercel's `Development`, `Preview`, and `Production` environments.
  </Step>
</Steps>
