In a nutshell
Zia brings GenAI-powered assistance directly into Zoho Creator to accelerate app development. Instead of manually designing forms, writing scripts, or defining logic from scratch, you can describe your requirements in a natural language. Zia integrates with supported Large Language Model (LLM) providers such as Zoho GenAI,
OpenAI,
Google, and
Anthropic. It interprets your intent and helps
generate applications,
forms,
field suggestions,
scripts, and
AI agents, simplifying development and minimizing complexity.
Availability
- Available only in paid plans of Creator.
- Can be configured by the super admin and admin.
- When Zia is integrated with Zoho GenAI, all AI features supported by Zoho GenAI can be enabled or disabled by both the super admin and admins.
- When Zia is integrated with external LLM providers instead of Zoho GenAI, only the super admin can enable or disable AI features, except for the Create Applications feature, which can be managed by both the super admin and admins.
- Zia AI Agent feature is supported only for OpenAI LLM provider.
- Google, Anthropic, and OpenAI LLM's are available in all data centers except CN.
- Zoho GenAI is supported in all data centers except CN and SA.
1. Overview
To use Zia features, you must
configure Zia by integrating it with a supported Large Language Model (LLM).
Zoho GenAI is a free, natively integrated LLM that can be used without an external API key. Alternatively, you can connect other supported LLM providers using a Bring Your Own Key (BYOK) approach through Zia Settings.
Once configured, Zia acts as a unified control layer that manages and enables all GenAI-powered capabilities within your Creator account.
How does Zia assist Creator?
Zia assists Creator by transforming natural language descriptions into structured, context-aware outputs across multiple stages of application development and automation. Instead of manually designing components, writing logic, or configuring automation workflows, users can describe their requirements and receive AI-assisted outputs within the Creator interface.
When a prompt is submitted:
- The configured Large Language Model (LLM) processes the input.
- Zia applies application metadata such as forms, fields, and relationships to contextualize the response.
- The refined output is presented within Creator for review and implementation.
Through GenAI, Zia supports:
- Building applications through conversational prompts
- Creating forms using natural language descriptions
- Suggesting relevant fields and providing next field recommendations
- Generating Deluge scripts aligned with application context
- Enabling AI Agents to automate tasks
- Performing intelligent data operations using the Deluge Zia task
By combining prompt interpretation with metadata awareness and automation capabilities, Zia streamlines development, enhances productivity, and reduces manual configuration effort across the application lifecycle.
1.1. Building applications through conversational prompts
Zia App Builder using the GenAI capabilities of Zia enables rapid application creation in Zoho Creator using natural language descriptions. Instead of manually designing every component, you can describe your application’s purpose, objectives, and functionality in text (or upload supportive documents), and Zia App Builder will generate practical use cases and assemble the corresponding application components automatically.
During this process, you can:
- Provide a text prompt describing your application requirements, such as the business problem to be solved or the workflow you want to support.
- Optionally upload relevant documents (e.g., PRDs, process diagrams) to give additional context to the prompt and improve the AI’s understanding.
- Review and refine the generated use cases by adding custom use cases, remove irrelevant ones, or generate additional suggestions.
Learn how to write effective prompts for Zia App Builder
Zia App Builder uses the provided inputs to identify the components required to satisfy the use cases and visualize a corresponding data model, showing how forms and fields relate to each other. Based on this data model, it builds the application components for you, such as:
forms,
integration forms,
reports,
pages,
workflows,
blueprints,
permissions, and
dashboards.
Once you review and approve the use cases, you can initiate application creation. Zia App Builder then automatically constructs the application, assembling all relevant components to match your requirements. The sample data is generated along with the application to support testing and validation.
Zia enables quick and contextual form creation in Zoho Creator using natural language descriptions. Instead of manually adding fields and configuring form structure, you can describe the form’s purpose, and Zia will suggest relevant fields along with appropriate field types.
To use this feature, simply describe what the form should collect, track, or manage. Zia analyzes your input and generates a list of suggested fields that align with the described use case. You can then review the suggestions, select or deselect the required fields, and proceed to create the form. The form is automatically built with the selected fields and configuration, reducing manual effort and ensuring contextual relevance.
Zia’s form suggestions are based on the prompt you provide as well as your application’s existing metadata. This helps in delivering field recommendations that are practical, aligned with common data patterns, and suited to the intended use case.
1.3. Suggesting relevant fields and next field suggestions
Zia enhances the form building experience by providing intelligent field recommendations based on the form’s purpose and structure. It analyzes the existing fields within a form and suggests the most relevant next fields to improve completeness and logical flow.
As you build or modify a
form, Zia:
- Understands the context of the form and existing fields.
- Suggests appropriate additional fields with suitable types.
- Helps maintain logical data structure.
These suggestions are dynamic and context-aware. Even if a form was not originally created using Zia assistance, next field recommendations are still available during manual form design.
By reducing guesswork and minimizing manual configuration, Zia ensures that forms are comprehensive, structured, and aligned with common data collection patterns.
1.4. Generating Deluge scripts with prompts
Zia Assistance enables developers to generate Deluge scripts using natural language prompts directly within the script editor. Instead of writing complex logic from scratch, you can describe the required functionality, and Zia will generate context-aware script suggestions.
When a prompt is submitted:
- Zia interprets the described requirement.
- Analyzes application metadata such as forms, fields, and relationships.
- Generates Deluge scripts aligned with the application structure.
- Provides editable script output within the Deluge editor
Deluge Assistance can also review and optimize existing scripts in the editor. This makes scripting more accessible, accelerates development, and reduces errors by ensuring generated scripts are contextually aligned with the application’s data model. Developers can review, modify, and refine the generated script before implementation.
1.5. Enabling AI Agents to automate tasks
AI Agents enable intelligent task automation in Zoho Creator using agentic AI capabilities. Instead of configuring rigid, rule-based workflows, you can define the agent’s behavior and objectives in natural language and associate predefined Deluge functions that execute the required actions.
Once configured, the AI Agent interprets the defined objective, analyzes the context dynamically, and autonomously plans and executes the necessary steps. It operates within the boundaries you define, making decisions and performing multi-step actions without manual intervention.
After the AI Agent is created, an endpoint URL is generated. This endpoint can be invoked within Creator applications using the
invoke URL task or integrated into widgets through the JS API. AI Agents are particularly useful for scenarios that require dynamic decision-making, contextual analysis, and coordinated execution of multiple actions.

