AI capabilities in Creator - powered by Zia

AI capabilities in Creator - powered by Zia

1. Overview - Introduction to Zia

In Zoho Creator, we leverage the technologies of machine learning and generative AI to provide cutting-edge artificial intelligence features such as prompt-based application creation, agentic AI capabilities that support autonomous task execution, and so on. 
Customers can choose to associate Zia, our proprietary AI assistant, with either OpenAI or our in-house LLM, Zoho GenAI, depending on their preference, to access the AI features available in Zoho Creator.  All the features enabled through generative AI, such as prompt- based application and component creation, will function based on the integrated LLM. We also use natural language processing techniques and other AI systems to provide additional custom features, such as applied AI models and the Zia Help Assistant.
By deploying generative AI and ML in the platform's backend, we deliver easy-to-use options through the UI for our customers to put to use. This simplification of such complex frameworks helps deliver their benefits and usage to all types of customers that are part of the low-code audience, regardless of their expertise in the industry.

2. What areas of our LCAP can AI help enhance?

Incorporating AI functionalities in a low-code platform such as Zoho Creator enhances the application building experience and delivers highly customized solutions to our customers. Some of the areas that AI can contribute to include:

AI Capability
What It Does
How It Helps You
AI-Powered Data Processing and Analysis
Uses models like Prediction, OCR, Object Detection, and Keyword & Sentiment Analysis to capture and interpret input data
Enables risk assessment, trend analysis, invoice processing, forecasting, and more. See related features (refer section 3.4)
App Creation using Generative AI
Uses LLMs with Zia to generate low-code apps (forms, workflows) from prompts or input files
Accelerates app development, even from simple user descriptions or uploaded documents. See related features (refer section 3.2)
AI Tasks using Deluge
Applies preconfigured AI models within Deluge for processing, analyzing, and acting on input data
Automates decision-making and updates data in real time. See related features (refer section 3.1)
Zia Assistance (Prompt-Based)
Allows users to generate Deluge scripts or get support help through natural language prompts via Zia Help Assistant
Saves time in scripting and streamlines user support experience. See related features (refer section 3.3)
Agentic AI
Lets users build multi-step task automations using AI-powered Deluge functions for intelligent decision-making
Streamlines complex workflows with smart automation and reduces manual configuration. See related features (refer section 3.1)

3. AI features in Zoho Creator

3.1 Enabling automation through AI
  1. AI Agents - By using our agentic AI, customers can automate tasks using simple natural language and describing what the AI should execute. Next, associate the required preconfigured Deluge functions that have the scripts to perform the actions. Once the skill is created, the generated endpoint URL can then be used inside a Creator application either using the invoke URL task or by using it in the JS API of a widget embedded on a page. The skill will then autonomously analyze the situation, plan and execute the required tasks, and make decisions on the user's behalf as they defined them to be.
    Navigation :
    Admin Dashboard -> Microservices module on the left pane -> + Create New button -> AI Models card -> AI Agent card
    selectedImg
    Help documents
    : Understand AI Agent, Create and manage AI Agents
  2. AI Deluge tasks - Customers can trigger AI tasks, such as analyzing sentiment, parsing details, and predicting a given language, by writing Deluge scripts within the workflows. These executions will be handled through API calls in the backend and will be counted as external calls in your Zoho Creator account.
    Available Deluge AI tasks: Analyze Sentiment, Predict Language, Parse Phone Number, Recognize Text, Find Named Entities, Parse Address, Translate, Keyword Extraction, Detect Object, and Detect Face.
3.2 Fast development features (NLP/GenAI)
  1. Zia App Builder - Zia leverages AI to assist users in creating functional applications from user prompts by generating practical use cases and building working components. When Zia is integrated with OpenAI, we also offer a multimodal system in which customers can use files like PRDs and flow charts to create a fully functional application. They can also create applications using the Zia App Builder from mobile devices using text, voice, and image inputs.
    Navigation :
    Admin Dashboard -> Microservices module on the left pane -> + Create Solution button -> Applications card -> Create using Zia card

    Help document
    s: Creating applications with Zia App Builder (supported by OpenAI), Creating applications with Zia App Builder (supported by Zoho GenAI), Creating applications using Zia App Builder from mobile devices
  1. Form creation using Zia - Zia helps users build a Creator form quickly and easily by simply describing their application requirements to the AI.
    Navigation :
    Edit mode of application -> + button to add new component -> Form -> Using Zia under On my own

    Help documents: Create Forms Using Zia Assistance
  1. Field suggestions using Zia - Zia provides real-time suggestions for relevant form fields by understanding a form's context and thereby enhancing the form building experience.
    Navigation :
    Edit mode of a form -> Zia-suggested fields are listed in the form's building space

    Help documents: Configuring next field suggestions
