# Resources tab allows instant searching and filtering of functions, middleware, and static assets

**Published:** May 13, 2025 | **Authors:** wits, Christopher Skillicorn

---

The Resources tab is replacing the Functions tab for deployments in the Vercel Dashboard, allowing you to see more than Functions. You'll now see the Resources tab when viewing a deployment in the Vercel Dashboard where you can see, search, and filter:

- **Middleware: **Any configured [matchers](https://vercel.com/docs/edge-middleware/middleware-api#match-paths-based-on-custom-matcher-config)
- **Static Assets**: Files (HTML, CSS, JS, images, fonts, and more) and their sizes
- **Functions**: The type, runtime, size, and regions

You can use the three dot menu (`...`) to jump to the Logs, Analytics, Speed Insights, or Observability tab filtered to a given function.

Read more about [using the Vercel Dashboard](https://vercel.com/docs/deployments#using-the-dashboard) to view and manage your deployments.

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)