> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/documentation/start-here/ai-agents/check-your-account-and-readiness/understand-plan-allowances-and-usage.md).

# Understand plan allowances and usage

Read Podigee plan limits, current usage, remaining capacity, and reset dates correctly.

Podigee reports plan capacity by allowance family so an agent can check the relevant ceiling before it starts work.

## Allowance fields

| Field               | Meaning                                                                     |
| ------------------- | --------------------------------------------------------------------------- |
| `limit`             | The effective ceiling for the current period when the allowance is bounded. |
| `used`              | The amount already consumed.                                                |
| `remaining`         | Capacity available before the ceiling is reached.                           |
| `unlimited`         | Whether this allowance has no numeric ceiling.                              |
| `status`            | The current entitlement status, or `unavailable` when it could not be read. |
| `period_reset_date` | The next reset date for a bounded period, when available.                   |

The health check reports episode publishes, monthly storage, encoding, downloads, audience size, AI credits, social clips, team seats, and video allowance.

## How to make a decision

1. Find the allowance that governs the intended workflow.
2. Check `unlimited` before you interpret a missing `limit`.
3. Compare `remaining` with the amount of planned work.
4. Review the reset date when the allowance is period-based.
5. Reduce or split a batch when it would exceed the available amount.
6. Treat `unavailable` as unknown capacity, not as permission to continue.

## Plan failures

A plan or subscription block is normally not retryable. Repeating the same operation does not add capacity. Wait for the applicable reset, change the workflow, or use `/upgrade` to review current Podigee plans.

Podcast licenses can also block specific podcast IDs when the account is over its allowed count. Select an eligible podcast or resolve the license limit before you continue.

## Related task

[Run a Podigee connection health check](/documentation/start-here/ai-agents/check-your-account-and-readiness/run-a-podigee-connection-health-check.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.podigee.com/documentation/start-here/ai-agents/check-your-account-and-readiness/understand-plan-allowances-and-usage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
