# Backend Configurations

Use the following keys to configure backend limits and the percentage at which a trigger is set when consumption is reached.

{% stepper %}
{% step %}

### tokenConsumptionLimit

This key sets the total tokens limit for the AI service.
{% endstep %}

{% step %}

### tokenConsumptionTrigger

This key sets the percentage value of the tokenConsumptionLimit. When the configured percentage of the total token limit is breached, a trigger value will be set to true in the API response.
{% endstep %}
{% endstepper %}
