> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tamery.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Plans

> Compare Tamery's free tier and Pro subscription. Pro unlocks the full AI assistant, data seeding, and unlimited filters.

Two plans. **Free** covers core database tooling. **Pro** unlocks the full AI feature set.

<Note>
  Tamery is in beta. Pricing and features may change. See [tamery.app](https://tamery.app) for
  current pricing.
</Note>

## Free

* **Table browser** — browse, filter, sort, edit
* **SQL editor** — write and run queries
* **Schema visualizer** — ER diagram
* **Definitions** — enums, indexes, constraints, functions, triggers, policies
* **Unlimited connections**
* **Cloud sync** — across devices, with or without storing the password
* **AI natural-language filters** — limited monthly quota

The filter quota resets monthly.

## Pro

Everything in Free, plus:

* **AI chat assistant** — schema-aware Q\&A, query help, debugging
* **AI SQL generation and editing** — write or modify SQL from plain English
* **Fix SQL with AI** — diagnose and correct failing queries
* **Enhance prompt** — refine your prompts before sending
* **AI data seeding** — generate realistic test data
* **Unlimited natural-language filters**

The assistant runs on a top model automatically (Claude Opus, with GPT/Gemini fallback) — nothing to configure.

## Upgrading

Handled via Stripe checkout.

1. Go to [tamery.app/account](https://tamery.app/account)
2. Click **Upgrade**
3. Complete checkout

Pro activates immediately after payment. Stripe emails a receipt.

## Managing your subscription

From [tamery.app/account](https://tamery.app/account) you can:

* View your plan and renewal date
* Open the Stripe billing portal to update payment details
* Download invoices
* Cancel — Pro stays active until the end of the billing period, then reverts to Free

Click **Manage billing** to open the Stripe portal.

<CardGroup cols={2}>
  <Card title="Account settings" icon="gear" href="/account/settings">
    Profile, plan, and billing.
  </Card>

  <Card title="Current pricing" icon="tag" href="https://tamery.app">
    Latest plan pricing on the website.
  </Card>
</CardGroup>
