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.
The Page URL block is used to check the URL of a page the user is currently on. It allows your bot to perform specific actions or guide the conversation based on the page's web address.
It makes your bot context-aware. Your bot can react differently if a user is on a product page, a contact page, or a checkout page, allowing for more relevant and targeted assistance.
The "Select Condition" field is where you choose the rule for how the bot should check the URL. The available conditions allow for both simple and complex comparisons.
The "Value" field is where you enter the specific text or value that you want the bot to compare against the page's URL.
The "is" condition checks for an exact match. The bot will only proceed if the page's URL is exactly the same as the value you enter.
You should use the "isn't" condition when you want the bot to take a specific action only if the URL is not a specific page.
This condition checks if the URL contains a specific piece of text anywhere within it. For example, you can check if the URL contains the word "product" to confirm a user is on a product page.
"Doesn't contain" checks if a specific piece of text is absent from the URL. "Isn't" checks if the entire URL is not an exact match.
The "begins with" condition is useful for checking if a user is on a specific section of your website, like https://yourwebsite.com/blog.
This condition checks if the URL is not available or cannot be determined.
Yes. You can click the plus symbol to add another set of conditions and values, allowing you to build more complex logic. For example, you can check if the URL "begins with" one value and "contains" another.
After you have set up your conditions and values, you must click submit to save the block and add it to your chatbot's workflow.
You can find the Page URL block by navigating to Dashboard → Quick Access. Then, under ChatMaxima Studio, click on Create Chatbot. The block will be available in the sequence section of the builder.
To find the video tutorial for the Page URL Bot, 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 "Page URL Block". You can find the video tutorial at:
link : https://chatmaxima.com/video-tutorials/creating-a-sequence-page-url-node-in-chatmaxima/
You can use this block to provide tailored assistance based on the user's current page. For example, if a user is on your pricing page, the bot can proactively offer a quote.