setPrefillData. The key is the form identifier, which can be found under the ‘Advanced’ section of a question. (see screenshot for an example)

Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JSONObject prefill = new JSONObject();
try{
prefill.put("description", "Prefill the description with this.");
}catch (Exception ex){
ex.getStackTrace();
}
PrefillHelper.getInstancen().setPrefillData(prefill);
setPrefillData. The key is the form identifier, which can be found under the ‘Advanced’ section of a question. (see screenshot for an example)
