Bot variables let you store and reuse information throughout your entire bot. Any information you assign to a bot variable will be accessible across all Workflows and conversations. This makes bot variables useful for storing global information about your bot, like: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.
- Your bot’s name
- Your bot’s version number
- Endpoints for your bot’s API calls
Read a bot variable
You can use{{bot.variablename}} or @bot.variablename to read a bot variable. For example, in a Text Card:
