ChatMaxima Frequently Asked Questions

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.

Response Section Website Block FAQs

Written by Soniya | Updated on Sep 18
Response

Basics & Overview

 

1. What is the website block in the chatbot's response section used for?

The website block is designed to collect website URLs from a user and validate that the input is a valid URL.

2. How does the website block help a chatbot?

 This block helps ensure the chatbot receives a valid URL and can even fetch content from the provided website for further use in the conversation.

3. What is the purpose of the "Variable Name" field in the website block?

 The "Variable Name" field is used to store the user's input, which is the website URL. This allows the bot to save the URL and use it for later steps.

4. What are the benefits of automatically fetching content from a URL?

By fetching content from the URL, your chatbot can instantly process the information on a webpage. This allows the bot to answer questions about the content or take further actions based on what it finds, all without the user leaving the chat.


 

Fields & Validation

 

5. How can I store the website URL a customer enters using the website block?

 You can store the URL by entering a name in the "Variable Name" field.

6. What is the purpose of the "Error Message" field in the website block?

The "Error Message" field allows you to provide a custom message that will be displayed when a user's input does not meet the validation rules, such as not being a valid URL.

7. Does the website block automatically validate the URL?

 Yes, the block is designed to automatically check if the provided URL is in a valid format.

8. What is the "Response Content" field for in the website block?

The "Response Content" field is a variable where the bot will store the fetched content from the website URL provided by the user.

9. What kind of invalid URL would be rejected by the website block?

An invalid URL, such as "googlecom" or "www.example," would be rejected because it does not follow the standard URL format.

10. What are the rules for naming a variable in the website block?

 The variable name should only contain lowercase letters and underscores.


 

Step-by-Step Process

 

11. What information do I need to provide when setting up a website block?

You need to provide a Variable Name to store the user's input and can optionally define a variable to store the fetched Response Content. You can also customize the Error Message for invalid inputs.

12. What is the final step to save the website block?

After you have filled in all the necessary fields, you can click submit to save the block.

13. What happens if a customer enters an invalid URL in the website block?

If a customer's input does not meet the validation rules, the bot will display the error message you provided and will not proceed until a valid URL is entered.


 

Location & Video Tutorials

 

14. Where can I find the website block in the chatbot builder?

You can find the website block by navigating to Dashboard → Quick Access. Then, under ChatMaxima Studio, click on Create Chatbot. The website block will be available in the response section of the builder.

15. Where can I find a video tutorial for the website block?

To find a video tutorial for the website block, navigate to Dashboard → Resources. In the dropdown menu, click on Video Tutorial, and then use the search bar to find the specific guide.


Link:   https://chatmaxima.com/video-tutorials/creating-a-response-website-node-in-chatmaxima/


 

Troubleshooting & Advanced Questions

 

16. How does the website block save me from writing validation code?

The block has built-in, automatic validation for website URLs, so you do not need to manually write any code or complex rules to ensure the input is in the correct format.

17. What happens to the fetched content from the URL?

 The content fetched from the URL is stored in the variable you specified in the "Response Content" field. You can then use this stored content for various purposes, such as analyzing the information or displaying it to the user.

Chatbot Input
Content Fetching
Response Section
URL Validation
Website Block