Zoho Creator : Best practices to build better apps

Zoho Creator : Best practices to build better apps

What does this page cover

This page outlines recommended best practices for building efficient and scalable applications in Zoho Creator. It covers guidelines for designing apps, structuring forms and fields, organizing data, writing optimized Deluge scripts, and using AI-powered assistance such as Zia effectively. Following these practices for your Creator applications helps ensure better performance, easier maintenance, and a smoother user experience.
Availability
  1. This page is applicable to Creator 6 version, and the features listed below will be available based on your pricing plan.
  2. This guide is intended for developers, super admin, and admins who want to build robust, secure, and future-ready applications in Zoho Creator

1. Overview

Zoho Creator is a low-code platform that enables rapid application development, allowing businesses to build and deploy apps quickly. However, building them well requires a structured approach. Following standard best practices helps ensure your apps are scalable, secure, high-performing, and easy to maintain as your business grows.
By planning your app structure carefully, maintaining clean data relationships, optimizing workflows and scripts, and enforcing proper security standards, you can avoid common pitfalls and reduce long-term maintenance effort.
Whether you're a citizen developer creating your first app or an experienced developer managing complex solutions, these best practices will help you design efficient, reliable, and future-ready applications in Zoho Creator.

1.1 Why best practices matter

A business app is only as effective as the strategy behind it. When developed thoughtfully, Zoho Creator applications can:
  1. Improve operational efficiency by automating manual processes
  2. Provide stronger security and compliance through role-based access and audit trails
  3. Scale easily as business requirements grow
  4. Deliver real-time visibility into operations through metrics and dashboards
You can avoid common errors and reduce long-term maintenance efforts by:
  1. Planning your application structure carefully
  2. Designing for scalability from the beginning
  3. Maintaining clean and well-defined data relationships
  4. Optimizing workflows and Deluge scripts
  5. Enforcing strong security standards

2. Application design

2.1 Choose the right plan

Before we start creating an application in Zoho Creator, it's important to understand what the Creator platform can offer and what usage limits are applicable for each plan.
  1. As a rule of thumb, it's ideal to have at least 5 - 10 percent more limits than required. This will ensure that your application can scale in case there is a spike in user activity.
  2. Identify a pricing plan based on your organizational requirements including what type of users will be using the app. For example, if you require external customers to access your application, ensure you choose a plan that offers the customer portal feature.

2.2 Application structure and data

The following guidelines will help you structure your application effectively and ensure a strong foundation for scalability and maintainability.
  1. Before building the application, define the overall structure, design the data model including fields and relationships, identify fields that require encryption, and evaluate the pain points in the existing process.
  2. Document the application structure. This will make it easier to include changes later.
  3. Assign meaningful names for all components: forms, fields, reports, workflows, blueprints, pages, variables, functions, and permission sets.
  4. Use lookup fields to create relationships between the forms to avoid redundant data across forms.
  5. Set properties like Mandatory and No Duplicate values to fields to maintain data integrity.
  6. Avoid using subforms to store data that should exist as a standalone entity or be reused across multiple forms. In such cases, use a separate form with lookup relationships instead. This prevents unnecessary duplication, improves data normalization, and ensures that updates to shared data are reflected consistently across the application.
  7. Well-structured subforms help maintain clean data relationships, reduce redundancy, and improve overall app performance and maintainability.
  8. Delete components that are not required from the application.
  9. Specify delete behavior of records (what will happen to any related records when a particular record is deleted). For example, if an employee is deleted, what will happen to the tasks assigned to them.
  10. Avoid overlapping or conflicting workflows and trigger workflows only when necessary.
  11. Make and extensively test changes to the application in the development environment before publishing to stage and production.
  12. Use the scheduled app backup feature to create periodic backups.
  13. Ensure proper role-based access control, maintain data integrity through validations, and test thoroughly before deployment.
  14. To implement a data lifecycle strategy in Zoho Creator, you can automate the handling of inactive or outdated records using schedule workflows. This ensures that reports remain optimized while older records are either archived or deleted periodically.

2.3 Usability and user experience

