# Workflows

The **Settings > Configuration > Workflows** window allows you to set parameters for your Aisera tenant. These are settings that apply to any bot you create in your Aisera tenant.

<figure><img src="/files/PZ1cObIuQvZCUSIFMpLY" alt=""><figcaption></figcaption></figure>

### Allow print statements within JS nodes outside of debug mode

This setting is **Off** by default.

Within Workflows, a JavaScript node will not run print statements unless it is in either the AI Lens or a test workflow. Enabling this option allows for print statements to run outside of these debug environments. This feature is should be left disabled unless it is being used for specific testing purpose&#x73;*. Leaving this feature on can lead to exposing sensitive data into the logs.*

### Max Execution Steps In a Hyperflow

This setting limits the number of consecutive LLM calls or function executions that a Hyperflow can make for a single user request. This is to prevent the Hyperflow from entering an infinite loop caused by repeated timeout errors or repeatedly invoking functions.

### Sanitize HyperFlow Prompt

This setting is **On** by default.

When enabled, HTML tags will be removed from the Hyperflow Prompt. HTML contained in prompts will be converted to standard text while maintaining basic formatting. This serves to prevent the injection of malicious HTML into prompts.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aisera.com/aisera-platform/tenant-setup/aisera-platform-configuration/tenant-configuration-settings/workflows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
