# Fabricate license plans

{% hint style="info" %}
Fabricate has deprecated rule-based databases, which were only available with Enterprise plans.

New Enterprise customers can no longer create a rule-based database.

We plan to completely remove the functionality from Fabricate.
{% endhint %}

## Overview of the license plans

Here is an overview of the available license plans. For more information, go to [Fabricate pricing and AI usage](/fabricate/about-fabricate/fabricate-pricing-and-ai-usage.md).

<table><thead><tr><th valign="top">Feature</th><th valign="top">Free</th><th valign="top">Plus</th><th valign="top">Enterprise</th></tr></thead><tbody><tr><td valign="top">Pricing</td><td valign="top">Free</td><td valign="top">Flat fee per month</td><td valign="top">Custom</td></tr><tr><td valign="top">AI usage</td><td valign="top">Limited to a set amount per month.</td><td valign="top">Charged for usage over a set amount per month.</td><td valign="top">Charged for usage over a set amount per month.</td></tr><tr><td valign="top">Workspaces per account</td><td valign="top">1</td><td valign="top">1</td><td valign="top">Unlimited</td></tr><tr><td valign="top">Users per account</td><td valign="top">1</td><td valign="top">1</td><td valign="top">Custom number of <a href="#about-user-seats-for-the-enterprise-plan">user seats</a></td></tr><tr><td valign="top">Database connections</td><td valign="top">No</td><td valign="top">No</td><td valign="top">Yes</td></tr><tr><td valign="top">Role-based access</td><td valign="top">No</td><td valign="top">No</td><td valign="top">Yes</td></tr><tr><td valign="top">Audit logs</td><td valign="top">No</td><td valign="top">No</td><td valign="top">Yes</td></tr><tr><td valign="top"><a href="/pages/CppPBkoSsblp3GB0Fq5b#supported-export-formats">Supported data export formats</a></td><td valign="top">Limited</td><td valign="top">Limited</td><td valign="top">Unlimited</td></tr><tr><td valign="top">Allows self-hosting</td><td valign="top">No</td><td valign="top">No</td><td valign="top">Yes</td></tr></tbody></table>

## About user seats for the Enterprise plan

### What is a user seat?

A user seat is a single named user that is authorized to join and work within an Enterprise account. Each user seat corresponds to a unique user identity, which is typically tied to an email address, and which appears in the [**Users** list on **Account Settings**](/fabricate/fabricate-accounts-and-users/managing-account-users/displaying-the-list-of-account-users.md).

Your individual contract specifies the number of allowed user seats. For example, if your contract grants 20 user seats, then your account can have up to 20 individual users at any given time.

### When is a seat consumed?

Each user that [joins your account](/fabricate/fabricate-accounts-and-users/joining-an-existing-fabricate-account.md) consumes exactly one seat against your licensed total. This includes:

* Users added by [direct invitation](/fabricate/fabricate-accounts-and-users/managing-account-users/account-users-invite.md). The invited user occupies one user seat as soon as they join the account.
* Users [provisioned through SSO](/fabricate/fabricate-accounts-and-users/joining-an-existing-fabricate-account.md#single-sign-on-sso). When a user joins your account through your [configured SSO provider](/fabricate/fabricate-accounts-and-users/managing-account-users/single-sign-on-sso.md), that user occupies one user seat. This applies regardless of the SSO groups that the user belongs to and whether they were added through group synchronization.

User seat consumption is not affected by a users's account role. Whether the user is an account owner or an account member, the user consumes a single user seat.

## Upgrading from the Free plan

To upgrade from the Free license plan to the Plus plan, click the **Upgrade Now** option at the bottom of the Fabricate application. You are prompted to provide a credit card for payment.

To upgrade from the Free license plan to the Enterprise plan, [contact Tonic.ai sales](https://www.tonic.ai/book-a-demo?product_interest=Fabricate).


---

# 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.tonic.ai/fabricate/about-fabricate/fabricate-license-plans.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.
