# Billing & Subscriptions

#### Q: What is included in the free trial?

A: The 5-day free trial includes:

* 1,000 AI Detector calls/day
* 100 AI Responder calls/day
* All ticket features
* Knowledge base management
* Resets every 24 hours

#### Q: How do I check my subscription status?

A: Use /billing to view:

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

#### Q: What subscription plans are available?

A: Two plans:

* Premium ($10/month): 3,000 AI Detector calls/day, 500 AI Responder calls/day
* Premium+ ($20/month): 10,000 AI Detector calls/day, 1,000 AI Responder calls/day

#### Q: How do I subscribe to a plan?

A: Use /billing plan:premium or /billing plan:premium\_plus to get a checkout link. Complete payment via Whop to activate your subscription.

#### Q: When do daily limits reset?

A: Daily limits reset every 24 hours automatically. Rollover is not supported - unused quota doesn't carry over to the next day.

#### Q: What happens when my quota is reached?

A: When daily quota is reached:

* AI Detector stops analyzing messages (runs silently)
* AI Responder stops generating responses
* A notification is sent to the support logs channel
* Ticket creation and other features continue to work
* Quota resets the next day

#### Q: What happens when my trial expires?

A: When the trial expires:

* AI features stop working
* You need an active subscription to continue using AI
* Ticket features continue to work
* You can subscribe at any time to reactivate AI features

#### Q: Can I cancel my subscription?

A: Yes, you can cancel through Whop. Your subscription will continue working until the end of the paid period.


---

# 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/faqs/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.
