> For the complete documentation index, see [llms.txt](https://docs.meta-inf.hu/pipeline-forms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meta-inf.hu/pipeline-forms/additional-information/pricing.md).

# Pricing

PFO is a free app for casual users and small teams.&#x20;

Paid plans are best for users with extensive usage and advanced needs.

The following plans are available:

* **STARTER** - for average users
* **GROWTH** - when 500 execution is not enough, or audit logs are important
* **ENTERPRISE** - for companies over 250 executions per day

What's included in the plans:

<table data-view="cards" data-full-width="true"><thead><tr><th align="center"></th><th align="center"></th><th></th></tr></thead><tbody><tr><td align="center"><strong>STARTER</strong></td><td align="center"><strong>FREE</strong></td><td><p></p><ul><li>Unlimited Forms</li><li>Unlimited Fields</li><li>Unlimited Schedules</li><li>Latest Execution logs</li><li>Latest Audit logs</li><li>500 executions / month / workspace</li></ul></td></tr><tr><td align="center"><strong>GROWTH</strong></td><td align="center"><p><strong>149$</strong> / month</p><p> <strong>1490$</strong> / year</p></td><td><ul><li>Everything included in the <strong>Starter</strong> plan</li><li>Full history of Execution logs</li><li>Full history of Audit logs</li><li>5000 executions / month / workspace</li></ul></td></tr><tr><td align="center"><strong>ENTERPRISE</strong></td><td align="center"> <strong>999$</strong> / month<br><strong>9990$</strong> / year</td><td><ul><li>Everything icluded in the <strong>Growth</strong> plan</li><li>Unlimited executions</li><li>Fast lane support</li></ul></td></tr></tbody></table>

Plans can be changed in the Workspace admin menu, with a workspace administrator account.

{% hint style="success" %}
Payments are **secure** and handled by **Stripe**. This is because Atlassian does not provide a "paid via Atlassian" option for Bitbucket forge apps as of now.
{% endhint %}


---

# 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.meta-inf.hu/pipeline-forms/additional-information/pricing.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.