Info
You can refer to our Accessibility help page to find out how to build accessible and inclusive apps.
Designing applications with usability and accessibility in mind ensures that users can easily understand, navigate, and interact with your app. The following guidelines help improve clarity, consistency, and overall user experience across different components of your application.
General
  1. Clear component names: Ensure that component names, such as names of formsreportspages, and so on, and their descriptions (if any) clearly convey their purpose. Additionally, provide descriptive labels and tooltips for form fields, making form submissions faster and easier.
    1. For example, instead of "Application Form," use something more specific like "Job Application Form" or "Membership Application Form" for the form name.
    2. A sample description in the above example could be "Fill out this form to apply for a position at our company. Provide your personal details, work experience, and qualifications."
    3. For the Name field, you could change it from "Name" to "Enter your full name."
  2. Keep language straightforward and inclusive: Avoid jargon, idioms, abbreviations, and uncommon phrases. Instead, use clear, straightforward language to enhance user understanding and accessibility.
  3. Consistency: Maintain consistent and clear labeling for page titles and navigation buttons across all components.
  4. Testing and user feedback: Periodically test your apps with users who have disabilities and incorporate their feedback into the app design process to create truly accessible user experiences.
  5. Documentation standards: Maintain internal documentation and clearly document workflows and automation logic for easier maintenance, future reference, and troubleshooting. Well-documented applications also make it easier to collaborate with other developers and share relevant information with support teams when issues arise.
  6. Localization: Use Zoho Creator’s multi-language translation support to make your applications accessible to a wider audience and enable seamless collaboration across organizational, geographical, and language barriers.
Forms
  1. Multi-column layouts can be used to break a form into smaller parts.
  2. Sections can be used to logically group fields based on context.
  3. Field size and the position of field labels can be set in which the field's input area is displayed when your users access your form from a web browser.
  4. Tooltips and help texts can be used to help the users understand the inputs required for a field.
  5. Success messages can be added to acknowledge form submissions.
  6. Email, SMS, and push notifications can also be configured to be sent to users on relevant actions.
  7. Appropriate success messages and alerts can be displayed to provide visual assistance.
Reports
  1. Contextual messages can be used to personalize the messages that appear in reports with appropriate content.
  2. Only the most important and relevant columns should be added to the Quick View of a report.
  3. Other information can be added to the Detail View and can be grouped logically using blocks.
  4. Freeze columns of a report to maintain the context of the record when scrolling through a report.
  5. Conditional formatting can be used to highlight specific records based on certain criteria.
  6. Frequent actions can be simplified using custom action buttons in addition to the existing system actions, which include edit, delete, duplicate, and view record. These buttons can be configured to have confirmation messages before being executed.
  7. Custom layouts and record templates can be used to further customize the appearance of records based on context.
  8. Use Canvas layout builder in Creator to design the detailed view layout of your records, corresponding to your business requirements.
Pages
  1. Pages can be used to create customized dashboards for your applications to get a comprehensive overview of the processes in the application, so it is not advisable to overload it with multiple components.
  2. Adding more than 10-15 components may increase the cognitive load for users.
  3. Multiple pages can be created based on context.
Application navigation
  1. Themes can be used to customize application navigation: top, left, grid navigation.

3. Using AI effectively

AI capabilities in Zoho Creator, powered by Zia, can help accelerate app development, automate tasks, and generate scripts or components using natural language prompts. The following best practices help you use AI effectively, write better prompts, manage usage limits, and generate more accurate results.
Info
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.

3.1 General practices for Zia

Notes
Note: Zoho GenAI features, such as script assistance, app and form creation, do not consume Creator AI calls and is free to use. Their usage is governed by the limits of the respective LLM provider configured with Zia.
  1. Keeping the following in mind when describing your business prompt:
    1. What problem do you want the app or form to solve?
    2. Who is this app intended to be used by?
    3. What data needs to be processed through the app?
  2. Don't include sensitive or confidential information in prompts while using AI features.
  3. Use everyday words to describe what your app or form should collect, track, list, and manage while entering your prompts, such as the following:
    1. “Create an asset management app for IT administrators to track company assets such as laptops, desktops, and mobile devices. The app should allow adding new assets, assigning assets to employees, tracking asset condition and location, recording maintenance history, and generating reports on asset status. It should include separate forms for assets, employees, asset assignments, and maintenance logs, along with a dashboard to monitor total assets, assigned vs. unassigned assets, and upcoming maintenance schedules.”
    2. This prompt works because it clearly defines who uses the app (IT administrators), what they need to accomplish (track assets, assign to employees, log maintenance, monitor status), what outputs matter (asset reports, assignment tracking, maintenance dashboard) ”
  4. AI-generated content may have mistakes. Ensure that the descriptional prompts provided are accurate and appropriate before using it.
  5. Attempting to create multiple apps in quick succession may exceed the rate limits of the selected LLM and result in errors.
  6. While creating scripts using Zia, you can specify the component name, link name, field name, or field link name along with the prompt to effectively utilize your created components for generating accurate scripts.
    1. For example, if you want to send an email to specific email addresses stored in a field of a form, it’s advisable to clearly mention the form name, the email field name, the criteria for selecting the emails, and the subject content in the prompt to generate a more precise and accurate script.
    2. An example of well-structured prompts: “Create a script for sending email notifications to the email addresses in the 'Email' field of the 'Orders' form to track the delivery of a product.”
  7. AI features are available to all paid Zoho Creator users, but each account has a defined limit on the number of AI calls based on its subscribed plan. Monitor and optimize AI usage to stay within your allocated quota and avoid interruptions.
