import { BellAlert, Sidebar } from "@medusajs/icons" export const metadata = { title: `Medusa Admin User Guide`, } # {metadata.title} This user guide is intended to help users learn how they can use the Medusa Admin to perform different operational and ecommerce tasks. {/* TODO change image */} ![Medusa Admin Overview](https://res.cloudinary.com/dza7lstvk/image/upload/v1710228410/User%20Guide/Screenshot_2024-03-12_at_9.24.45_AM_wllqvq.png) ## Access the Medusa Admin To access the admin panel of your ecommerce store, open the URL of your local or deployed website. You’ll be asked to log in. ![Log In Page](https://res.cloudinary.com/dza7lstvk/image/upload/v1710228558/User%20Guide/Screenshot_2024-03-12_at_9.29.08_AM_cqjgq3.png) You must use your user’s email and password to log in. If you’re unsure what your email and password are, please contact the technical personnel that deployed your Medusa application and admin. Refer to [this documentation](!resources!/medusa-cli#user) on how to create a user. ## Tour of Medusa Admin After you log into your Medusa Admin, you see a sidebar menu to the left, a search bar at the top, some icons at the top right, and in the middle the content of the page you’re currently on. ### Sidebar Menu The sidebar menu includes the main navigation of your Medusa Admin. You can use it to navigate between different pages, such as Products or Orders pages. {/* TODO update image */} ![Sidebar Menu](https://res.cloudinary.com/dza7lstvk/image/upload/v1697793775/Medusa%20Docs/User%20Guide/Screenshot_2023-10-20_at_12.22.43_PM_shbr0e.png) You can hide the sidebar by clicking the icon at the top next to the sidebar. Clicking it again shows the sidebar. ### Search Bar You’ll find at the top of the page a search bar. Use this search bar to search orders, products, customers, and more information available in your Medusa Admin. You can open the search window using the shortcuts: Windows and Linux: CTRL + K Mac OS: + K {/* TODO check if image needs updating */} ![Search Window](https://res.cloudinary.com/dza7lstvk/image/upload/v1710228839/User%20Guide/Screenshot_2024-03-12_at_9.33.46_AM_ywdvpb.png) You can select a result with your mouse, or use the up and down arrows on your keyboard to navigate between the results, then choose a result by hitting the Enter key. ### Check Notifications At the top right you’ll find a icon. Clicking this icon opens a side window to view any notifications you might have. Use this to view notifications such as completed product exports. {/* TODO change images */} ![Notifications Window](https://res.cloudinary.com/dza7lstvk/image/upload/v1710243446/User%20Guide/XS_from_Figma_mkn3i2.jpg) ### Change Language The Medusa Admin supports multiple-languages, with English being the default one. Check out available languages [here](./tips/languages/page.mdx). Learn how to change the language in [this guide](./settings/profile/page.mdx#change-admin-language). ### Quick Actions At the top right in the sidebar, you’ll find an avatar icon with your email or name. By clicking this icon, you’ll see a dropdown. Use this dropdown to access settings or sign out. {/* TODO check if image needs updating */} ![Quick Actions Dropdown](https://res.cloudinary.com/dza7lstvk/image/upload/v1710229778/User%20Guide/Screenshot_2024-03-12_at_9.49.26_AM_j3f1pu.png) ### Change Theme The Medusa Admin supports both light and dark modes. ![Dark mode](https://res.cloudinary.com/dza7lstvk/image/upload/v1710323255/User%20Guide/Screenshot_2024-03-13_at_11.46.52_AM_atvw1e.png) You can switch the theme by opening the quick actions dropdown, choosing theme, then choosing the prefered mode. ![Switch modes](https://res.cloudinary.com/dza7lstvk/image/upload/v1710323157/User%20Guide/Screenshot_2024-03-13_at_11.43.01_AM_giyhto.png)