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 File Block FAQs

Written by Soniya | Updated on Sep 18
Getting Started
Response

Basics & Overview

 

 

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

 

The file block allows users to upload files directly through the chatbot, such as images, documents, or other file types.

 

2. How does the file block help my chatbot?

 

This block helps you collect files from users and ensures the uploaded files meet the criteria you specify, which is useful for things like collecting documents or photos from customers.

 

3. How can I guide users on what file they need to upload using the file block?

 

You can use the "Prompt text to guide users" field to provide instructions and tell the user what kind of file you need them to upload.

 

4. How can I restrict the type of files a user can upload using the file block?

 

You can specify the allowed file types by using the "Select the file type to upload" field. This ensures that only the correct file formats (e.g., images, documents) are accepted.


 

Storing & Validation

 

 

5. How can I store the uploaded file from a user?

 

The uploaded file is stored in a variable. The "Name the variable where the uploaded file path will be stored" field is where you name this variable.

 

6. What happens if a user uploads the wrong file type in the file block?

 

If the uploaded file does not meet the specified criteria, a customizable error message will be displayed to the user.

 

7. Can I customize the error message for file uploads?

 

Yes. You can provide a custom message that will be displayed when the uploaded file does not meet the specified criteria.

 

8. What is a "file path variable" in the file block?

 

A file path variable stores the location or URL of the uploaded file. This allows you to access and use the file later in your chatbot's workflow.

 

9. Can the bot reuse the uploaded file later in the conversation?

 

Yes. By storing the file path in a variable, you can reference the file in other parts of the chatbot's flow.


 

Step-by-Step Process

 

 

10. What is the first step to setting up the file block?

 

The first step is to provide a clear prompt text to guide the user on what to upload.

 

11. What is the final step to save the file block?

 

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


 

Location & Tutorials

 

 

12. Where can I find the file block in the chatbot builder?

 

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

 

13. Where can I find a video tutorial for the file block?

 

To find a video tutorial for the file 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-file-node-in-chatmaxima/


 

Advanced Questions

 

 

14. What are some examples of file types I can specify using the file block?

 

You can specify common file types such as images (JPG, PNG), documents (PDF, DOC), or other relevant formats.

 

15. How does the file block save me from writing validation code?

 

The block has built-in validation to check the file type, so you do not need to manually write any code or rules to ensure the user uploads the correct file.

Document Collection
Error Message
File Upload
Validation
Variable