3.3 AI-powered assistants (NLP/GenAI)
  1. Generate and explain Deluge scripts using Zia - Zia Assistance can generate Deluge scripts directly from the Deluge editor by understanding the customer's requirements through conversational prompts. It leverages advanced technologies like natural language processing (NLP) and machine learning, powered by OpenAI, to make complex scripting more accessible and efficient.
    Navigation :
    Edit mode of application -> + button to add new component -> Workflow -> configure workflow -> Add New Action -> Deluge script -> Zia icon  in the top bar

    Help documents
    : Generate Deluge Scripts Using Zia Assistance
  2. Zia Help Assistant - Zoho Creator comes with a built-in, intuitive help widget in which all the help options have been consolidated. This help assistant provides users with timely assistance and necessary information, including:
    1. Knowledge base help - Shows smart suggestions and search bar to help them navigate to relevant help documentation articles for immediate answers.
    2. Call us - Lists country-wise phone numbers that they can call to connect with our team regarding any questions.
    3. Chat - Starts a live chat with an agent with whom they can converse regarding any clarifications/feedback.
    4. Support - Helps them submit support requests or feedbacks to our email team using a contact form. They can also screen record any particular issue they're facing in the Zoho Creator account and send it to us for better understanding.
      Navigation :
      Any screen of your Creator account -> Help icon  in the bottom bar of the page

      Help documents
      : Zia Help Assistant, Screen Record powered by Quartz
3.4 Data analysis and processing features using AI
  1. AI models - Using AI modeler, users can optimize business processes by forecasting future outcomes or automating operations that normally need human intervention. Zoho Creator offers two types of models:
    1. Ready-to-use AI models - The ready-to-use models are prebuilt by Zoho and trained using our own datasets. They can be quickly deployed to your applications with just a few clicks.
      Available prebuilt models: Keyword Extraction, Sentiment Analysis, OCR (Optical Character Recognition), and Object Detection.
    2. Custom AI models - Custom models allow users to build customized AI models by providing the AI with unique data based on which it can work. Here, they need to provide the model with sample datasets relevant to their business for it to train on before testing and deploying them.
      Available custom models: Prediction, OCR (Optical Character Recognition), and Object Detection.
      Navigation :
      Admin Dashboard -> Microservices module on the left pane -> + Create New button -> AI Models card -> Custom and Ready to Use Models' cards

      Help documents: Understand AI Modeler, Ready-To-Use AI Models, Understand Prediction Model, Understand Objection Detection model, Understand OCR Model
  2. AI fields - AI models configured in the Microservices module can be incorporated into a form as fields. This helps analyze record data and provide intelligent outputs such as predicting trends, analyzing feedback, identifying texts from files, and more.
    Navigation :
    Edit mode of a form -> scroll down the fields inventory in the left pane -> AI Fields section.

    Help documents
    : Understand prediction field, Understand keyword extraction field, Understand sentiment analysis field, Understand OCR field, Understand object detection field

4. Centralized control for Zia features powered by Gen AI

We offer a one-stop solution where customers can configure and enable/disable all the features offered by Zia (powered by GenAI). They can switch seamlessly between the two GenAIs we offer, OpenAI and Zoho GenAI according to the AI capabilities they want to utilize. This can be done by following the navigation:
Admin Dashboard -> Operations module in the left pane -> Zia within the Applications card
  1. OpenAI - For third-party GenAIs such as OpenAI, the customer will need to follow a BYOK approach to integrate them with Zoho Creator. The rate limits and usage will depend on the customer's OpenAI usage tier.
    Available featuresCreate Application (using multimodal system), Create FormNext Field SuggestionDeluge Assistance
  2. Zoho GenAI - The in house LLM, Zoho GenAI required no configuration and can be used at once by all customers who are part of Zoho Creator's paid plans. Each account is limited to consume a specific number of AI calls that vary according to the plan that has been linked to it.
    Available featuresCreate ApplicationCreate FormNext Field Suggestion

5. Witness the power of creation with AI

Our AI-powered tool redefines and simplifies how business users explore possibilities. All you need is a simple prompt—a phrase that captures your business needs, and Zoho Creator Launchpad transforms it into a reality for you. Instantly. 

6. AI feature updates

