www/apps/book/app/learn/customization/customize-admin/page.mdx
export const metadata = {
title: ${pageNumber} 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:
Within these customizations, you can send requests to custom API routes, allowing admin users to view and manage custom resources on the dashboard.
In the next chapters, you'll continue with the brands example to: