> 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/connect-and-administer/account-and-team/understand-plans-and-what-they-include.md).

# Understand plans and what they include

Reference of the Podigee plans and their allowances, the quota period, older plans, AI credits, and trials.

Use this reference when you need the exact allowances of a Podigee plan. This page does not list prices. You see the price of a plan on the upgrade page.

Podigee offers these plans: Launch, Starter, Grow, Scale, Creator, Pro, Enterprise, Broadcaster, and Network. Launch is the free plan that every new account starts on. Starter, Grow, Scale, Creator, and Pro are self-service plans. Enterprise, Broadcaster, and Network are yearly plans. The plan list shows them with **Contact sales**. See [Upgrade your plan](/documentation/connect-and-administer/account-and-team/upgrade-your-plan.md) for the business buying options.

## Allowances per plan

| Plan        | Podcasts | Team seats | AI credits per month | Social clips per month | Video minutes per month | Video episodes | Analytics history |
| ----------- | -------- | ---------- | -------------------- | ---------------------- | ----------------------- | -------------- | ----------------- |
| Launch      | 1        | 1          | 50                   | 0                      | 15                      | 2 in total     | 7 days            |
| Starter     | 1        | 1          | 100                  | 0                      | 30                      | 4 per month    | 90 days           |
| Grow        | 2        | 1          | 300                  | 0                      | 120                     | 8 per month    | 180 days          |
| Scale       | 3        | 3          | 500                  | 30                     | 180                     | 12 per month   | 365 days          |
| Creator     | 5        | 5          | 1,000                | Unlimited              | 300                     | 20 per month   | Full history      |
| Pro         | 10       | 15         | 2,500                | Unlimited              | 750                     | 50 per month   | Full history      |
| Enterprise  | 25       | 25         | 5,000                | Unlimited              | 1,500                   | 100 per month  | Full history      |
| Broadcaster | 50       | 50         | 10,000               | Unlimited              | 3,000                   | 200 per month  | Full history      |
| Network     | 1,000    | Unlimited  | 10,000               | Unlimited              | 6,000                   | Unlimited      | Full history      |

How to read the columns:

* **Podcasts**: the number of podcasts your account can create or import. You cannot publish episodes of a podcast above the limit until you delete a podcast or upgrade. Podigee does not sell extra podcast licenses on these plans.
* **Team seats**: the number of people who can work in the account. The owner, every organization member, and every podcast editor use one seat each. Pending invitations count.
* **AI credits per month**: the AI credits included in the plan. See "AI credits" below.
* **Social clips per month**: the number of clips you can create in Content Hub per quota period. Deleted clips count. A plan with 0 clips does not include the clip tool.
* **Video minutes per month**: the length of video you can upload per quota period.
* **Video episodes**: the number of episodes that can get a video file. Launch counts these for the lifetime of the account. Other plans count per quota period.
* **Analytics history**: how far back your analytics reach.

## Launch-only limits

Launch has three limits that paid plans do not have:

| Limit             | Value                                  |
| ----------------- | -------------------------------------- |
| Episode publishes | 4 new episodes per quota period        |
| Audio library     | 60 minutes of published audio in total |
| Encoding          | 60 minutes per quota period            |

Paid plans include unlimited encoding and unlimited episode publishes. Older plans have their own encoding allowance and can buy extra encoding hours. The current plans cannot.

## Quota period

Monthly allowances reset once per month on the renewal date of your subscription. This is the same for monthly and yearly billing. The **Usage** tab shows the next reset date as **Your usage limits reset on \[date].** and marks an allowance as **Near limit** at 80 percent of its value.

## AI credits

Every current plan includes AI credits per month. Until 2026-12-01, the **Usage** tab shows the notice **AI credits are included in your plan. Until \[date], you can keep using AI without worrying about your balance here.** and does not show a credit balance.

You cannot buy additional AI credit packs on the current plans.

## Older plans

If you subscribed before Podigee introduced the current plans, your plan continues to work with the allowances that it had. Podigee no longer offers that plan to new customers. The **Plan** tab shows the notice **Legacy plan** with the text **\[plan] is a legacy plan and is no longer offered to new customers.** and the link **See available plans**. An upgrade moves you to a current plan. A plan gate in this documentation that reads "Scale and above" includes an older plan that contains the same feature.

## Trials

New accounts do not get a trial. They start on Launch. When the trial of an older account with the 14-day trial ends, the account can no longer publish. Podigee unpublishes the podcasts and episodes of the account and shows **Your trial period is over.** Such an account can request one extension of 7 days in the app, or upgrade to a paid plan.

## Related tasks

* [View your plan and usage](/documentation/connect-and-administer/account-and-team/view-your-plan-and-usage.md)
* [Upgrade your plan](/documentation/connect-and-administer/account-and-team/upgrade-your-plan.md)
* [Invite and manage organization members](/documentation/connect-and-administer/account-and-team/invite-and-manage-organization-members.md)
* [Invite editors to a podcast](/documentation/connect-and-administer/account-and-team/invite-editors-to-a-podcast.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/connect-and-administer/account-and-team/understand-plans-and-what-they-include.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.
