# Quota Limits

## Chat-Bot

<details>

<summary>Message Limit</summary>

This feature allows you to limit the message consumption of your chatbot, preventing over-consumption.

Login to your dashboard -> go to the overview page of the your bot -> then go to settings.

There you will see a section "**Quota Limits**" as shown below.

<img src="/files/1bxeakmu2LzpTqN22p3t" alt="" data-size="original">

Click on the "**Enable**" switch to activate the setting.

<img src="/files/ADducajIc67dfycEiVtp" alt="" data-size="original">

You can now manually input the message quota you want your bot to have, or you can also use the "**arrow**" buttons in the input box.

After this click on "**Update**". You will now clearly be able to see the "**Allotted**", "**Used**" & "**Available**" quota, these show the total allotted quota, used quota and remaining quota respectively.&#x20;

***Note :**&#x20;*&#x20;

* *The <mark style="color:green;">Available</mark> quota <mark style="color:red;">does not</mark> take into account the number of messages available in the your total quota. This is show separately in a prompt below the input box.*

<img src="/files/QoOmwG3did39nf5KS5Qx" alt="" data-size="original">

* *If your* [*openAi*](/docs/product-guides/bring-your-openai-key-byok.md) *key is "**enabled**", you will see the remaining messages in the prompt as "**unlimited**".*

If you want to reset the amount of messages consumed by your bot you can simply click on "**Reset Used Messages**".

If you want to disable the limits at a later stage, simply turn the "**Enable**" switch off then, click on "**Update**" as shown below.

<img src="/files/9FOrcD7Q93qii5ZS9oTb" alt="" data-size="original">

***Note :** Please make a note to check the <mark style="color:red;">Used</mark> messages and the <mark style="color:green;">Available</mark> messages of your bot from time to time, and resetting/updating it. Your bot will become inactive once it hits the limits set by you.*

That's it! you can now limit the max amount of messages your bot can send.

</details>


---

# 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://orimon.gitbook.io/docs/product-guides/quota-limits.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.
