Update `scenario.json` on Server
Paste your set of keyword-response pairs below in JSON format. Clicking the button will send this data to the server to update the master `scenario.json` file.
The JSON should be an object where keys are the keywords (lowercase recommended) and values are the corresponding bot responses (strings). This will **overwrite** the existing file on the server.
Example JSON Format:
{
"phishing": "Phishing is a common scam...",
"strong password": "A strong password should be long and complex...",
"malware": "Malware includes viruses, spyware...",
"what is 2fa": "2FA stands for Two-Factor Authentication..."
}