# Subscription Plans Comparison

This guide provides a complete overview of Zaia’s available plans, including usage limits, key differences, technical considerations, and billing behavior. It is designed to help you understand what each plan includes and which option best fits your current stage of operation.

***

### What Changes from One Plan to Another

All Zaia plans allow you to create unlimited **agents**, **channels**, and **squads**. The main differences between plans are related to scale, storage, collaboration, and concurrency.

As you move up the plans, you get:

* More monthly agent executions
* More monthly LLM credits
* Higher limits for tables, rows, and knowledge bases
* More external connections
* Higher workflow concurrency
* More flexibility for teams and production environments

In practice, higher plans are better suited for heavier automation loads, larger knowledge bases, more simultaneous activity, and more complex workspace setups.

***

### Plan Details

#### Freemium

**Best for:** evaluation, sandbox usage, personal projects, and MVP validation.

The Freemium plan is designed for users who want to explore the platform before committing to a paid subscription. It includes enough resources to test workflows, build a small proof of concept, and understand how agents, tables, and knowledge bases work together.

**Included limits**

* **Price:** R$ 0/month
* **Agent executions:** 1,000/month
* **LLM credits:** 10,000/month
* **Members:** up to 5
* **Connections:** 5
* **Tables:** 5
* **Table rows:** 500 total across the workspace
* **Knowledge bases:** 5
* **Knowledge base capacity:** approximately 1,000,000 characters
* **Workflow concurrency:** 1
* **Rollback versions:** not available

**Good fit when you need to**

* Test the platform before adopting it.
* Build a lightweight prototype.
* Validate a simple internal workflow.
* Experiment with agents and AI behavior in a controlled environment.

***

#### Starter

**Best for:** freelancers, consultants, small businesses, and early production operations

**Included limits**

* **Price:** R$ 250/month
* **Agent executions:** 5,000/month
* **LLM credits:** 100,000/month
* **Members:** unlimited
* **Connections:** 25
* **Tables:** 10
* **Table rows:** 10,000 total across the workspace
* **Knowledge bases:** 25
* **Knowledge base capacity:** approximately 10,000,000 characters
* **Workflow concurrency:** 10
* **Rollback versions:** 1

**Good fit when you need to**

* Run production automations for a small operation
* Add your full team into the workspace
* Centralize multiple channels and integrations
* Maintain a moderate amount of structured and unstructured knowledge

***

#### Pro

**Best for:** growing companies, established teams, and medium-volume operations

**Included limits**

* **Price:** R$ 750/month
* **Agent executions:** 20,000/month
* **LLM credits:** 200,000/month
* **Members:** unlimited
* **Connections:** 25
* **Tables:** 20
* **Table rows:** 20,000 total across the workspace
* **Knowledge bases:** 50
* **Knowledge base capacity:** approximately 30,000,000 characters
* **Workflow concurrency:** 20
* **Rollback versions:** unlimited

**Good fit when you need to**

* Support a growing customer or operations volume
* Run several workflows in parallel
* Organize larger data sets across multiple tables
* Maintain more knowledge bases by project, department, or use case
* Iterate frequently on workflows without losing version history

***

#### Agency

**Best for:** agencies, multi-brand operations, large teams, and high-scale automation environments

**Included limits**

* **Price:** R$ 2,500/month
* **Agent executions:** unlimited
* **LLM credits:** 500,000/month
* **Members:** unlimited
* **Connections:** 100
* **Tables:** 50
* **Table rows:** 50,000 total across the workspace
* **Knowledge bases:** 100
* **Knowledge base capacity:** approximately 100,000,000 characters
* **Workflow concurrency:** 100
* **Rollback versions:** unlimited

**Good fit when you need to**

* Manage multiple clients or business units in one operation
* Maintain many integrations at the same time
* Run a large number of workflows concurrently
* Support heavy AI usage across teams
* Work with a large amount of knowledge and structured data

***

*Last updated: April 2026*


---

# Agent Instructions: 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:

```
GET https://docs.zaia.app/quick-start/subscription-plans-comparison.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
