{{ extends 'global/Page.html' }}
{{ block title }}Budgeting Decision{{ endblock }}
{{ block content }}
You will work together with the company’s the internal consultant: the company’s AI system to develop a cost estimate for the upcoming production.
The consultant has access to data and information needed for making the budget decision. The consultant’s inputs are generally within ±5% of the actual state.
{{ if player.interactivity == 'High' }}
On the screen, you will see a chat box. You may ask the consultant to help you with the budgeting decision.
You can ask “help me with the budget decision” on the next page to receive help.
{{ else }}
{{endif}}
{{ next_button }}
{{ endblock }}