The Bot Settings menu lets you adjust general settings that apply to your bot.Documentation Index
Fetch the complete documentation index at: https://botpress-ak-docs-20-document-updating-variables-from-outsid.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
General options
Bot name
Use this field to set a name for your bot. This name will display to users, regardless of which channel your bot is deployed on.Workflow options
Inactivity timeout
This is the amount of time, in minutes, that your bot will wait for a response before ending the session. When the session ends, your bot will automatically trigger the Timeout Workflow. This clears the user’s position in the Workflow and resets any Workflow variables. You can set this to 0 to prevent the bot from ever timing out. The maximum value is 1440 minutes, or 24 hours.Node repetition limit
This is the maximum amount of times a conversation can go through any specific Node. When the user reaches this node repetition limit, an error will be triggered. The maximum value is 10.Use the Botpress Client
This option lets you access the official Botpress client for TypeScript within Studio. When enabled, theclient object is imported by default anywhere you can use code in Studio.