1. In a nutshell
The Application IDE (Integrated Development Environment) is an editor that provides a comprehensive view of an application's components in script format(Deluge Script), such as forms, reports, pages, and workflows. It allows users to visualize, build, edit, and debug applications within a unified interface, acting as a dedicated workspace for managing application development with Deluge scripts.
3. Overview
The application IDE is a powerful development tool that enables users to visualize, build, edit, and debug applications within a unified interface using Deluge scripting. It serves both as a representation of application components in a Deluge format and a fully integrated development environment for managing the entire application with Deluge script. It provides a structured view of application components, including forms, reports, pages, workflows, and more, making development more organized and efficient. This is especially useful for developers who prefer a code-centric approach to application building. The application IDE has the following functionalities:
- Integrated development environment: Supports writing and managing Deluge scripts for application development.
- Debugging and editing: Offers a centralized interface for modifications and troubleshooting the application.
- Application Export & Replication: Allows exporting the entire application as a .DS file, which can be imported to replicate the application with the same components and configurations across different Zoho Creator accounts. The exported file is editable in any text editor and can be imported back into Zoho Creator.

Note: Exporting and
importing the application will transfer only the application's components and configurations. The data stored in the application will not be imported.
3.1. IDE editor
The Application IDE comprises an editor with a left pane that displays all application components, including forms with their respective workflows, pages, schedules, and custom functions. This organized layout enables simplified navigation to the preferred component in the IDE.
Additionally, the IDE in Zoho Creator offers key options, such as,: 
- Open Builder: Opens the builder in edit mode for low-code development of the selected component.
- Save: Saves the script after making changes in the IDE.
- Export: Downloads the .ds file of the application to your device.
3.2. Use cases
Case 1: Managing workflow using Application IDE
Consider a Zoho Creator employee management application where a workflow should send approval emails during multiple events. In such cases, the developer can check from the Application IDE, review and update the workflow script , and save the DS. This allows developers to easily access all workflows in one place, making it convenient to managing them.
3.3. Navigation guide to application IDE
The application IDE can be found listed under the settings tab in the edit mode of the preferred application.
4. Editing the application and exporting the DS file from the application IDE
- Navigate to the application IDE.
- Click on the preferred component you want to edit.

- The components along with its configurations will be displayed in separate code blocks within the editor.

- Edit the component by modifying the Deluge script.
- Click Save to apply your changes. Once saved, these modifications will be reflected in the application immediately, allowing you to see the updates in real time.

4.2. Exporting the application via IDE
- Navigate to the application IDE.
- Click Export from the toolbar options.

- The entire application will be downloaded in your device as a DS file.
This DS file can be shared and imported into Zoho Creator to create replicas of the application, including all components and configurations. 
Info:
- The exported DS file contains the application's structure and settings but does not include stored data.
- The exported .ds file can be opened and edited using any text editor and imported into Zoho Creator.
5. Points to note
- When exporting the application DS file from the Application IDE, only the application components and their configurations will be included. The data and records within the application will not be exported.
- You can edit components in the application directly from the application IDE by modifying the Deluge script. However, new components can only be created from the edit mode of the application.
- Understanding DS file
Previous step
Before diving to learn about application IDE, make sure you understand about
DS file and its functionalities across Creator.