Security tip
AI agents are designed to automate and streamline tasks, but they do not operate with unrestricted autonomy. Their behavior is guided entirely by the instructions and tools configured for the AI during setup and they act within the roles and permissions of the user.
Make sure AI agents are granted only the permissions required for their intended tasks. This ensures they perform only the actions they are explicitly enabled to execute and do not independently access data or systems beyond their defined scope.
1.6. Intelligent data operations using the Deluge Zia task
The
Deluge Zia task enables AI-powered data processing directly within application workflows. It allows developers to perform intelligent text analysis and content generation as part of their Deluge scripts.
By providing a message along with optional context or file inputs, the Zia task processes the request to the configured LLM and returns a structured response that can be processed programmatically. This enables applications to extract structured information from unstructured documents, summarize or refine text, generate contextual content such as email drafts, and perform advanced natural language processing within workflows.
Example:
The below script shows how to extract structured project details from a file uploaded via a Zoho Creator form using the Zia task.
- // Extract key details such as milestones, deadlines, and responsible persons
- details = Zia
- [
- message : "Extract the milestones, deadlines, and assigned persons from this project report.",
- files : input.Project_Report_File,
- context : "You are a project management assistant"
- ];
- info details;
By combining structured application logic with AI-driven text processing, the Deluge Zia task enhances automation capabilities while reducing manual content handling effort.
2. Business use cases
Case 1: Accelerated application creation
Let's assume that you're a business analyst who wants to develop a Loan Approval application rapidly, but might not be well-versed with sufficient coding skills. You can create an AI-assisted application with Zia.
To do this, you can access your Zoho Creator account and specify a prompt as follows: "Create an application for managing loans and approvals". As an appropriate response, Zia will generate relevant use cases and also help translate your vision into a fully-functional application with the necessary forms and field relationships to kickstart your application development.
Case 2: Simplified form creation
Let's assume that you want to create a form for the above Loan Approval application. In general, contextual form creation for specific cases is time-consuming and error-prone. To create a form quickly, you can access your application and specify a prompt as follows: "Create a form to manage loan agents". As a response, Zia will generate 10 relevant form fields that are contextually relevant to the described form. You can select the required form fields and proceed to form creation.
Case 3:
Intelligent field suggestions In the above use case, Zia has assisted in generating the initial set of fields for the
Manage Loan Agents form. You might struggle in adding new relevant fields. This is where Zia provides real-time suggestions for the next relevant form fields by understanding the context and thereby enhancing form building experience.
Learn how
Case 4: Automate tasks with AI Agents
A customer has submitted a loan application, which needs to go through processes like verifying applicant details, checking credit score, and assigning a reviewer. Manually handling these steps is tedious and time-consuming. To automate these tasks, you can create an AI agent with a simple instruction like:
"You are a loan verifying agent. You perform the below actions:
- Verify applicant details and check repaying capacity
- Check if the credit score is more than 700
- Assign a reviewer based on the type of loan"
Once an agent is created with the above instructions, it acts like a loan agent. It can be called whenever an application is submitted, and it executes all the mentioned tasks.
Case 5: Instant Deluge script to calculate repaying capacity
To verify the loan application, you need to calculate the applicant's repaying capacity. This must be written in a Deluge script. Making it easier, you can write a prompt in Deluge Zia Assistance "Write a script to calculate repaying capacity based on the salary and the location". It will generate the required Deluge script, which can be used in your application.
Case 6: Extract details from the document uploaded using Deluge Zia task
As a loan applicant submits their documents, going through each page and getting the accurate details needs significant attention. To make this effortless, you can use the Zia task in Deluge, which will extract the details and provide you with a structured response.
3. Navigation guide
3.1 Guide to create Zia assisted applications
To create apps using Zia App Builder, ensure that you've
configured Zia with GenAI in Zia settings and toggle the
Create Application button.
Navigate to the
Solutions page and click the
+ Create Solution button at the top-right corner. The screen will show options to create applications (solutions). Hover on the
Applications card and click
Select. Next, click
Create in the
Create using Zia card and provide a
brief description of the application you want to create.
3.2 Guide to create Zia assisted forms
To create forms using Zia, ensure to configure your required
API key in Zia Settings and toggle the
Create Form button.
Navigate to the
Solutions page and choose the required
application in which you want to create forms using Zia's assistance. Create a form by selecting the
Using Zia card beneath the
On my own section. Provide a
brief description of the form you want to create.
3.3 Guide to generate Zia assisted field suggestions
To generate field suggestions using Zia, ensure to configure your required API key in Zia Settings and toggle the Next Field Suggestions button.
Open the
form in which you want to generate field suggestions using Zia's assistance. In the respective form builder, click the
Zia icon to generate relevant field suggestions.
3.4 Guide to create AI Agents
Navigate to Microservices and click the +Create New button in the top-right corner. Choose Create in the AI Models card and select the AI Agent card under the Build - Custom Models section. The AI Agent builder will appear. You can create a new AI Agent as explained in this page.

