> For the complete documentation index, see [llms.txt](https://docs.ixkio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixkio.com/modules/tapai/tapai-credits.md).

# TapAI Credits

To use TapAI, you need to purchase TapAI Credits. Trial accounts come with 100 free credits for testing.&#x20;

The amount of TapAI Credits used for a question will depend on your settings and the length of data at the Active Folder level as follows :&#x20;

<table><thead><tr><th width="416.333251953125">TapAI Active Folder Reference Size</th><th>AI Grade</th><th>Credits Used</th></tr></thead><tbody><tr><td>&#x3C; 2,500 Characters</td><td>Core</td><td>1</td></tr><tr><td>2,501 - 10,000 Characters</td><td>Core</td><td>2</td></tr><tr><td>10,001 - 25,000 Characters</td><td>Core</td><td>4</td></tr><tr><td>&#x3C; 2,500 Characters</td><td>Enhanced</td><td>2</td></tr><tr><td>2,501 - 10,000 Characters</td><td>Enhanced</td><td>4</td></tr><tr><td>10,001 - 25,000 Characters</td><td>Enhanced</td><td>8</td></tr></tbody></table>

In addition, additional credits are used for the following settings :&#x20;

| TapAI Setting   | Credits Used |
| --------------- | ------------ |
| Logging Enabled | 1            |
| Voice Enabled   | 2            |

For example, if your TapAI Reference Material has 2,000 characters, you are using Core AI grade and have both logging and voice enabled, you would use 1 credit for the AI search + 1 credit for logging and 2 credits for voice = 4 credits.&#x20;

{% hint style="info" %}
Voice credits cover both 'listening' to the user and 'talking' the reply. In other words, if your user asks a voice question and TapAI responds by talking, that 'pair' will only be 2 credits, not 4.&#x20;
{% endhint %}

If you using Conversation Mode where the user can ask follow up questions, then each interaction is regarded as it's own Credit Usage. For example, if you have a 2,000 character Reference Material and using Core AI, it would be 1 Credit for a typed question and answer. If the user then followed up with a second question, it would be another Credit.&#x20;

Bear in mind that if you are using Logging, Voice, Enhanced and a Large Reference Material set, then enabling conversation mode can use a lot of Credits.&#x20;

## Monitoring TapAI Usage

A summary of each month's TapAI Credit usage can be found under ***Admin > Billing.*** You can view a breakdown of AI/Text Credits, Voice Credits and Logging Credits used.&#x20;

You can also view a detailed breakdown of every TapAI query with the Activity Panel at the Tag and Batch level. If you have enabled logging, you can also view the question asked and the answer given.&#x20;


---

# 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://docs.ixkio.com/modules/tapai/tapai-credits.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.
