# usePlans

When you need a list of available Stripe plans, you can use the `usePlans` hook to fetch a list of plans formatted for the UI.

```javascript
const plans = usePlans();
```