3.5 Guide to generate Deluge scripts using Zia
Go to the required app and create a workflow. Click Add New Action to open the Deluge editor. Click the Zia icon
in the top-right corner, which opens the Zia Assistant window. Here, you can enter a prompt to generate the script.
4. Points to note
Rate limit restrictions
- Zia does not consume any AI calls or API calls from Zoho Creator. However, API rate limits may still apply. These limits are restrictions that the LLM provider imposes on the number of times a user or client can access their services within a specified period of time and vary based on their usage tier and the model consumed.
- Rate limits for LLM providers can be referred by their respective official documentation.
- OpenAI rate limits
- Google Gemini rate limits
- Anthropic rate limits
- When multiple AI features are used in quick succession, the configured provider’s rate limit may be exceeded. This can result in errors or temporary interruption of AI powered functionality.
Feature specific limitation
- Currently, prompts for Zia are supported only in English when Zoho GenAI is selected as the LLM provider. To use other languages, configure Zia with external LLM vendors.
- Sample data generated for each use case while generating the application with Zia illustrates real-world scenarios but uses fictitious information.
- AI-generated content may contain inaccuracies. Verify that all description prompts are accurate and appropriate before use.
- The Zia AI Agent feature is supported only with OpenAI LLM provider.
- AI features can be enabled or disabled only by the super admin, except for the Create Applications feature, which can be managed by both the super admin and admin.
Privacy
- For Zia features, Zoho Creator uses system prompts or user-defined instructions that combine the user prompt with application metadata to generate contextual responses or automate tasks. All supported GenAI providers, including Zoho GenAI, OpenAI, Google, and Anthropic, are committed to maintaining data privacy.
- It is recommended not to include sensitive or confidential information in prompts while using AI features.
- Zoho GenAI is Zoho’s in house LLM and is available at no additional cost. When using Zoho GenAI, your data remains protected within Zoho’s ecosystem.
Usage Recommendations
- AI-generated content may occasionally contain inaccuracies. It is important to review and validate generated outputs before implementing them in your application.
- When entering prompts, it is recommended to use clear, everyday language to describe what your app or form should collect, track, list, or manage. For example:
- “Create an app to track inventory”
- “Track sales leads”
- “Create a form to collect employee details”
Learn how to write effective prompts for Zia App Builder
- Using simple and descriptive prompts improves the accuracy and contextual relevance of generated outputs.
- The sample data provided in use cases represents realistic business scenarios but uses fictitious information for illustration purposes.
5. Glossary
- Large Language Model (LLM) - An AI model trained on extensive textual data to understand context, semantics, and intent, and to generate coherent, contextually relevant responses. It serves as the underlying technology for natural language understanding and generation within AI-powered features within Creator.
- Zia - Zia is Zoho Creator’s AI assistant layer that powers a wide range of AI capabilities across the platform, including generative AI, machine learning models, and intelligent automation. It integrates underlying technologies such as LLMs and applied AI models to enable features like prompt-based app creation, data processing, predictive analysis, and AI-assisted development workflows.
- Zoho GenAI - Zoho GenAI is Zoho’s native Large Language Model (LLM) that powers AI capabilities within Zoho Creator. It is integrated by default in Zoho Creator and does not require an external API key. It allows users to access AI features while keeping data within Zoho’s ecosystem.
- Bring Your Own Key (BYOK)- BYOK is a configuration approach that allows users to connect external LLM providers by supplying their own API keys. This enables the use of third-party AI services such as OpenAI, Google, or Anthropic within Zia.
- Metadata - Metadata refers to the structural information of the application, such as forms, fields, relationships, and configurations. Zia uses this context to generate more accurate and relevant outputs.
- Understand Zia features in Creator
- Creating applications using Zia App Builder
- Create forms using Zia assistance
- Generate field suggestions for AI assisted forms
- Understanding AI Agent
- Deluge Zia Task
- Configuring next field suggestions
What's next
Once you are familiar with Zia’s capabilities, you must
configure it by connecting to a supported Large Language Model (LLM) provider to activate AI-assisted features.