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

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