Info
Info: For more best practices to be followed while describing prompts effectively, refer this page.

3.2 Deluge Zia task

  1. The Zia task is subject to throttling based on the number of API calls made within a specific time period when using Zoho GenAI. Creator allows up to 7 simultaneous in-flight requests per user and 10 per organization. If this limit is exceeded, subsequent requests may be delayed or temporarily restricted until usage returns to normal.
  2. You can set the <temperature> parameter to the minimum for higher accuracy and fewer incorrect or fabricated outputs (hallucinations).
  3. You can also provide an additional message in the <context> parameter specifying the role to be assumed by the AI for improved clarity and more accurate responses.

4. Deluge

Deluge is the scripting language used in Zoho Creator to automate workflows, process data, and customize application behavior. Following these best practices can help you write cleaner, more efficient, and maintainable scripts while ensuring better performance and security.

4.1 Code structure and maintainability

  1. Keep the code modular and avoid heavy nesting of scripts.
  2. Scripts can be indented and comments can be added to them to provide a short overview of the logic and purpose.
  3. Split large code blocks into smaller, independent chunks to improve readability and maintainability.
  4. Variables can be given meaningful names to make the script easier to understand and maintain.
  5. Use functions to create reusable code blocks for frequently used or duplicated logic.

4.2 Performance optimization

  1. Optimize loops by avoiding unnecessary iteration through large sets of records. Use control statements like break and continue to exit or skip iterations efficiently.
  2. You can use Zia Deluge assistance to modify or optimize the existing script if required.
  3. Use the aggregate record task effectively and fetch all records only when needed.
  4. Use the built-in functions wherever possible, as they are optimized for performance.
  5. Prefer using predefined Deluge functions such as equalsIgnoreCase, equals for comparison rather than "==" operator.
  6. Using indexed fields in criteria helps with fetching relevant records faster. Indexing is a back-end process, please contact us at support@zohocreator.com for assistance in enabling it.

4.3 Error handling and debugging

  1. Debugging statements like info can be used wherever applicable to identify and troubleshoot errors. Avoid logging sensitive or confidential data, and ensure that unnecessary info statements are removed or commented out.
  2. Use try-catch statements to handle exceptions in the code.
  3. Ensure all syntax errors in Deluge are resolved before saving, as scripts with errors cannot be saved or executed.
  4. Logical errors that occur due to poor programming practices and mistakes must be traced and fixed while testing. Any errors in Deluge scripting will only affect the application logic, and will not cause any vulnerabilities

4.4 Workflow and execution management

  1. Use an Else-If structure instead of multiple standalone If conditions, so the evaluation stops as soon as a matching condition is found.
  2. Tasks that do not need to run in real-time can be moved to Schedules or handled using the async task instead.
Notes
Note: The Async task (development in progress) allows the scripts to run without having to wait for a response. Track its release
  1. Use the batch workflows feature to periodically, and automatically handle high-volume or repetitive operations on records. The records are processed based on the configured schedule, and you can break them down into smaller batches of up to 1000. This avoids looping through large sets of records at once, allows processing during non-business hours, and improves overall efficiency.

4.5 Security and API handling

  1. When using the invokeURL, invoke API, and any other Deluge integration tasks to make API calls, ensure that only the required response data is handled within your script.
  2. Make use of system variables like zoho.appuri and zoho.appname so that the application link name or the owner name changes do not affect your functionality. This is especially useful for Deluge scripts used inside HTML pages for embedding components.

4.6 Platform limits and throttling

  1. Ensure Deluge scripts are optimized to stay within the Deluge statement limits. These limits have been set to prevent accidental misuse of resources.
  2. Workflow execution throttle: Only 100 Deluge Workflows can be executed per IP address per minute.

4.7 Prefer configuration over scripting

  1. Use in-built features instead of scripting wherever possible. For example:
    1. Use bi-directional lookup through field properties instead of using scripts to reverse-assign values
    2. Set default values using the field properties instead of assigning them through scripts
    3. Use formula fields to perform calculations wherever possible instead of scripting

