- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
2.3. Customize Medusa Admin Dashboard
In the previous chapters, you've customized your Medusa application to add brands, expose an API route to create brands, and linked brands to products.
After customizing and extending your application with new features, you may need to provide an interface for admin users to utilize these features. The Medusa Admin dashboard is extendable, allowing you to:
From these customizations, you can send requests to custom API routes, allowing admin users to manage custom resources on the dashboard
Next Chapters: View Brands in Dashboard#
In the next chapters, you'll continue with the brands example to:
- Add a new section to the product details page that shows the product's brand.
- Add a new page in the dashboard that shows all brands in the store.
Was this chapter helpful?