diff --git a/docs/content/admin/quickstart.md b/docs/content/admin/quickstart.md index 8f9c6f7cd5..b4b4a7ec5d 100644 --- a/docs/content/admin/quickstart.md +++ b/docs/content/admin/quickstart.md @@ -107,49 +107,11 @@ For more details about the Admin CORS configuration, check out the [Configure yo ::: -## Admin Features Overview +## Admin User Guide -### Order Management +Medusa admin provides a lot of ecommerce features including managing Return Merchandise Authorization (RMA) flows, store settings, products, orders, and much more. -In the Medusa admin, you can view all orders in your store and their details. You can fulfill orders, capture payments, and track order history. You can also create and manage return requests, swaps, and claims. - -![Order Management](https://i.imgur.com/aE0wOHA.png) - -### Product Management - -In the Medusa admin, you can manage your store’s products. You can create products, add their description and images, create variants with multiple options, set different prices for different currencies, and manage inventory. - -:::note - -To upload images and save products, you need to integrate a file storage plugin. You can use [DigitalOcean Spaces](../add-plugins/spaces), [S3](../add-plugins/s3), or [MinIO](../add-plugins/minio). - -::: - -![Product Management](https://i.imgur.com/hgqqv4p.png) - -### Customer Management - -In the Medusa admin, you can manage your store’s customers. You can manage their information and get a close-up on their orders. - -![Customer Management](https://i.imgur.com/bPAImGY.png) - -### Discounts Management - -In the Medusa admin, you can manage your store’s discounts. You can create and manage discounts created for all products or specific products. Discounts can also be of a fixed amount or free shipping. You can also customize the discount code, its expiry date, its description, and more. - -![Discounts Management](https://i.imgur.com/CUUcLba.png) - -### Gift Cards Management - -In the Medusa admin, you can manage your store’s gift card products. You can create a gift card product with images and descriptions. You can specify unlimited denominations as well. - -![Gift Cards Management](https://i.imgur.com/243IhXA.png) - -### Settings Management - -In the Medusa admin, you can manage your store’s overall settings. These include your store’s regions, fulfillment providers, payment providers, your store’s users, and more. - -![Settings Management](https://i.imgur.com/MJc92CU.png) +You can learn more about Medusa admin and its features in the [User Guide](../user-guide/index.mdx). ## What’s Next 🚀