Agent instructions

Edit the system instructions used by the voice agent. You can paste your Custom GPT instructions here. Leave empty to use the built-in car consultant flow.

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
These instructions are loaded from storage/app/agent_instructions.txt. For Custom GPT–style behavior, set OPENAI_SIMPLE_CHAT=true in your .env file.
@csrf
0 characters