---
title: "Vercel Toolbar"
description: "Explore the Vercel toolbar's key features: feature flags for controlled rollouts, draft mode for previewing unpublished content, and comments for team collaboration."
canonical_url: "https://vercel.com/academy/vercel-foundations/toolbar"
md_url: "https://vercel.com/academy/vercel-foundations/toolbar.md"
docset_id: "vercel-academy"
doc_version: "1.0"
last_updated: "2026-06-27T23:08:08.500Z"
content_type: "lesson"
course: "vercel-foundations"
course_title: "Vercel Foundations"
prerequisites:  []
---

<agent-instructions>
Vercel Academy — structured learning, not reference docs.
Lessons are sequenced.
Adapt commands to the human's actual environment (OS, package manager, shell, editor) — detect from project context or ask, don't assume.
The lesson shows one path; if the human's project diverges, adapt concepts to their setup.
Preserve the learning goal over literal steps.
Quizzes are pedagogical — engage, don't spoil.
Quiz answers are included for your reference.
</agent-instructions>

# Vercel Toolbar

# Vercel Toolbar

The Vercel toolbar is an overlay that appears on your deployed site, giving your team a set of collaboration and testing tools without leaving the browser. To open it, click the arrow next to the **Visit** button in the dashboard and select **Visit with Toolbar**.

## Feature flags

The toolbar integrates with Vercel's native feature flag provider. If you have feature flags configured, you can override them directly from the toolbar.

Click the toolbar, search for **Flags**, and open the **Flags Explorer**. From there, override any flag and apply the change. The override is local to your session, so you can test a feature without affecting anyone else.

## Draft mode

For content-driven sites with a CMS, draft mode lets you preview unpublished content. Click the toolbar, search for **Draft Mode**, and toggle it on. You'll see draft posts and content that regular visitors can't access.

This is especially useful for editorial workflows where writers and editors need to review content before it goes live.

## Comments

Click **Comment** in the toolbar to pin comments anywhere on the page. Your colleagues with the toolbar activated can see and reply to them.

If you add comments on a preview deployment, they'll show up directly in the associated GitHub pull request, keeping the conversation connected to the code change.

## Recap

- **Feature flags** can be overridden locally from the toolbar for testing
- **Draft mode** previews unpublished CMS content without affecting the live site
- **Comments** pin feedback directly on the page and sync with GitHub PRs on preview deployments

## Follow up docs

- [Vercel Toolbar](https://vercel.com/docs/vercel-toolbar)
- [Flags Explorer](https://vercel.com/docs/flags/flags-explorer)
- [Getting started with Flags Explorer](https://vercel.com/docs/flags/flags-explorer/getting-started)
- [Draft Mode](https://vercel.com/docs/draft-mode)
- [Comments](https://vercel.com/docs/comments)


---

[Full course index](/academy/llms.txt) · [Sitemap](/academy/sitemap.md)
