> For the complete documentation index, see [llms.txt](https://wren.atriasafety.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wren.atriasafety.org/starting/plans-and-pricing.md).

# Plans & Pricing

Wren uses a usage-based subscription model to cover the costs of its advanced AI engine. Choose the plan that best fits the size and activity of your community!

## Available Plans

### 🌱 Free Plan

**Cost:** Free forever **Included:** 10 messages per month

Perfect for testing Wren in a private server or getting a feel for the features before rolling it out to your staff team.

### 🚀 Core Plan

**Cost:** $10 / month **Included:** 1,000 messages per month

The Core plan is designed for medium-sized roleplay servers. This gives your staff plenty of overhead to use Wren for moderation, looking up player profiles, and keeping tabs on the server without worrying about hitting a limit every day.

### 🌟 Pro Plan

**Cost:** $25 / month **Included:** 5,000 messages per month

Built for the largest and most active ERLC communities. With 5,000 messages, your staff can rely on Wren for anything they may need.

***

## Special Offer for Smaller Communities

If your Discord server has **under 500 members**, you are automatically eligible for a **25% discount for your first 3 months** on either paid tier! Just run the upgrade command in your server to claim it.

## How to Check Your Usage & Manage Your Plan

You can manage your billing directly from Discord using these commands:

* **`/wren usage`** — Check what plan you are currently on and exactly how many messages you've used this billing cycle.
* **`/wren upgrade [plan]`** — Generates a secure Polar.sh checkout link so you can upgrade your server in seconds. If you qualify for the small-server discount, it's applied automatically!
* **`/wren manage`** — If you are the person who purchased the active subscription, this command will generate a secure link to the Customer Portal where you can update your payment method, upgrade, downgrade, or cancel your subscription at any time.

*Message limits automatically reset exactly one month from the day you subscribe.*

### Double Subscriptions

If someone else in your server tries to purchase a subscription when you already have one active:

1. **Lower Tier:** If the new subscription is a lower tier than the current one, the new one will be cancelled immediately to preserve your higher limits.
2. **Higher/Equal Tier:** If the new subscription is equal or higher, your original subscription will be gracefully cancelled (and you'll receive a DM notifying you), and the server will adopt the new subscription limits immediately.


---

# 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://wren.atriasafety.org/starting/plans-and-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.
