content/operate/rc/cloud-integrations/vercel.md
The Redis Cloud Vercel integration lets you create a new Redis database from your Vercel account and connect it to your Vercel project(s).
Log in to your Vercel account (or create a new one).
Navigate to the Storage tab and select Create database. {{<image filename="/images/rc/vercel-storage-create-database-button.png" alt="Storage - Create Database">}}
Under Storage partners, select View all partners. {{<image filename="/images/rc/vercel-redis-cloud-partners.png" alt="Browse storage" width=400px >}}
Find Redis Cloud and select Continue.
In the Create Database dialog, select your plan and Continue.
{{<image filename="/images/rc/vercel-create-db-select-plan.png" alt="Create database">}}
More configuration options are coming soon, such as region selection and multi-zone high availability.
Enter your database name or use the automatically generated name.
Select Create.
After creation, you will see your database details. After provisioning is complete, the status will change from Initializing to Available (you may need to refresh your browser).
{{<image filename="/images/rc/vercel-status-available.png" alt="Vercel database details">}}
You can use the connection string shown under Quickstart to [connect to your database]({{<relref "operate/rc/databases/connect">}}).
From the database details page, you can make edits to your database under Settings.
More configuration options are coming soon, including plan changes, multi-zone high availability, and region selection.
You can also edit some configuration options in Redis Cloud.
From the database detail page, select Open in Redis Cloud.
{{<image filename="/images/rc/vercel-open-in-redis-cloud.png" alt="Open in Redis">}}
Your Redis Cloud account is linked to your Vercel account. All your team's Redis databases will be listed under Databases in Redis Cloud.
Select your new database to make configuration changes such as passwords or the eviction policy.
{{<note>}} The [eviction policy]({{<relref "/operate/rc/databases/configuration/data-eviction-policies">}}) defaults to no eviction for new databases. You can change this by [editing the database details]({{<relref "/operate/rc/databases/view-edit-database">}}).{{</note>}}