4.8 Deluge editor

  1. Syntax assist can be used to assign predefined values and facilitate error-free scripting.
  2. Versioning is available to track the various versions and code changes.

4.9 Scripts to be avoided

The following are a few scripts that can be avoided and alternatives for them.
Example 1:
❌ Fetching records, then iterating through each record like in the following script is not the most efficient method:
  1. fetchInvoices = Invoice_form[<criteria>];
  2. if(fetchInvoices.count() > 0)
  3. {
  4. for each invoice in fetchInvoices
  5. {
  6. <action>
  7. }
  8. }
✅ It is efficient to iterate over the records directly as part of the fetch operation:
  1. for each invoice in Invoice_form[<criteria>];
  2. {
  3. <action>
  4. }
Example 2:
❌ Iterating over records to retrieve values like in the following script:
  1. paymentList=List(); //creating a list variable
  2. for each invoice in PaymentAgainstInvoice[<criteria>] // iterating over fetched records
  3. {
  4. paymentList.add(invoice.ID); //extracting the ID and adding it to the list variable for each iteration
  5. }

✅ We can use built-in functions to perform the same operation efficiently:
  1. paymentList = PaymentAgainstInvoice[<criteria>].ID.getAll(); // all three above actions covered using a single statement
Example 3:
❌ Instead of iterating over records to fetch the count of records like in the below script:
  1. recordcount = 0
  2. fetchInvoices = Invoice_form[<criteria>];
  3. for each lineitemcount in fetchInvoices
  4. {
  5. recordcount = recordcount + 1;
  6. }
✅ Use aggregate functions instead:
  1. recordcount = Invoice_form[<criteria>].count(ID);
Example 4:
❌ Inserting records first, then modifying values of the insert record after a criteria check.
  1. billID = insert into Bill
  2. [
  3. Added_User=zoho.loginuser
  4. Total_Price=Total_Price
  5. Bill_Status=Bill_Status
  6. ];
  7. fetchBill = Bill[ID == billID];
  8. if(patient_Type == "Free")
  9. {
  10. fetchBill.Total_Price=0;
  11. fetchBill.Bill_Status="Closed";
  12. }
✅ Instead, we can perform the check before inserting the data:
  1. if(patient_Type == "Free")
  2. {
  3. Total_Price=0;
  4. Bill_Status="Closed";
  5. }
  6. billID = insert into Bill
  7. [
  8. Added_User=zoho.loginuser
  9. Total_Price=Total_Price
  10. Bill_Status=Bill_Status
  11. ];
Example 5:
❌ Using APIs to update records and trigger post update logic.
  1. rec = Form[ID = <record_ID>];
  2. rec.Single_line = <value>;
  3. updateapi = zoho.creator.updateRecord(<owner_name>, <app_link_name>, <report_link_name>, rec.ID, <new_input_values>, <other_api_params>, <connection_link_name>);
✅ Instead, we can use the update record deluge task and trigger the post-update logic using a function:
  1. rec = Form[ID = <record_ID>];
  2. rec.Single_line = <value>;
  3. rec.Number = <value>;
  4. functionscript = thisapp.<function_with_on_success_code>(int rec.ID);

5. Security

Security is a critical aspect of application development. Implementing proper access controls, protecting sensitive data, and reviewing automation logic can help ensure that your Zoho Creator applications remain secure and compliant. The following best practices outline how to safeguard users, data, and application components.

5.1 Users and permissions

  1. Only the required users should be added to the application, and only the necessary modules should be shared.
  2. Users or developers who no longer require access to the application should be removed.
  3. When more than one user is building the app, add the required users as developers instead of sharing the admin credentials.
  4. Access to APIs, as well as PII (Personally Identifiable Information) and ePHI (Electronic Protected Health Information) data can be given to the necessary permission sets alone.
  5. Export, delete, view all, and bulk edit permissions must be limited.
  6. Permission sets that are not required for users and customers can be deleted.

5.2 Forms and reports

  1. Fields that collect or contain PII and ePHI data should be encrypted.
  2. Sensitive information can be masked in reports wherever applicable.
  3. Filters and criteria can be added to reports to ensure only the required information is displayed to users.
  4. Any sensitive information that is stored can be deleted when it is no longer required.
  5. Confirmation messages can be associated with custom action buttons.
  6. It is not advisable to collect or store sensitive information like SSNs or passwords. If collected, the purpose should be stated in the form.
  7. It is best to avoid storing API credentials in the application.
  8. Help text or tooltips can be associated with fields to elaborate on the reason for collecting the data.
  9. Note fields can be added in forms to specify the purpose of data collection.
  10. It is advisable to deactivate published forms when public access is no longer required.
  11. Decision box can be used to obtain consent for data collection.
  12. When collecting details on user location and IP addresses by enabling them in form properties, it is advisable to inform them of this and obtain their consent. IP address can also be encrypted.
  13. Actions in reports like Add, Delete, and Duplicate must be reviewed, and can be removed if not required.
  14. The history of changes made to records can also be tracked using the Audit trail feature.