You can check out our Release notes page for frequent updates on AI features.

      Create. Review. Publish.

      Write, edit, collaborate on, and publish documents to different content management platforms.

      Get Started Now


        Access your files securely from anywhere

          Zoho CRM Training Programs

          Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

          Zoho CRM Training
            Redefine the way you work
            with Zoho Workplace

              Zoho DataPrep Personalized Demo

              If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

              Zoho CRM Training

                Create, share, and deliver

                beautiful slides from anywhere.

                Get Started Now


                  Zoho Sign now offers specialized one-on-one training for both administrators and developers.

                  BOOK A SESSION







                              Quick LinksWorkflow AutomationData Collection
                              Web FormsRetailOnline Data Collection Tool
                              Embeddable FormsBankingBegin Data Collection
                              Interactive FormsWorkplaceData Collection App
                              CRM FormsCustomer ServiceForms for Solopreneurs
                              Digital FormsMarketingForms for Small Business
                              HTML FormsEducationForms for Enterprise
                              Contact FormsE-commerceForms for any business
                              Lead Generation FormsHealthcareForms for Startups
                              Wordpress FormsCustomer onboardingForms for Small Business
                              No Code FormsConstructionRSVP tool for holidays
                              Free FormsTravelFeatures for Order Forms
                              Prefill FormsNon-Profit
                              Forms for Government
                              Intake FormsLegal
                              Mobile App
                              Form DesignerHR
                              Mobile Forms
                              Card FormsFoodOffline Forms
                              Assign FormsPhotographyMobile Forms Features
                              Translate FormsReal EstateKiosk in Mobile Forms
                              Electronic FormsInsurance
                              Drag & drop form builder

                              Notification Emails for FormsAlternativesSecurity & Compliance
                              Holiday FormsGoogle Forms alternative GDPR
                              Form to PDFJotform alternativeHIPAA Forms
                              Email FormsWufoo alternativeEncrypted Forms
                              Accessible FormsTypeform alternativeSecure Forms

                              WCAG

                                          Create. Review. Publish.

                                          Write, edit, collaborate on, and publish documents to different content management platforms.

                                          Get Started Now






                                                            You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                                Manage your brands on social media

                                                                  Use cases

                                                                  Make the most of Zoho Desk with the use cases.

                                                                   
                                                                    

                                                                  eBooks

                                                                  Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho Desk.

                                                                   
                                                                    

                                                                  Videos

                                                                  Watch comprehensive videos on features and other important topics that will help you master Zoho Desk.

                                                                   
                                                                    

                                                                  Webinar

                                                                  Sign up for our webinars and learn the Zoho Desk basics, from customization to automation and more

                                                                   
                                                                    
                                                                  • Desk Community Learning Series


                                                                  • Meetups


                                                                  • Ask the Experts


                                                                  • Kbase


                                                                  • Resources


                                                                  • Glossary


                                                                  • Desk Marketplace


                                                                  • MVP Corner



                                                                    Zoho Sheet Resources

                                                                     

                                                                        Zoho Forms Resources


                                                                          Secure your business
                                                                          communication with Zoho Mail


                                                                          Mail on the move with
                                                                          Zoho Mail mobile application

                                                                            Stay on top of your schedule
                                                                            at all times


                                                                            Carry your calendar with you
                                                                            Anytime, anywhere




                                                                                  Zoho Sign Resources

                                                                                    Sign, Paperless!

                                                                                    Sign and send business documents on the go!

                                                                                    Get Started Now




                                                                                            Zoho TeamInbox Resources





                                                                                                      Zoho DataPrep Demo

                                                                                                      Get a personalized demo or POC

                                                                                                      REGISTER NOW


                                                                                                        Design. Discuss. Deliver.

                                                                                                        Create visually engaging stories with Zoho Show.

                                                                                                        Get Started Now










                                                                                                                            • Related Articles

                                                                                                                            • Configuring next field suggestions

                                                                                                                              1. What does this page cover? Learn how Zia powered with AI provides real-time suggestions for the next relevant form fields by understanding your form's context and thereby enhancing form building experience. Before proceeding, click here to know ...
                                                                                                                            • Understand Zia features in Creator

                                                                                                                              1. What does this page cover Learn how you can build functional Creator applications and forms with Zia assistance by simply describing your requirements. Zia will design it for you, thereby accelerating application development and form creation. 2. ...
                                                                                                                            • Generate Deluge Scripts Using Zia Assistance

                                                                                                                              Note: Generated scripts may not always be accurate, as is common with any AI. However, we are constantly refining it to maximize its reliability. Generated scripts are adaptive. The same prompt may generate different scripts at different times based ...
                                                                                                                            • FAQs: Zoho Creator - Starter Guide

                                                                                                                              This page covers essential insights into Zoho Creator, a low-code platform offering support for multiple languages, shared responsibility models, and the unique Deluge coding language, providing comprehensive assistance for your business needs. What ...
                                                                                                                            • Create Forms Using Zia Assistance

                                                                                                                              1. What Does This Page Cover? Learn how you can build a Creator form using Zia AI's assistance by simply communicating your app's requirements to the AI, thereby accelerating form creation. You also get in-form guidance using natural language ...
                                                                                                                              Wherever you are is as good as
                                                                                                                              your workplace

                                                                                                                                Resources

                                                                                                                                Videos

                                                                                                                                Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                                eBooks

                                                                                                                                Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                                Webinars

                                                                                                                                Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                                CRM Tips

                                                                                                                                Make the most of Zoho CRM with these useful tips.



                                                                                                                                  Zoho Show Resources