For AI agents: the complete documentation index is available at https://docs.flezise.com/llms.txt, the full documentation bundle is available at https://docs.flezise.com/llms-full.txt, and this page is available as Markdown at https://docs.flezise.com/administration/experiments.md.

Experiments

The Experiments tab exposes runtime flags that change how generation behaves across the organization. Changes take effect for new generation requests without restarting any service and apply to every project.

Note

Read this if you manage runtime generation behavior. You need the Administrator role. Incorrect flag values affect all projects immediately.

Browse and change flags

Open SettingsExperiments ("Runtime experiment flags. Changes apply to new generations without a restart and affect every project."). The Experiments card lists every registered flag with its label and current value.

Each flag shows:

  • an overridden badge when its value differs from the compiled default
  • an unsaved badge when you have edited but not yet saved

Flags come in three input types: a toggle (On / Off) for boolean flags, a dropdown for flags with a fixed set of choices, and a text or number field for free-form values.

When an override or an unsaved edit is active, a reset or discard link appears beside the flag. Reset reverts the flag to its compiled default. Discard drops the in-page edit without writing anything.

If no flags are registered, the card shows "No experiment flags are registered."

Save and reset all

Press Save to write all pending edits at once. The count of unsaved changes appears beside the button while there are pending edits. Press Reset to clear all overrides and restore every flag to its default. Both buttons are disabled when there is nothing to act on.

Next steps