Skip to content

Extensions and Customization

This section covers how to extend Insight Ingenious with custom components and configurations.

Available Extension Guides

Core Extensions

Getting Started with Extensions

Before creating custom extensions, ensure you have:

  1. A working Insight Ingenious installation - See Getting Started
  2. Understanding of core workflows - See Architecture
  3. Development environment setup - See Development Guide

Extension Architecture

Ingenious uses a modular architecture that supports both external and internal extensions. The recommended approach is external extensions to avoid modifying library code.

For detailed implementation guidance, see the Development Guide.