# Spend Management now available for Pro users

**Published:** October 5, 2023 | **Authors:** Chloe Tedder, Cindy Wu, Saranya Desetty, Christopher Skillicorn, Amy Burns, Marc Brakken

---

Today, we'll begin rolling out Spend management on the Pro plan for the [Billing](https://vercel.com/docs/accounts/team-members-and-roles/access-roles#billing-role) and [Owner](https://vercel.com/docs/accounts/team-members-and-roles/access-roles#owner-role) roles. You can recieve notifications and trigger webhooks when you pass a given spend amount on metered resources like Functions. The actions you can take are:

- [Send a notification](https://vercel.com/docs/accounts/spend-management#managing-alert-threshold-notifications)
- [Trigger a webhook](https://vercel.com/docs/accounts/spend-management#configuring-a-webhook)

When your spending approaches or exceeds the set limit, you'll receive realtime notifications to help you stay in control. This includes **Web** and **Email** notifications at 50%, 75%, and 100%. Additionally, you can also receive **SMS** notifications when your spending reaches 100%.

Setting a spend amount does not mean your project with pause automatically. To programmatically take action based on your set amount, you can use a [webhook](https://vercel.com/docs/accounts/spend-management#configuring-a-webhook) to pause your project, or even put your site into [maintenance mode](https://vercel.com/templates/next.js/maintenance-page).

[Check out our documentation](https://vercel.com/docs/accounts/spend-management) to learn more.

---

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