{% extends 'base.html' %} {% block title %}{{ title }}{% endblock %} {% block content %}
Configure AI modules for your organization
{% if config.module_type == 'ACCOUNTING' %} Conversational data entry through AI-powered chat interface. {% elif config.module_type == 'ADVISOR' %} Financial analysis, insights, and advisory services. {% elif config.module_type == 'EXTRACTOR' %} Extract data from bank statements and documents. {% endif %}