> 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-2.md).

# Backend Configurations

{% stepper %}
{% step %}

### tokenConsumptionLimit

This key sets the total token allowance for the AI service. The backend will use this value as the maximum total tokens that can be consumed.
{% endstep %}

{% step %}

### tokenConsumptionTrigger

This key sets a percentage of the `tokenConsumptionLimit`. When consumption reaches or exceeds this percentage, a trigger flag will be set to true in the API response.
{% endstep %}
{% endstepper %}

[PreviousService Provider & Model ID Details](/general/service-provider-and-model-id-details-3.md) [NextAI Service Data Security Details](/general/introduction-5/ai-service-data-security-details.md)
