Browse our comprehensive FAQ section to quickly find solutions, learn how to use ChatMaxima features, and get step-by-step guidance for setup, integrations, and support.
A text block is a building element in the bot builder that lets you create and send text-based replies to customers. It's the simplest way to build conversations.
You can add and edit the text for your bot's reply directly within the text field of the text response block. This is the main way to create your bot's conversational content.
Yes. You can click the plus button within the bot builder to add another text field. This allows you to create a multi-part message that the bot will send as a single reply, or in a sequence of replies, to the customer.
Yes. You can add multiple text blocks in sequence. This allows the bot to send structured messages step by step instead of one long text.
Yes. You can drag and drop text blocks to rearrange their order in the conversation flow.
Yes. You can copy a text block and reuse it in another part of the flow to save time.
Absolutely. You can insert variables in a text block by typing them inside curly braces { }. This helps personalize the bot’s messages.
You can assign a user’s response to a variable by enabling the “Save Response as Variable” option in the bot builder. This lets you reuse the data later in the conversation.
You can insert variables into your bot’s text replies by typing them inside curly braces { }. For example, if you have a variable called customer_name, you can write: "Hello {customer_name}, how can I assist you today?" The bot will automatically replace {customer_name} with the actual value provided by the customer, making your replies more personalized and dynamic.
You can use the built-in MaxIA AI Assistant to help you with your bot's responses. MaxIA can assist by generating context-aware replies, summarizing conversations, and simplifying complex workflows.
Yes. You can use a toggle button to enable or disable a timeout. This lets you set a time limit for a user's response, creating a more natural flow before the bot continues or hands off the conversation.
Yes. You can add emojis and use line breaks for better readability, making your messages more engaging.
You can use the preview option in the bot builder to see how the text block will appear in an actual chat.
Yes. Text blocks can be made conditional, meaning they only appear if certain triggers, keywords, or variable values are matched.
To find the video tutorial for the Text Block, first navigate to Dashboard → Resources. In the dropdown menu, click on Video Tutorial, and then use the search bar to find the specific guide by searching for "Text Bot". The video tutorial can be found at:
link: https://chatmaxima.com/video-tutorials/creating-a-text-node-in-chatmaximas-chatbox/