# 5. Billing & Subscriptions

#### Understanding Your Free Trial

When you add the bot, you automatically get:

* 5-day free trial
* 1,000 AI Detector calls/day
* 100 AI Responder calls/day
* Automatic daily reset(rollover not supported)

Check Your Status:  /billing

This shows:

* Current subscription status
* Daily usage (used/limit)
* Trial end date (if on trial)
* Subscription period (if subscribed)

#### Subscription Plans

After your trial ends, choose a plan:

Premium

* $10/month
* 3,000 AI Detector calls/day
* 500 AI Responder calls/day
* Recommended for most servers

Premium+

* $20/month
* 10,000 AI Detector calls/day
* 1,000 AI Responder calls/day
* For high-traffic servers

{% hint style="info" %}
IMPORTANT - AI detector detects all the messages in the selected channel (minus casual and generic message). It scans all the messages being sent in the selected channel to check for help logic (as intended). the daily quota is used whenever AI detector analyze a message
{% endhint %}

{% hint style="info" %}
We use Whop (Whop.com) as our payment processor
{% endhint %}

#### Subscribe to a Plan:

/billing plan \<premium> (for premium)&#x20;

/biiling plan \<premium\_plus> (for premium +)

This generates a checkout link. Click it to complete your subscription.

What happens:

1. You click the checkout link
2. Complete payment via Whop
3. Your subscription activates immediately
4. New limits apply right away
5. Subscription renews monthly automatically

{% hint style="info" %}

* Trial ends automatically after 5 days
* Bot stops working if trial expires and no subscription is active
* Subscribing during trial ends the trial immediately and starts your subscription
* Canceled subscriptions continue working until the end of the paid period
* Daily limits reset every 24 hours automatically
  {% endhint %}

{% hint style="info" %}
Only subscribe through the link generated by the bot command i.e billing to avoid any issues
{% endhint %}


---

# 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://ansari-labs.gitbook.io/ansari-labs/products/ai-powered-ticket-tool/setup-guide/5.-billing-and-subscriptions.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.
