> 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/introduction-4/configuration/backend-configurations.md).

# Backend Configurations

To set the backend limit on total token consumption and the percentage at which to send a trigger, configure these keys:

* tokenConsumptionLimit
  * The key that sets the total tokens allowed for the AI service.
* tokenConsumptionTrigger
  * The key that sets a percentage of the value in `tokenConsumptionLimit`. When that percentage is exceeded, a trigger value will be set to `true` in the API response.
