Usage & limits
The monthly generation quota per plan, the per-minute rate limits, and where to see your usage.
ForceVue has two kinds of limit: a monthly generation quota (how many documents the AI writes for you each month) and a per-minute rate limit (how fast you can hit AI endpoints). They are separate.
Monthly generation quota
Each plan includes a set number of AI document generations per calendar month.
| Plan | Generations / month |
|---|---|
| Free | 100 |
| Pro | 150 |
| Team | 300 |
| Consultant | 600 |
| Internal | Unlimited |
A "generation" is one document the AI writes, whether you trigger it in the app or through the REST API. The quota resets each month.
What does not count: refining text with AI (the floating menu and the whole-document AI Edit) does not touch your generation quota. Only generating a new document does.
When you hit your monthly quota, generation is blocked until the quota resets or you upgrade. The block is clear, not silent.
Per-minute rate limits
To keep things stable, AI endpoints are also rate-limited per minute per user. This bucket is shared across in-app generation, chat, the MCP server, and the API, so you have one budget across every surface.
| Plan | AI requests / minute |
|---|---|
| Free | 30 |
| Pro | 60 |
| Team | 120 |
| Consultant | 240 |
| Internal | Effectively unlimited |
If you exceed the per-minute limit, the response tells you to wait and includes a retry hint. This is a short-term throttle, not your monthly quota.
Where to see your usage
Open Settings → Subscription to see how many generations you have used this month and how many remain, along with your plan and billing. If you build against the API, the /api/v1/me endpoint returns the same usage figures.
Where to go next
- Plans & billing for plan details.
- Generating documents for what consumes a generation.