www/apps/bloom/app/features/view-switcher/page.mdx
import { InProductAction } from "docs-ui"
export const metadata = {
title: Switch Between Store and Admin Views,
}
Bloom lets you preview both your customer-facing store and your admin dashboard. Switch between Store and Admin views to see different parts of your ecommerce store.
While building your store, you often need to see how your store looks to customers and manage your store's products, orders, and settings.
Bloom provides two views to preview different parts of your project: Store view and Admin view. Switch between these views anytime to check your store's design and manage data in your admin dashboard while chatting with Bloom.
The view you're in doesn't affect what you can ask Bloom to do. You can ask Bloom to make changes to your store or admin dashboard regardless of which view you're in.
Store view shows your customer-facing store. This is what your customers see when they visit your online store.
Use <InProductAction product={"bloom"} type={"MEDUSA_AI_OPEN_PANE"} data={{ pane: "store" }}>Store view</InProductAction> to:
Admin view shows your admin dashboard. This is where you manage your store's products, orders, customers, and settings.
Use <InProductAction product={"bloom"} type={"MEDUSA_AI_OPEN_PANE"} data={{ pane: "admin" }}>Admin view</InProductAction> view to:
To switch between Store and Admin views in your Bloom project interface:
Switch between views anytime to check different parts of your project while chatting with Bloom.