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

# Consumption

## <mark style="color:blue;">Types of Credit Consumptions</mark>

**Base Credit**

A standard credit amount decided for each bot product and gets deducted every time a bot is triggered in case of an event.

**Flex Credit**

A variable credit which gets decided dynamically on the run when the bot is in the process of taking action for the event.&#x20;

Flex credit amount completely depends on the bot product and the action that's being taken by the bot and can be any number even zero as well. For e.g., In case of Reply Bot, it will depend on the count and order of your advanced configurations.

⚠️ It is important to note that credit consumption does not necessarily takes place only in case a bot takes an action like reply, or forward. As soon as an event like a message arrives in a group/channel, all the Quickbotify associated active bots in the group/channel will get triggered and if the message or event is relevant to the bots, all of them will have to verify their configurations and will end up consuming at least the base credit.

## <mark style="color:blue;">Consumption Details</mark>

Latest credit consumption details for each bot can be viewed [here](https://quickbotify.com/credits/usage/).&#x20;

<figure><img src="/files/wOQuENGaRfoO8UDEnNWQ" alt=""><figcaption><p>Credit usage per bot</p></figcaption></figure>

<figure><img src="/files/iBCZUdM0ubWkmOpnklfv" alt=""><figcaption><p>Credit usage per bot per day</p></figcaption></figure>


---

# 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:

```
GET https://docs.quickbotify.com/credits/consumption.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.
