# fluentform/6.2.6/app/Modules/Ai/AiController.php

Fluent Forms – Customizable Contact Forms, Survey, Quiz, &amp; Conversational Form Builder, version 6.2.6. 18 lines.

- Page: https://pluginprobe.com/plugins/fluentform/6.2.6/code/app/Modules/Ai/AiController.php
- Raw: https://pluginprobe.com/plugins/fluentform/6.2.6/raw/app/Modules/Ai/AiController.php
- Modified: 2025-03-19T15:44:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluentform/6.2.6/code/app/Modules/Ai/AiController.php#L10-L20`.

```php
<?php

namespace FluentForm\App\Modules\Ai;

/**
 *  Handling Ai Module.
 *
 * @since 6.0.0
 */
class AiController
{

    public function boot()
    {
        new AiFormBuilder();
    }
}

```
