Configure AI

The AI configuration controls the availability of AI-powered features in iPermits at the plant level. Administrators can selectively enable or disable individual AI agents based on rollout strategy and readiness.

Table 1. Default Settings
Setting Default Value Description
aiPPE TRUE AI-based PPE recommendations
aiPermitRecommendation TRUE AI suggestions for permit setup
Sample Configuration
{
  "_id": {
    "$oid": "68c011ca76dee942e5397e11"
  },
  "plant": {
    "$oid": "682319d8c23c1557532a3944"
  },
  "type": "aiPermit",
  "config": {
    "aiPPE": true,
    "aiPermitRecommendation": true
  }
}
Note:
  • AI configurations are stored in the database and can be customized per tenant or plant.
  • Ensure consistent settings across modules and levels to avoid unexpected behavior in AI feature availability.