5.3 Workflows and scripting

  1. Optimize workflows and Deluge scripts to avoid unnecessary complexity, and automate only where it adds real value.
  2. Use comments wherever possible.
  3. Input validations should be done for fields wherever possible.
  4. Any hyperlinks used in the application should be verified.
  5. Content in SMS, Email, and push notification tasks should be reviewed.
  6. OAuth-based authentication should be used wherever possible when invoking APIs.
  7. Business logic like functions and schedule workflows can be executed inside the workflow builder itself for testing purposes before being incorporated in the main flow.

5.4 Pages

  1. JavaScript codes used inside widgets must be reviewed.
  2. For pages that work based on page variables, make sure to include null checks to prevent the page from displaying errors or irrelevant data.

6. Mobile apps

Zoho Creator applications can be accessed through mobile devices, enabling users to perform tasks and manage data on the go. The following best practices help optimize your apps for mobile usage by improving navigation, presentation, and overall user experience.
  1. The actions and the events during which the actions are triggered like tap of a record, swipe left, and swipe right can be determined and changed.
  2. Columns in the quick view and detail view of a report can be set according to the app context.
  3. Custom logo can be uploaded to the applications.
  4. Applications can be rebranded and published separately for users and customers.
  1. GDPR readiness
  2. Best practices for platform performance
  3. Creator help resources
See previous
What's next
See previous

Before you learn about best practices for building applications, please make sure you understand Solutions in Zoho Creator.


What's next
With these best practices in mind, you can now move on to creating applications in Zoho Creator.
 

      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 FormsEnterpriseOnline Data Collection Tool
                              Embeddable FormsBankingBegin Data Collection
                              Interactive FormsWorkplaceData Collection App
                              CRM FormsCustomer ServiceAccessible Forms
                              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

                              Intake FormsLegal
                              Mobile App
                              Form DesignerHR
                              Mobile Forms
                              Card FormsFoodOffline Forms
                              Assign FormsPhotographyMobile Forms Features
                              Translate FormsReal EstateKiosk in Mobile Forms
                              Electronic Forms
                              Drag & drop form builder

                              Notification Emails for FormsAlternativesSecurity & Compliance
                              Holiday FormsGoogle Forms alternative GDPR
                              Form to PDFJotform alternativeHIPAA Forms
                              Email FormsFormstack alternativeEncrypted Forms

                              Wufoo alternativeSecure Forms

                              TypeformWCAG

                                All-in-one knowledge management and training platform for your employees and customers.

                                            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


                                                                    • Desk Community Learning Series


                                                                    • Digest


                                                                    • Functions


                                                                    • Meetups


                                                                    • Kbase


                                                                    • Resources


                                                                    • Glossary


                                                                    • Desk Marketplace


                                                                    • MVP Corner


                                                                    • Word of the Day


                                                                    • Ask the Experts


                                                                      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

                                                                                                                              • Best Practices for Platform Performance

                                                                                                                                Zoho Creator is a platform where multiple solutions are available for a requirement. In some cases, one approach is better over others for better performance or for efficient results. In this article we will go through some practical considerations ...
                                                                                                                              • FAQs:​ Understand Forms

                                                                                                                                This page covers everything you need to know about Zoho Creator, from creating and customizing forms to collecting, editing, and deleting data seamlessly using stateless forms. What is a form and its purpose? Forms serve as a user interface, ...
                                                                                                                              • Understanding Creator homepage

                                                                                                                                In a nutshell The Homepage acts as the central hub for all your Creator solutions (applications, BI & Analytics, and integration flows) providing you an at-a-glance summary of all solutions you’ve built along with viewing and accessing solutions apps ...
                                                                                                                              • 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 ...
                                                                                                                              • Configuring Zia

                                                                                                                                What does this page cover Learn how to configure Zia with your preferred LLM provider such as Zoho GenAI, OpenAI, Google and Anthropic in Zoho Creator to leverage Gen AI-powered features across your Creator account. Availability Available only in ...
                                                                                                                                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