# 3. Setting Up AI Features

#### Step 1: Check Your Free Trial Status

Your bot automatically starts with a 5-day free trial: /billing

Trial includes:

* 1,000 AI Detector calls/day (detects support issues in channels)
* 100 AI Responder calls/day (AI responses in tickets)
* Resets every 24 hours

{% 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 %}

#### Step 2: Verify AI is Enabled

Enable or disable different functionalities:

/detector \<enable> or \<disable>

/responder \<enable> or \<disable>

/select-detector-channel \<channel\_name>

AI features are **enabled by default** during your trial. The bot will:

* Automatically detect support issues in channels
* Respond to messages in ticket channels
* Use your knowledge base to answer questions

Note: AI features require an active subscription after the trial ends.


---

# 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/3.-setting-up-ai-features.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.
