Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.quicko.com/llms.txt

Use this file to discover all available pages before exploring further.

The configuration options allow you to dynamically customize module-specific settings to enhance the user experience. The configurations listed below are not exhaustive and may be extended in the future.

com.quicko.it.file

We support the following configurations for the file module:

com.quicko.it.file.advisory

Toggle advisory CTAs in the filing journey. Defaults to true.
Example Configuration:
{
  "config": {
    "com.quicko.it.file": {
      "available": true,
      "com.quicko.it.file.advisory": {
        "available": true | false
      }
    }
  }
}

Note

Set "available": false to disable advisory CTAs in the filing journey.