Illusion Documentation
www.illusion.ws
  • Welcome
  • Illusion Query Language
  • Illusion API
  • illusion.ws
Powered by GitBook
On this page
  • Format
  • Data Types

Was this helpful?

Illusion Query Language

A.K.A IQL

When working with Illusions, you can customize how each form field interacts with the AI.

Format

The format of the IQL is the following

{{iql_input_3_value}}

Parameter
Objective

{{

Open with double curly brackets

iql

Illustion Query Language Identifier

input

What is being fetched

1

Row number

}}

Close with double curly brackets

Data Types

Format
Result

{{iql_input_#_value}}

Fetch the Value that the user inputs into the first form field.

{{iql_illusion_#_result}}

PreviousWelcomeNextIllusion API

Last updated 2 years ago

Was this helpful?